Package com.opengamma.strata.pricer.rate
Class InflationRateSensitivity.Meta
- java.lang.Object
-
- org.joda.beans.impl.direct.DirectMetaBean
-
- com.opengamma.strata.pricer.rate.InflationRateSensitivity.Meta
-
- All Implemented Interfaces:
MetaBean
- Enclosing class:
- InflationRateSensitivity
public static final class InflationRateSensitivity.Meta extends DirectMetaBean
The meta-bean forInflationRateSensitivity
.
-
-
Field Summary
-
Fields inherited from class org.joda.beans.impl.direct.DirectMetaBean
TEST_COVERAGE_STRING
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class<? extends InflationRateSensitivity>
beanType()
BeanBuilder<? extends InflationRateSensitivity>
builder()
MetaProperty<Currency>
currency()
The meta-property for thecurrency
property.protected MetaProperty<?>
metaPropertyGet(java.lang.String propertyName)
java.util.Map<java.lang.String,MetaProperty<?>>
metaPropertyMap()
MetaProperty<PriceIndexObservation>
observation()
The meta-property for theobservation
property.protected java.lang.Object
propertyGet(Bean bean, java.lang.String propertyName, boolean quiet)
protected void
propertySet(Bean bean, java.lang.String propertyName, java.lang.Object newValue, boolean quiet)
MetaProperty<java.lang.Double>
sensitivity()
The meta-property for thesensitivity
property.-
Methods inherited from class org.joda.beans.impl.direct.DirectMetaBean
isBuildable, metaProperty, toString, validate
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.joda.beans.MetaBean
annotation, annotations, beanName, metaPropertyCount, metaPropertyExists, metaPropertyIterable
-
-
-
-
Method Detail
-
metaPropertyGet
protected MetaProperty<?> metaPropertyGet(java.lang.String propertyName)
- Overrides:
metaPropertyGet
in classDirectMetaBean
-
builder
public BeanBuilder<? extends InflationRateSensitivity> builder()
-
beanType
public java.lang.Class<? extends InflationRateSensitivity> beanType()
-
metaPropertyMap
public java.util.Map<java.lang.String,MetaProperty<?>> metaPropertyMap()
-
observation
public MetaProperty<PriceIndexObservation> observation()
The meta-property for theobservation
property.- Returns:
- the meta-property, not null
-
currency
public MetaProperty<Currency> currency()
The meta-property for thecurrency
property.- Returns:
- the meta-property, not null
-
sensitivity
public MetaProperty<java.lang.Double> sensitivity()
The meta-property for thesensitivity
property.- Returns:
- the meta-property, not null
-
propertyGet
protected java.lang.Object propertyGet(Bean bean, java.lang.String propertyName, boolean quiet)
- Overrides:
propertyGet
in classDirectMetaBean
-
propertySet
protected void propertySet(Bean bean, java.lang.String propertyName, java.lang.Object newValue, boolean quiet)
- Overrides:
propertySet
in classDirectMetaBean
-
-