public static final class RateCalculationSwapLeg.Meta
extends org.joda.beans.impl.direct.DirectMetaBean
RateCalculationSwapLeg.| Modifier and Type | Method and Description |
|---|---|
org.joda.beans.MetaProperty<PeriodicSchedule> |
accrualSchedule()
The meta-property for the
accrualSchedule property. |
Class<? extends RateCalculationSwapLeg> |
beanType() |
RateCalculationSwapLeg.Builder |
builder() |
org.joda.beans.MetaProperty<RateCalculation> |
calculation()
The meta-property for the
calculation property. |
org.joda.beans.MetaProperty<Currency> |
currency()
The meta-property for the
currency property. |
org.joda.beans.MetaProperty<AdjustableDate> |
endDate()
The meta-property for the
endDate property. |
protected org.joda.beans.MetaProperty<?> |
metaPropertyGet(String propertyName) |
Map<String,org.joda.beans.MetaProperty<?>> |
metaPropertyMap() |
org.joda.beans.MetaProperty<NotionalSchedule> |
notionalSchedule()
The meta-property for the
notionalSchedule property. |
org.joda.beans.MetaProperty<PaymentSchedule> |
paymentSchedule()
The meta-property for the
paymentSchedule 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<AdjustableDate> |
startDate()
The meta-property for the
startDate property. |
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 RateCalculationSwapLeg.Builder builder()
public Class<? extends RateCalculationSwapLeg> beanType()
public org.joda.beans.MetaProperty<PayReceive> payReceive()
payReceive property.public org.joda.beans.MetaProperty<PeriodicSchedule> accrualSchedule()
accrualSchedule property.public org.joda.beans.MetaProperty<PaymentSchedule> paymentSchedule()
paymentSchedule property.public org.joda.beans.MetaProperty<NotionalSchedule> notionalSchedule()
notionalSchedule property.public org.joda.beans.MetaProperty<RateCalculation> calculation()
calculation property.public org.joda.beans.MetaProperty<SwapLegType> type()
type property.public org.joda.beans.MetaProperty<AdjustableDate> startDate()
startDate property.public org.joda.beans.MetaProperty<AdjustableDate> endDate()
endDate property.public org.joda.beans.MetaProperty<Currency> currency()
currency 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.