Class SwapLegAmount.Meta
- java.lang.Object
-
- org.joda.beans.impl.direct.DirectMetaBean
-
- com.opengamma.strata.market.amount.SwapLegAmount.Meta
-
- All Implemented Interfaces:
org.joda.beans.MetaBean
- Enclosing class:
- SwapLegAmount
public static final class SwapLegAmount.Meta extends org.joda.beans.impl.direct.DirectMetaBeanThe meta-bean forSwapLegAmount.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.joda.beans.MetaProperty<CurrencyAmount>amount()The meta-property for theamountproperty.Class<? extends SwapLegAmount>beanType()SwapLegAmount.Builderbuilder()org.joda.beans.MetaProperty<Currency>currency()The meta-property for thecurrencyproperty.protected org.joda.beans.MetaProperty<?>metaPropertyGet(String propertyName)Map<String,org.joda.beans.MetaProperty<?>>metaPropertyMap()org.joda.beans.MetaProperty<PayReceive>payReceive()The meta-property for thepayReceiveproperty.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<SwapLegType>type()The meta-property for thetypeproperty.-
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 SwapLegAmount.Builder builder()
-
beanType
public Class<? extends SwapLegAmount> beanType()
-
amount
public org.joda.beans.MetaProperty<CurrencyAmount> amount()
The meta-property for theamountproperty.- Returns:
- the meta-property, not null
-
payReceive
public org.joda.beans.MetaProperty<PayReceive> payReceive()
The meta-property for thepayReceiveproperty.- Returns:
- the meta-property, not null
-
type
public org.joda.beans.MetaProperty<SwapLegType> type()
The meta-property for thetypeproperty.- 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
-
propertyGet
protected Object propertyGet(org.joda.beans.Bean bean, String propertyName, boolean quiet)
- Overrides:
propertyGetin classorg.joda.beans.impl.direct.DirectMetaBean
-
-