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.DirectMetaBean
The meta-bean forDeformedSurface
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends DeformedSurface>
beanType()
DeformedSurface.Builder
builder()
org.joda.beans.MetaProperty<Function<DoublesPair,ValueDerivatives>>
deformationFunction()
The meta-property for thedeformationFunction
property.org.joda.beans.MetaProperty<SurfaceMetadata>
metadata()
The meta-property for themetadata
property.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 theoriginalSurface
property.protected Object
propertyGet(org.joda.beans.Bean bean, String propertyName, boolean quiet)
protected void
propertySet(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:
metaPropertyGet
in 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 themetadata
property.- Returns:
- the meta-property, not null
-
originalSurface
public org.joda.beans.MetaProperty<Surface> originalSurface()
The meta-property for theoriginalSurface
property.- Returns:
- the meta-property, not null
-
deformationFunction
public org.joda.beans.MetaProperty<Function<DoublesPair,ValueDerivatives>> deformationFunction()
The meta-property for thedeformationFunction
property.- Returns:
- the meta-property, not null
-
propertyGet
protected Object propertyGet(org.joda.beans.Bean bean, String propertyName, boolean quiet)
- Overrides:
propertyGet
in classorg.joda.beans.impl.direct.DirectMetaBean
-
-