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.DirectMetaBean
The meta-bean forFxResetCalculation
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends FxResetCalculation>
beanType()
FxResetCalculation.Builder
builder()
org.joda.beans.MetaProperty<DaysAdjustment>
fixingDateOffset()
The meta-property for thefixingDateOffset
property.org.joda.beans.MetaProperty<FxResetFixingRelativeTo>
fixingRelativeTo()
The meta-property for thefixingRelativeTo
property.org.joda.beans.MetaProperty<FxIndex>
index()
The meta-property for theindex
property.org.joda.beans.MetaProperty<Double>
initialNotionalValue()
The meta-property for theinitialNotionalValue
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<Currency>
referenceCurrency()
The meta-property for thereferenceCurrency
property.-
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 FxResetCalculation.Builder builder()
-
beanType
public Class<? extends FxResetCalculation> beanType()
-
index
public org.joda.beans.MetaProperty<FxIndex> index()
The meta-property for theindex
property.- Returns:
- the meta-property, not null
-
referenceCurrency
public org.joda.beans.MetaProperty<Currency> referenceCurrency()
The meta-property for thereferenceCurrency
property.- Returns:
- the meta-property, not null
-
fixingRelativeTo
public org.joda.beans.MetaProperty<FxResetFixingRelativeTo> fixingRelativeTo()
The meta-property for thefixingRelativeTo
property.- Returns:
- the meta-property, not null
-
fixingDateOffset
public org.joda.beans.MetaProperty<DaysAdjustment> fixingDateOffset()
The meta-property for thefixingDateOffset
property.- Returns:
- the meta-property, not null
-
initialNotionalValue
public org.joda.beans.MetaProperty<Double> initialNotionalValue()
The meta-property for theinitialNotionalValue
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
-
-