Package com.opengamma.strata.pricer.fx
Class FxForwardSensitivity.Meta
- java.lang.Object
-
- org.joda.beans.impl.direct.DirectMetaBean
-
- com.opengamma.strata.pricer.fx.FxForwardSensitivity.Meta
-
- All Implemented Interfaces:
org.joda.beans.MetaBean
- Enclosing class:
- FxForwardSensitivity
public static final class FxForwardSensitivity.Meta extends org.joda.beans.impl.direct.DirectMetaBeanThe meta-bean forFxForwardSensitivity.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends FxForwardSensitivity>beanType()org.joda.beans.BeanBuilder<? extends FxForwardSensitivity>builder()org.joda.beans.MetaProperty<Currency>currency()The meta-property for thecurrencyproperty.org.joda.beans.MetaProperty<CurrencyPair>currencyPair()The meta-property for thecurrencyPairproperty.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.org.joda.beans.MetaProperty<LocalDate>referenceDate()The meta-property for thereferenceDateproperty.org.joda.beans.MetaProperty<Double>sensitivity()The meta-property for thesensitivityproperty.-
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 FxForwardSensitivity> builder()
-
beanType
public Class<? extends FxForwardSensitivity> beanType()
-
currencyPair
public org.joda.beans.MetaProperty<CurrencyPair> currencyPair()
The meta-property for thecurrencyPairproperty.- 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
-
referenceDate
public org.joda.beans.MetaProperty<LocalDate> referenceDate()
The meta-property for thereferenceDateproperty.- Returns:
- the meta-property, not null
-
currency
public org.joda.beans.MetaProperty<Currency> currency()
The meta-property for thecurrencyproperty.- Returns:
- the meta-property, not null
-
sensitivity
public org.joda.beans.MetaProperty<Double> sensitivity()
The meta-property for thesensitivityproperty.- 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
-
-