public static final class IborIndexObservation.Meta extends DirectMetaBean
IborIndexObservation
.TEST_COVERAGE_STRING
Modifier and Type | Method and Description |
---|---|
Class<? extends IborIndexObservation> |
beanType() |
BeanBuilder<? extends IborIndexObservation> |
builder() |
MetaProperty<LocalDate> |
effectiveDate()
The meta-property for the
effectiveDate property. |
MetaProperty<LocalDate> |
fixingDate()
The meta-property for the
fixingDate property. |
MetaProperty<IborIndex> |
index()
The meta-property for the
index property. |
MetaProperty<LocalDate> |
maturityDate()
The meta-property for the
maturityDate property. |
protected MetaProperty<?> |
metaPropertyGet(String propertyName) |
Map<String,MetaProperty<?>> |
metaPropertyMap() |
protected Object |
propertyGet(Bean bean,
String propertyName,
boolean quiet) |
protected void |
propertySet(Bean bean,
String propertyName,
Object newValue,
boolean quiet) |
MetaProperty<Double> |
yearFraction()
The meta-property for the
yearFraction property. |
metaProperty, validate
beanName, createPropertyMap, metaPropertyCount, metaPropertyExists, metaPropertyIterable, toString
protected MetaProperty<?> metaPropertyGet(String propertyName)
metaPropertyGet
in class DirectMetaBean
public BeanBuilder<? extends IborIndexObservation> builder()
public Class<? extends IborIndexObservation> beanType()
public Map<String,MetaProperty<?>> metaPropertyMap()
public MetaProperty<IborIndex> index()
index
property.public MetaProperty<LocalDate> fixingDate()
fixingDate
property.public MetaProperty<LocalDate> effectiveDate()
effectiveDate
property.public MetaProperty<LocalDate> maturityDate()
maturityDate
property.public MetaProperty<Double> yearFraction()
yearFraction
property.protected Object propertyGet(Bean bean, String propertyName, boolean quiet)
propertyGet
in class DirectMetaBean
protected void propertySet(Bean bean, String propertyName, Object newValue, boolean quiet)
propertySet
in class DirectMetaBean
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.