Class ResolvedSwapLeg.Meta
- java.lang.Object
-
- org.joda.beans.impl.direct.DirectMetaBean
-
- com.opengamma.strata.product.swap.ResolvedSwapLeg.Meta
-
- All Implemented Interfaces:
org.joda.beans.MetaBean
- Enclosing class:
- ResolvedSwapLeg
public static final class ResolvedSwapLeg.Meta extends org.joda.beans.impl.direct.DirectMetaBeanThe meta-bean forResolvedSwapLeg.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends ResolvedSwapLeg>beanType()ResolvedSwapLeg.Builderbuilder()protected org.joda.beans.MetaProperty<?>metaPropertyGet(String propertyName)Map<String,org.joda.beans.MetaProperty<?>>metaPropertyMap()org.joda.beans.MetaProperty<ImmutableList<SwapPaymentEvent>>paymentEvents()The meta-property for thepaymentEventsproperty.org.joda.beans.MetaProperty<ImmutableList<SwapPaymentPeriod>>paymentPeriods()The meta-property for thepaymentPeriodsproperty.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 ResolvedSwapLeg.Builder builder()
-
beanType
public Class<? extends ResolvedSwapLeg> beanType()
-
type
public org.joda.beans.MetaProperty<SwapLegType> type()
The meta-property for thetypeproperty.- 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
-
paymentPeriods
public org.joda.beans.MetaProperty<ImmutableList<SwapPaymentPeriod>> paymentPeriods()
The meta-property for thepaymentPeriodsproperty.- Returns:
- the meta-property, not null
-
paymentEvents
public org.joda.beans.MetaProperty<ImmutableList<SwapPaymentEvent>> paymentEvents()
The meta-property for thepaymentEventsproperty.- 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
-
-