Class GridSurfaceInterpolator.Meta
- java.lang.Object
-
- org.joda.beans.impl.direct.DirectMetaBean
-
- com.opengamma.strata.market.surface.interpolator.GridSurfaceInterpolator.Meta
-
- All Implemented Interfaces:
org.joda.beans.MetaBean
- Enclosing class:
- GridSurfaceInterpolator
public static final class GridSurfaceInterpolator.Meta extends org.joda.beans.impl.direct.DirectMetaBean
The meta-bean forGridSurfaceInterpolator
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends GridSurfaceInterpolator>
beanType()
org.joda.beans.BeanBuilder<? extends GridSurfaceInterpolator>
builder()
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<CurveExtrapolator>
xExtrapolatorLeft()
The meta-property for thexExtrapolatorLeft
property.org.joda.beans.MetaProperty<CurveExtrapolator>
xExtrapolatorRight()
The meta-property for thexExtrapolatorRight
property.org.joda.beans.MetaProperty<CurveInterpolator>
xInterpolator()
The meta-property for thexInterpolator
property.org.joda.beans.MetaProperty<CurveExtrapolator>
yExtrapolatorLeft()
The meta-property for theyExtrapolatorLeft
property.org.joda.beans.MetaProperty<CurveExtrapolator>
yExtrapolatorRight()
The meta-property for theyExtrapolatorRight
property.org.joda.beans.MetaProperty<CurveInterpolator>
yInterpolator()
The meta-property for theyInterpolator
property.-
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 org.joda.beans.BeanBuilder<? extends GridSurfaceInterpolator> builder()
-
beanType
public Class<? extends GridSurfaceInterpolator> beanType()
-
xInterpolator
public org.joda.beans.MetaProperty<CurveInterpolator> xInterpolator()
The meta-property for thexInterpolator
property.- Returns:
- the meta-property, not null
-
xExtrapolatorLeft
public org.joda.beans.MetaProperty<CurveExtrapolator> xExtrapolatorLeft()
The meta-property for thexExtrapolatorLeft
property.- Returns:
- the meta-property, not null
-
xExtrapolatorRight
public org.joda.beans.MetaProperty<CurveExtrapolator> xExtrapolatorRight()
The meta-property for thexExtrapolatorRight
property.- Returns:
- the meta-property, not null
-
yInterpolator
public org.joda.beans.MetaProperty<CurveInterpolator> yInterpolator()
The meta-property for theyInterpolator
property.- Returns:
- the meta-property, not null
-
yExtrapolatorLeft
public org.joda.beans.MetaProperty<CurveExtrapolator> yExtrapolatorLeft()
The meta-property for theyExtrapolatorLeft
property.- Returns:
- the meta-property, not null
-
yExtrapolatorRight
public org.joda.beans.MetaProperty<CurveExtrapolator> yExtrapolatorRight()
The meta-property for theyExtrapolatorRight
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
-
-