Class InflationEndMonthRateComputation.Meta
- java.lang.Object
- 
- org.joda.beans.impl.direct.DirectMetaBean
- 
- com.opengamma.strata.product.rate.InflationEndMonthRateComputation.Meta
 
 
- 
- All Implemented Interfaces:
- org.joda.beans.MetaBean
 - Enclosing class:
- InflationEndMonthRateComputation
 
 public static final class InflationEndMonthRateComputation.Meta extends org.joda.beans.impl.direct.DirectMetaBeanThe meta-bean forInflationEndMonthRateComputation.
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends InflationEndMonthRateComputation>beanType()org.joda.beans.BeanBuilder<? extends InflationEndMonthRateComputation>builder()org.joda.beans.MetaProperty<PriceIndexObservation>endObservation()The meta-property for theendObservationproperty.protected org.joda.beans.MetaProperty<?>metaPropertyGet(String propertyName)Map<String,org.joda.beans.MetaProperty<?>>metaPropertyMap()protected ObjectpropertyGet(org.joda.beans.Bean bean, String propertyName, boolean quiet)protected voidpropertySet(org.joda.beans.Bean bean, String propertyName, Object newValue, boolean quiet)org.joda.beans.MetaProperty<Double>startIndexValue()The meta-property for thestartIndexValueproperty.- 
Methods inherited from class org.joda.beans.impl.direct.DirectMetaBeanisBuildable, metaProperty, toString, validate
 
- 
 
- 
- 
- 
Method Detail- 
metaPropertyGetprotected org.joda.beans.MetaProperty<?> metaPropertyGet(String propertyName) - Overrides:
- metaPropertyGetin class- org.joda.beans.impl.direct.DirectMetaBean
 
 - 
builderpublic org.joda.beans.BeanBuilder<? extends InflationEndMonthRateComputation> builder() 
 - 
beanTypepublic Class<? extends InflationEndMonthRateComputation> beanType() 
 - 
startIndexValuepublic org.joda.beans.MetaProperty<Double> startIndexValue() The meta-property for thestartIndexValueproperty.- Returns:
- the meta-property, not null
 
 - 
endObservationpublic org.joda.beans.MetaProperty<PriceIndexObservation> endObservation() The meta-property for theendObservationproperty.- Returns:
- the meta-property, not null
 
 - 
propertyGetprotected Object propertyGet(org.joda.beans.Bean bean, String propertyName, boolean quiet) - Overrides:
- propertyGetin class- org.joda.beans.impl.direct.DirectMetaBean
 
 
- 
 
-