Class SurfaceIborCapletFloorletVolatilityBootstrapDefinition.Meta
- java.lang.Object
-
- org.joda.beans.impl.direct.DirectMetaBean
-
- com.opengamma.strata.pricer.capfloor.SurfaceIborCapletFloorletVolatilityBootstrapDefinition.Meta
-
- All Implemented Interfaces:
org.joda.beans.MetaBean
- Enclosing class:
- SurfaceIborCapletFloorletVolatilityBootstrapDefinition
public static final class SurfaceIborCapletFloorletVolatilityBootstrapDefinition.Meta extends org.joda.beans.impl.direct.DirectMetaBean
The meta-bean forSurfaceIborCapletFloorletVolatilityBootstrapDefinition
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends SurfaceIborCapletFloorletVolatilityBootstrapDefinition>
beanType()
org.joda.beans.BeanBuilder<? extends SurfaceIborCapletFloorletVolatilityBootstrapDefinition>
builder()
org.joda.beans.MetaProperty<DayCount>
dayCount()
The meta-property for thedayCount
property.org.joda.beans.MetaProperty<IborIndex>
index()
The meta-property for theindex
property.org.joda.beans.MetaProperty<GridSurfaceInterpolator>
interpolator()
The meta-property for theinterpolator
property.protected org.joda.beans.MetaProperty<?>
metaPropertyGet(String propertyName)
Map<String,org.joda.beans.MetaProperty<?>>
metaPropertyMap()
org.joda.beans.MetaProperty<IborCapletFloorletVolatilitiesName>
name()
The meta-property for thename
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)
org.joda.beans.MetaProperty<Curve>
shiftCurve()
The meta-property for theshiftCurve
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 SurfaceIborCapletFloorletVolatilityBootstrapDefinition> builder()
-
beanType
public Class<? extends SurfaceIborCapletFloorletVolatilityBootstrapDefinition> beanType()
-
name
public org.joda.beans.MetaProperty<IborCapletFloorletVolatilitiesName> name()
The meta-property for thename
property.- Returns:
- the meta-property, not null
-
index
public org.joda.beans.MetaProperty<IborIndex> index()
The meta-property for theindex
property.- Returns:
- the meta-property, not null
-
dayCount
public org.joda.beans.MetaProperty<DayCount> dayCount()
The meta-property for thedayCount
property.- Returns:
- the meta-property, not null
-
interpolator
public org.joda.beans.MetaProperty<GridSurfaceInterpolator> interpolator()
The meta-property for theinterpolator
property.- Returns:
- the meta-property, not null
-
shiftCurve
public org.joda.beans.MetaProperty<Curve> shiftCurve()
The meta-property for theshiftCurve
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
-
-