Class FxResetCalculation.Meta
- java.lang.Object
-
- org.joda.beans.impl.direct.DirectMetaBean
-
- com.opengamma.strata.product.swap.FxResetCalculation.Meta
-
- All Implemented Interfaces:
org.joda.beans.MetaBean
- Enclosing class:
- FxResetCalculation
public static final class FxResetCalculation.Meta extends org.joda.beans.impl.direct.DirectMetaBeanThe meta-bean forFxResetCalculation.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends FxResetCalculation>beanType()FxResetCalculation.Builderbuilder()org.joda.beans.MetaProperty<DaysAdjustment>fixingDateOffset()The meta-property for thefixingDateOffsetproperty.org.joda.beans.MetaProperty<FxResetFixingRelativeTo>fixingRelativeTo()The meta-property for thefixingRelativeToproperty.org.joda.beans.MetaProperty<FxIndex>index()The meta-property for theindexproperty.org.joda.beans.MetaProperty<Double>initialNotionalValue()The meta-property for theinitialNotionalValueproperty.protected org.joda.beans.MetaProperty<?>metaPropertyGet(String propertyName)Map<String,org.joda.beans.MetaProperty<?>>metaPropertyMap()protected ObjectpropertyGet(org.joda.beans.Bean bean, String propertyName, boolean quiet)protected voidpropertySet(org.joda.beans.Bean bean, String propertyName, Object newValue, boolean quiet)org.joda.beans.MetaProperty<Currency>referenceCurrency()The meta-property for thereferenceCurrencyproperty.-
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 FxResetCalculation.Builder builder()
-
beanType
public Class<? extends FxResetCalculation> beanType()
-
index
public org.joda.beans.MetaProperty<FxIndex> index()
The meta-property for theindexproperty.- Returns:
- the meta-property, not null
-
referenceCurrency
public org.joda.beans.MetaProperty<Currency> referenceCurrency()
The meta-property for thereferenceCurrencyproperty.- Returns:
- the meta-property, not null
-
fixingRelativeTo
public org.joda.beans.MetaProperty<FxResetFixingRelativeTo> fixingRelativeTo()
The meta-property for thefixingRelativeToproperty.- Returns:
- the meta-property, not null
-
fixingDateOffset
public org.joda.beans.MetaProperty<DaysAdjustment> fixingDateOffset()
The meta-property for thefixingDateOffsetproperty.- Returns:
- the meta-property, not null
-
initialNotionalValue
public org.joda.beans.MetaProperty<Double> initialNotionalValue()
The meta-property for theinitialNotionalValueproperty.- 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
-
-