public static final class InterpolatedNodalSurface.Meta
extends org.joda.beans.impl.direct.DirectMetaBean
InterpolatedNodalSurface.| Modifier and Type | Method and Description |
|---|---|
Class<? extends InterpolatedNodalSurface> |
beanType() |
InterpolatedNodalSurface.Builder |
builder() |
org.joda.beans.MetaProperty<SurfaceInterpolator> |
interpolator()
The meta-property for the
interpolator property. |
org.joda.beans.MetaProperty<SurfaceMetadata> |
metadata()
The meta-property for the
metadata property. |
protected org.joda.beans.MetaProperty<?> |
metaPropertyGet(String propertyName) |
Map<String,org.joda.beans.MetaProperty<?>> |
metaPropertyMap() |
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) |
org.joda.beans.MetaProperty<DoubleArray> |
xValues()
The meta-property for the
xValues property. |
org.joda.beans.MetaProperty<DoubleArray> |
yValues()
The meta-property for the
yValues property. |
org.joda.beans.MetaProperty<DoubleArray> |
zValues()
The meta-property for the
zValues property. |
isBuildable, metaProperty, toString, validateprotected org.joda.beans.MetaProperty<?> metaPropertyGet(String propertyName)
metaPropertyGet in class org.joda.beans.impl.direct.DirectMetaBeanpublic InterpolatedNodalSurface.Builder builder()
public Class<? extends InterpolatedNodalSurface> beanType()
public org.joda.beans.MetaProperty<SurfaceMetadata> metadata()
metadata property.public org.joda.beans.MetaProperty<DoubleArray> xValues()
xValues property.public org.joda.beans.MetaProperty<DoubleArray> yValues()
yValues property.public org.joda.beans.MetaProperty<DoubleArray> zValues()
zValues property.public org.joda.beans.MetaProperty<SurfaceInterpolator> interpolator()
interpolator property.protected Object propertyGet(org.joda.beans.Bean bean, String propertyName, boolean quiet)
propertyGet in class org.joda.beans.impl.direct.DirectMetaBeanCopyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.