Class NotionalSchedule.Meta
- java.lang.Object
-
- org.joda.beans.impl.direct.DirectMetaBean
-
- com.opengamma.strata.product.swap.NotionalSchedule.Meta
-
- All Implemented Interfaces:
org.joda.beans.MetaBean
- Enclosing class:
- NotionalSchedule
public static final class NotionalSchedule.Meta extends org.joda.beans.impl.direct.DirectMetaBean
The meta-bean forNotionalSchedule
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.joda.beans.MetaProperty<ValueSchedule>
amount()
The meta-property for theamount
property.Class<? extends NotionalSchedule>
beanType()
NotionalSchedule.Builder
builder()
org.joda.beans.MetaProperty<Currency>
currency()
The meta-property for thecurrency
property.org.joda.beans.MetaProperty<Boolean>
finalExchange()
The meta-property for thefinalExchange
property.org.joda.beans.MetaProperty<FxResetCalculation>
fxReset()
The meta-property for thefxReset
property.org.joda.beans.MetaProperty<Boolean>
initialExchange()
The meta-property for theinitialExchange
property.org.joda.beans.MetaProperty<Boolean>
intermediateExchange()
The meta-property for theintermediateExchange
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)
-
Methods inherited from class org.joda.beans.impl.direct.DirectMetaBean
isBuildable, metaProperty, toString, validate
-
-
-
-
Method Detail
-
metaPropertyGet
protected org.joda.beans.MetaProperty<?> metaPropertyGet(String propertyName)
- Overrides:
metaPropertyGet
in classorg.joda.beans.impl.direct.DirectMetaBean
-
builder
public NotionalSchedule.Builder builder()
-
beanType
public Class<? extends NotionalSchedule> beanType()
-
currency
public org.joda.beans.MetaProperty<Currency> currency()
The meta-property for thecurrency
property.- Returns:
- the meta-property, not null
-
fxReset
public org.joda.beans.MetaProperty<FxResetCalculation> fxReset()
The meta-property for thefxReset
property.- Returns:
- the meta-property, not null
-
amount
public org.joda.beans.MetaProperty<ValueSchedule> amount()
The meta-property for theamount
property.- Returns:
- the meta-property, not null
-
initialExchange
public org.joda.beans.MetaProperty<Boolean> initialExchange()
The meta-property for theinitialExchange
property.- Returns:
- the meta-property, not null
-
intermediateExchange
public org.joda.beans.MetaProperty<Boolean> intermediateExchange()
The meta-property for theintermediateExchange
property.- Returns:
- the meta-property, not null
-
finalExchange
public org.joda.beans.MetaProperty<Boolean> finalExchange()
The meta-property for thefinalExchange
property.- Returns:
- the meta-property, not null
-
propertyGet
protected Object propertyGet(org.joda.beans.Bean bean, String propertyName, boolean quiet)
- Overrides:
propertyGet
in classorg.joda.beans.impl.direct.DirectMetaBean
-
-