public static final class InflationRateCalculation.Meta
extends org.joda.beans.impl.direct.DirectMetaBean
InflationRateCalculation.| Modifier and Type | Method and Description |
|---|---|
Class<? extends InflationRateCalculation> |
beanType() |
InflationRateCalculation.Builder |
builder() |
org.joda.beans.MetaProperty<Double> |
firstIndexValue()
The meta-property for the
firstIndexValue property. |
org.joda.beans.MetaProperty<ValueSchedule> |
gearing()
The meta-property for the
gearing property. |
org.joda.beans.MetaProperty<PriceIndex> |
index()
The meta-property for the
index property. |
org.joda.beans.MetaProperty<PriceIndexCalculationMethod> |
indexCalculationMethod()
The meta-property for the
indexCalculationMethod property. |
org.joda.beans.MetaProperty<Period> |
lag()
The meta-property for the
lag 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) |
isBuildable, metaProperty, toString, validateprotected org.joda.beans.MetaProperty<?> metaPropertyGet(String propertyName)
metaPropertyGet in class org.joda.beans.impl.direct.DirectMetaBeanpublic InflationRateCalculation.Builder builder()
public Class<? extends InflationRateCalculation> beanType()
public org.joda.beans.MetaProperty<PriceIndex> index()
index property.public org.joda.beans.MetaProperty<Period> lag()
lag property.public org.joda.beans.MetaProperty<PriceIndexCalculationMethod> indexCalculationMethod()
indexCalculationMethod property.public org.joda.beans.MetaProperty<Double> firstIndexValue()
firstIndexValue property.public org.joda.beans.MetaProperty<ValueSchedule> gearing()
gearing 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.