public static final class NotionalSchedule.Meta
extends org.joda.beans.impl.direct.DirectMetaBean
NotionalSchedule.| Modifier and Type | Method and Description |
|---|---|
org.joda.beans.MetaProperty<ValueSchedule> |
amount()
The meta-property for the
amount property. |
Class<? extends NotionalSchedule> |
beanType() |
NotionalSchedule.Builder |
builder() |
org.joda.beans.MetaProperty<Currency> |
currency()
The meta-property for the
currency property. |
org.joda.beans.MetaProperty<Boolean> |
finalExchange()
The meta-property for the
finalExchange property. |
org.joda.beans.MetaProperty<FxResetCalculation> |
fxReset()
The meta-property for the
fxReset property. |
org.joda.beans.MetaProperty<Boolean> |
initialExchange()
The meta-property for the
initialExchange property. |
org.joda.beans.MetaProperty<Boolean> |
intermediateExchange()
The meta-property for the
intermediateExchange 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 NotionalSchedule.Builder builder()
public Class<? extends NotionalSchedule> beanType()
public org.joda.beans.MetaProperty<Currency> currency()
currency property.public org.joda.beans.MetaProperty<FxResetCalculation> fxReset()
fxReset property.public org.joda.beans.MetaProperty<ValueSchedule> amount()
amount property.public org.joda.beans.MetaProperty<Boolean> initialExchange()
initialExchange property.public org.joda.beans.MetaProperty<Boolean> intermediateExchange()
intermediateExchange property.public org.joda.beans.MetaProperty<Boolean> finalExchange()
finalExchange 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.