Package com.opengamma.strata.product.fx
Class ResolvedFxNdf.Meta
- java.lang.Object
-
- org.joda.beans.impl.direct.DirectMetaBean
-
- com.opengamma.strata.product.fx.ResolvedFxNdf.Meta
-
- All Implemented Interfaces:
org.joda.beans.MetaBean
- Enclosing class:
- ResolvedFxNdf
public static final class ResolvedFxNdf.Meta extends org.joda.beans.impl.direct.DirectMetaBean
The meta-bean forResolvedFxNdf
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.joda.beans.MetaProperty<FxRate>
agreedFxRate()
The meta-property for theagreedFxRate
property.Class<? extends ResolvedFxNdf>
beanType()
ResolvedFxNdf.Builder
builder()
protected org.joda.beans.MetaProperty<?>
metaPropertyGet(String propertyName)
Map<String,org.joda.beans.MetaProperty<?>>
metaPropertyMap()
org.joda.beans.MetaProperty<FxIndexObservation>
observation()
The meta-property for theobservation
property.org.joda.beans.MetaProperty<LocalDate>
paymentDate()
The meta-property for thepaymentDate
property.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<CurrencyAmount>
settlementCurrencyNotional()
The meta-property for thesettlementCurrencyNotional
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 ResolvedFxNdf.Builder builder()
-
beanType
public Class<? extends ResolvedFxNdf> beanType()
-
settlementCurrencyNotional
public org.joda.beans.MetaProperty<CurrencyAmount> settlementCurrencyNotional()
The meta-property for thesettlementCurrencyNotional
property.- Returns:
- the meta-property, not null
-
agreedFxRate
public org.joda.beans.MetaProperty<FxRate> agreedFxRate()
The meta-property for theagreedFxRate
property.- Returns:
- the meta-property, not null
-
observation
public org.joda.beans.MetaProperty<FxIndexObservation> observation()
The meta-property for theobservation
property.- Returns:
- the meta-property, not null
-
paymentDate
public org.joda.beans.MetaProperty<LocalDate> paymentDate()
The meta-property for thepaymentDate
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
-
-