Class RateCalculationSwapLeg.Meta
- java.lang.Object
-
- org.joda.beans.impl.direct.DirectMetaBean
-
- com.opengamma.strata.product.swap.RateCalculationSwapLeg.Meta
-
- All Implemented Interfaces:
org.joda.beans.MetaBean
- Enclosing class:
- RateCalculationSwapLeg
public static final class RateCalculationSwapLeg.Meta extends org.joda.beans.impl.direct.DirectMetaBeanThe meta-bean forRateCalculationSwapLeg.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.joda.beans.MetaProperty<PeriodicSchedule>accrualSchedule()The meta-property for theaccrualScheduleproperty.Class<? extends RateCalculationSwapLeg>beanType()RateCalculationSwapLeg.Builderbuilder()org.joda.beans.MetaProperty<RateCalculation>calculation()The meta-property for thecalculationproperty.org.joda.beans.MetaProperty<Currency>currency()The meta-property for thecurrencyproperty.org.joda.beans.MetaProperty<AdjustableDate>endDate()The meta-property for theendDateproperty.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 thenotionalScheduleproperty.org.joda.beans.MetaProperty<PaymentSchedule>paymentSchedule()The meta-property for thepaymentScheduleproperty.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<AdjustableDate>startDate()The meta-property for thestartDateproperty.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 RateCalculationSwapLeg.Builder builder()
-
beanType
public Class<? extends RateCalculationSwapLeg> beanType()
-
payReceive
public org.joda.beans.MetaProperty<PayReceive> payReceive()
The meta-property for thepayReceiveproperty.- Returns:
- the meta-property, not null
-
accrualSchedule
public org.joda.beans.MetaProperty<PeriodicSchedule> accrualSchedule()
The meta-property for theaccrualScheduleproperty.- Returns:
- the meta-property, not null
-
paymentSchedule
public org.joda.beans.MetaProperty<PaymentSchedule> paymentSchedule()
The meta-property for thepaymentScheduleproperty.- Returns:
- the meta-property, not null
-
notionalSchedule
public org.joda.beans.MetaProperty<NotionalSchedule> notionalSchedule()
The meta-property for thenotionalScheduleproperty.- Returns:
- the meta-property, not null
-
calculation
public org.joda.beans.MetaProperty<RateCalculation> calculation()
The meta-property for thecalculationproperty.- 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
-
startDate
public org.joda.beans.MetaProperty<AdjustableDate> startDate()
The meta-property for thestartDateproperty.- Returns:
- the meta-property, not null
-
endDate
public org.joda.beans.MetaProperty<AdjustableDate> endDate()
The meta-property for theendDateproperty.- 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
-
-