Class RatePeriodSwapLeg.Meta
- java.lang.Object
-
- org.joda.beans.impl.direct.DirectMetaBean
-
- com.opengamma.strata.product.swap.RatePeriodSwapLeg.Meta
-
- All Implemented Interfaces:
org.joda.beans.MetaBean
- Enclosing class:
- RatePeriodSwapLeg
public static final class RatePeriodSwapLeg.Meta extends org.joda.beans.impl.direct.DirectMetaBean
The meta-bean forRatePeriodSwapLeg
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends RatePeriodSwapLeg>
beanType()
RatePeriodSwapLeg.Builder
builder()
org.joda.beans.MetaProperty<Boolean>
finalExchange()
The meta-property for thefinalExchange
property.org.joda.beans.MetaProperty<Boolean>
initialExchange()
The meta-property for theinitialExchange
property.org.joda.beans.MetaProperty<Boolean>
intermediateExchange()
The meta-property for theintermediateExchange
property.protected org.joda.beans.MetaProperty<?>
metaPropertyGet(String propertyName)
Map<String,org.joda.beans.MetaProperty<?>>
metaPropertyMap()
org.joda.beans.MetaProperty<BusinessDayAdjustment>
paymentBusinessDayAdjustment()
The meta-property for thepaymentBusinessDayAdjustment
property.org.joda.beans.MetaProperty<ImmutableList<SwapPaymentEvent>>
paymentEvents()
The meta-property for thepaymentEvents
property.org.joda.beans.MetaProperty<ImmutableList<RatePaymentPeriod>>
paymentPeriods()
The meta-property for thepaymentPeriods
property.org.joda.beans.MetaProperty<PayReceive>
payReceive()
The meta-property for thepayReceive
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<SwapLegType>
type()
The meta-property for thetype
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 RatePeriodSwapLeg.Builder builder()
-
beanType
public Class<? extends RatePeriodSwapLeg> beanType()
-
type
public org.joda.beans.MetaProperty<SwapLegType> type()
The meta-property for thetype
property.- Returns:
- the meta-property, not null
-
payReceive
public org.joda.beans.MetaProperty<PayReceive> payReceive()
The meta-property for thepayReceive
property.- Returns:
- the meta-property, not null
-
paymentPeriods
public org.joda.beans.MetaProperty<ImmutableList<RatePaymentPeriod>> paymentPeriods()
The meta-property for thepaymentPeriods
property.- Returns:
- the meta-property, not null
-
initialExchange
public org.joda.beans.MetaProperty<Boolean> initialExchange()
The meta-property for theinitialExchange
property.- Returns:
- the meta-property, not null
-
intermediateExchange
public org.joda.beans.MetaProperty<Boolean> intermediateExchange()
The meta-property for theintermediateExchange
property.- Returns:
- the meta-property, not null
-
finalExchange
public org.joda.beans.MetaProperty<Boolean> finalExchange()
The meta-property for thefinalExchange
property.- Returns:
- the meta-property, not null
-
paymentEvents
public org.joda.beans.MetaProperty<ImmutableList<SwapPaymentEvent>> paymentEvents()
The meta-property for thepaymentEvents
property.- Returns:
- the meta-property, not null
-
paymentBusinessDayAdjustment
public org.joda.beans.MetaProperty<BusinessDayAdjustment> paymentBusinessDayAdjustment()
The meta-property for thepaymentBusinessDayAdjustment
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
-
-