Package com.opengamma.strata.product.fx
Class FxSwap.Meta
- java.lang.Object
-
- org.joda.beans.impl.direct.DirectMetaBean
-
- com.opengamma.strata.product.fx.FxSwap.Meta
-
- All Implemented Interfaces:
org.joda.beans.MetaBean
- Enclosing class:
- FxSwap
public static final class FxSwap.Meta extends org.joda.beans.impl.direct.DirectMetaBeanThe meta-bean forFxSwap.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends FxSwap>beanType()org.joda.beans.BeanBuilder<? extends FxSwap>builder()org.joda.beans.MetaProperty<FxSingle>farLeg()The meta-property for thefarLegproperty.protected org.joda.beans.MetaProperty<?>metaPropertyGet(String propertyName)Map<String,org.joda.beans.MetaProperty<?>>metaPropertyMap()org.joda.beans.MetaProperty<FxSingle>nearLeg()The meta-property for thenearLegproperty.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 FxSwap> builder()
-
nearLeg
public org.joda.beans.MetaProperty<FxSingle> nearLeg()
The meta-property for thenearLegproperty.- Returns:
- the meta-property, not null
-
farLeg
public org.joda.beans.MetaProperty<FxSingle> farLeg()
The meta-property for thefarLegproperty.- 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
-
-