public static final class OvernightIndexObservation.Meta
extends org.joda.beans.impl.direct.DirectMetaBean
OvernightIndexObservation.| Modifier and Type | Method and Description |
|---|---|
Class<? extends OvernightIndexObservation> |
beanType() |
OvernightIndexObservation.Builder |
builder() |
org.joda.beans.MetaProperty<LocalDate> |
effectiveDate()
The meta-property for the
effectiveDate property. |
org.joda.beans.MetaProperty<LocalDate> |
fixingDate()
The meta-property for the
fixingDate property. |
org.joda.beans.MetaProperty<OvernightIndex> |
index()
The meta-property for the
index property. |
org.joda.beans.MetaProperty<LocalDate> |
maturityDate()
The meta-property for the
maturityDate 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) |
org.joda.beans.MetaProperty<LocalDate> |
publicationDate()
The meta-property for the
publicationDate property. |
org.joda.beans.MetaProperty<Double> |
yearFraction()
The meta-property for the
yearFraction property. |
isBuildable, metaProperty, toString, validateprotected org.joda.beans.MetaProperty<?> metaPropertyGet(String propertyName)
metaPropertyGet in class org.joda.beans.impl.direct.DirectMetaBeanpublic OvernightIndexObservation.Builder builder()
public Class<? extends OvernightIndexObservation> beanType()
public org.joda.beans.MetaProperty<OvernightIndex> index()
index property.public org.joda.beans.MetaProperty<LocalDate> fixingDate()
fixingDate property.public org.joda.beans.MetaProperty<LocalDate> publicationDate()
publicationDate property.public org.joda.beans.MetaProperty<LocalDate> effectiveDate()
effectiveDate property.public org.joda.beans.MetaProperty<LocalDate> maturityDate()
maturityDate property.public org.joda.beans.MetaProperty<Double> yearFraction()
yearFraction 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.