Class FxResetNotionalExchange.Meta
- java.lang.Object
-
- org.joda.beans.impl.direct.DirectMetaBean
-
- com.opengamma.strata.product.swap.FxResetNotionalExchange.Meta
-
- All Implemented Interfaces:
org.joda.beans.MetaBean
- Enclosing class:
- FxResetNotionalExchange
public static final class FxResetNotionalExchange.Meta extends org.joda.beans.impl.direct.DirectMetaBeanThe meta-bean forFxResetNotionalExchange.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends FxResetNotionalExchange>beanType()org.joda.beans.BeanBuilder<? extends FxResetNotionalExchange>builder()protected org.joda.beans.MetaProperty<?>metaPropertyGet(String propertyName)Map<String,org.joda.beans.MetaProperty<?>>metaPropertyMap()org.joda.beans.MetaProperty<CurrencyAmount>notionalAmount()The meta-property for thenotionalAmountproperty.org.joda.beans.MetaProperty<FxIndexObservation>observation()The meta-property for theobservationproperty.org.joda.beans.MetaProperty<LocalDate>paymentDate()The meta-property for thepaymentDateproperty.protected ObjectpropertyGet(org.joda.beans.Bean bean, String propertyName, boolean quiet)protected voidpropertySet(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:
metaPropertyGetin classorg.joda.beans.impl.direct.DirectMetaBean
-
builder
public org.joda.beans.BeanBuilder<? extends FxResetNotionalExchange> builder()
-
beanType
public Class<? extends FxResetNotionalExchange> beanType()
-
notionalAmount
public org.joda.beans.MetaProperty<CurrencyAmount> notionalAmount()
The meta-property for thenotionalAmountproperty.- Returns:
- the meta-property, not null
-
paymentDate
public org.joda.beans.MetaProperty<LocalDate> paymentDate()
The meta-property for thepaymentDateproperty.- Returns:
- the meta-property, not null
-
observation
public org.joda.beans.MetaProperty<FxIndexObservation> observation()
The meta-property for theobservationproperty.- Returns:
- the meta-property, not null
-
propertyGet
protected Object propertyGet(org.joda.beans.Bean bean, String propertyName, boolean quiet)
- Overrides:
propertyGetin classorg.joda.beans.impl.direct.DirectMetaBean
-
-