public static final class RatePeriodSwapLeg.Meta
extends org.joda.beans.impl.direct.DirectMetaBean
RatePeriodSwapLeg.| Modifier and Type | Method and Description |
|---|---|
Class<? extends RatePeriodSwapLeg> |
beanType() |
RatePeriodSwapLeg.Builder |
builder() |
org.joda.beans.MetaProperty<Boolean> |
finalExchange()
The meta-property for the
finalExchange property. |
org.joda.beans.MetaProperty<Boolean> |
initialExchange()
The meta-property for the
initialExchange property. |
org.joda.beans.MetaProperty<Boolean> |
intermediateExchange()
The meta-property for the
intermediateExchange 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 the
paymentBusinessDayAdjustment property. |
org.joda.beans.MetaProperty<ImmutableList<SwapPaymentEvent>> |
paymentEvents()
The meta-property for the
paymentEvents property. |
org.joda.beans.MetaProperty<ImmutableList<RatePaymentPeriod>> |
paymentPeriods()
The meta-property for the
paymentPeriods property. |
org.joda.beans.MetaProperty<PayReceive> |
payReceive()
The meta-property for the
payReceive 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 the
type property. |
isBuildable, metaProperty, toString, validateprotected org.joda.beans.MetaProperty<?> metaPropertyGet(String propertyName)
metaPropertyGet in class org.joda.beans.impl.direct.DirectMetaBeanpublic RatePeriodSwapLeg.Builder builder()
public Class<? extends RatePeriodSwapLeg> beanType()
public org.joda.beans.MetaProperty<SwapLegType> type()
type property.public org.joda.beans.MetaProperty<PayReceive> payReceive()
payReceive property.public org.joda.beans.MetaProperty<ImmutableList<RatePaymentPeriod>> paymentPeriods()
paymentPeriods property.public org.joda.beans.MetaProperty<Boolean> initialExchange()
initialExchange property.public org.joda.beans.MetaProperty<Boolean> intermediateExchange()
intermediateExchange property.public org.joda.beans.MetaProperty<Boolean> finalExchange()
finalExchange property.public org.joda.beans.MetaProperty<ImmutableList<SwapPaymentEvent>> paymentEvents()
paymentEvents property.public org.joda.beans.MetaProperty<BusinessDayAdjustment> paymentBusinessDayAdjustment()
paymentBusinessDayAdjustment property.protected Object propertyGet(org.joda.beans.Bean bean, String propertyName, boolean quiet)
propertyGet in class org.joda.beans.impl.direct.DirectMetaBeanCopyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.