Class InterpolatedNodalSurface.Meta
- java.lang.Object
-
- org.joda.beans.impl.direct.DirectMetaBean
-
- com.opengamma.strata.market.surface.InterpolatedNodalSurface.Meta
-
- All Implemented Interfaces:
org.joda.beans.MetaBean
- Enclosing class:
- InterpolatedNodalSurface
public static final class InterpolatedNodalSurface.Meta extends org.joda.beans.impl.direct.DirectMetaBeanThe meta-bean forInterpolatedNodalSurface.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends InterpolatedNodalSurface>beanType()InterpolatedNodalSurface.Builderbuilder()org.joda.beans.MetaProperty<SurfaceInterpolator>interpolator()The meta-property for theinterpolatorproperty.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()protected ObjectpropertyGet(org.joda.beans.Bean bean, String propertyName, boolean quiet)protected voidpropertySet(org.joda.beans.Bean bean, String propertyName, Object newValue, boolean quiet)org.joda.beans.MetaProperty<DoubleArray>xValues()The meta-property for thexValuesproperty.org.joda.beans.MetaProperty<DoubleArray>yValues()The meta-property for theyValuesproperty.org.joda.beans.MetaProperty<DoubleArray>zValues()The meta-property for thezValuesproperty.-
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 InterpolatedNodalSurface.Builder builder()
-
beanType
public Class<? extends InterpolatedNodalSurface> beanType()
-
metadata
public org.joda.beans.MetaProperty<SurfaceMetadata> metadata()
The meta-property for themetadataproperty.- Returns:
- the meta-property, not null
-
xValues
public org.joda.beans.MetaProperty<DoubleArray> xValues()
The meta-property for thexValuesproperty.- Returns:
- the meta-property, not null
-
yValues
public org.joda.beans.MetaProperty<DoubleArray> yValues()
The meta-property for theyValuesproperty.- Returns:
- the meta-property, not null
-
zValues
public org.joda.beans.MetaProperty<DoubleArray> zValues()
The meta-property for thezValuesproperty.- Returns:
- the meta-property, not null
-
interpolator
public org.joda.beans.MetaProperty<SurfaceInterpolator> interpolator()
The meta-property for theinterpolatorproperty.- 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
-
-