Class InflationRateCalculation.Meta
- java.lang.Object
-
- org.joda.beans.impl.direct.DirectMetaBean
-
- com.opengamma.strata.product.swap.InflationRateCalculation.Meta
-
- All Implemented Interfaces:
org.joda.beans.MetaBean
- Enclosing class:
- InflationRateCalculation
public static final class InflationRateCalculation.Meta extends org.joda.beans.impl.direct.DirectMetaBean
The meta-bean forInflationRateCalculation
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends InflationRateCalculation>
beanType()
InflationRateCalculation.Builder
builder()
org.joda.beans.MetaProperty<Double>
firstIndexValue()
The meta-property for thefirstIndexValue
property.org.joda.beans.MetaProperty<ValueSchedule>
gearing()
The meta-property for thegearing
property.org.joda.beans.MetaProperty<PriceIndex>
index()
The meta-property for theindex
property.org.joda.beans.MetaProperty<PriceIndexCalculationMethod>
indexCalculationMethod()
The meta-property for theindexCalculationMethod
property.org.joda.beans.MetaProperty<Period>
lag()
The meta-property for thelag
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)
-
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 InflationRateCalculation.Builder builder()
-
beanType
public Class<? extends InflationRateCalculation> beanType()
-
index
public org.joda.beans.MetaProperty<PriceIndex> index()
The meta-property for theindex
property.- Returns:
- the meta-property, not null
-
lag
public org.joda.beans.MetaProperty<Period> lag()
The meta-property for thelag
property.- Returns:
- the meta-property, not null
-
indexCalculationMethod
public org.joda.beans.MetaProperty<PriceIndexCalculationMethod> indexCalculationMethod()
The meta-property for theindexCalculationMethod
property.- Returns:
- the meta-property, not null
-
firstIndexValue
public org.joda.beans.MetaProperty<Double> firstIndexValue()
The meta-property for thefirstIndexValue
property.- Returns:
- the meta-property, not null
-
gearing
public org.joda.beans.MetaProperty<ValueSchedule> gearing()
The meta-property for thegearing
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
-
-