Class DeformedSurface.Meta
- java.lang.Object
-
- org.joda.beans.impl.direct.DirectMetaBean
-
- com.opengamma.strata.market.surface.DeformedSurface.Meta
-
- All Implemented Interfaces:
org.joda.beans.MetaBean
- Enclosing class:
- DeformedSurface
public static final class DeformedSurface.Meta extends org.joda.beans.impl.direct.DirectMetaBeanThe meta-bean forDeformedSurface.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends DeformedSurface>beanType()DeformedSurface.Builderbuilder()org.joda.beans.MetaProperty<Function<DoublesPair,ValueDerivatives>>deformationFunction()The meta-property for thedeformationFunctionproperty.org.joda.beans.MetaProperty<SurfaceMetadata>metadata()The meta-property for themetadataproperty.protected org.joda.beans.MetaProperty<?>metaPropertyGet(String propertyName)Map<String,org.joda.beans.MetaProperty<?>>metaPropertyMap()org.joda.beans.MetaProperty<Surface>originalSurface()The meta-property for theoriginalSurfaceproperty.protected ObjectpropertyGet(org.joda.beans.Bean bean, String propertyName, boolean quiet)protected voidpropertySet(org.joda.beans.Bean bean, String propertyName, Object newValue, boolean quiet)-
Methods inherited from class org.joda.beans.impl.direct.DirectMetaBean
isBuildable, metaProperty, toString, validate
-
-
-
-
Method Detail
-
metaPropertyGet
protected org.joda.beans.MetaProperty<?> metaPropertyGet(String propertyName)
- Overrides:
metaPropertyGetin classorg.joda.beans.impl.direct.DirectMetaBean
-
builder
public DeformedSurface.Builder builder()
-
beanType
public Class<? extends DeformedSurface> beanType()
-
metadata
public org.joda.beans.MetaProperty<SurfaceMetadata> metadata()
The meta-property for themetadataproperty.- Returns:
- the meta-property, not null
-
originalSurface
public org.joda.beans.MetaProperty<Surface> originalSurface()
The meta-property for theoriginalSurfaceproperty.- Returns:
- the meta-property, not null
-
deformationFunction
public org.joda.beans.MetaProperty<Function<DoublesPair,ValueDerivatives>> deformationFunction()
The meta-property for thedeformationFunctionproperty.- Returns:
- the meta-property, not null
-
propertyGet
protected Object propertyGet(org.joda.beans.Bean bean, String propertyName, boolean quiet)
- Overrides:
propertyGetin classorg.joda.beans.impl.direct.DirectMetaBean
-
-