Package com.opengamma.strata.product.cms
Class CmsLeg.Meta
- java.lang.Object
-
- org.joda.beans.impl.direct.DirectMetaBean
-
- com.opengamma.strata.product.cms.CmsLeg.Meta
-
- All Implemented Interfaces:
org.joda.beans.MetaBean
- Enclosing class:
- CmsLeg
public static final class CmsLeg.Meta extends org.joda.beans.impl.direct.DirectMetaBeanThe meta-bean forCmsLeg.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends CmsLeg>beanType()CmsLeg.Builderbuilder()org.joda.beans.MetaProperty<ValueSchedule>capSchedule()The meta-property for thecapScheduleproperty.org.joda.beans.MetaProperty<Currency>currency()The meta-property for thecurrencyproperty.org.joda.beans.MetaProperty<DayCount>dayCount()The meta-property for thedayCountproperty.org.joda.beans.MetaProperty<DaysAdjustment>fixingDateOffset()The meta-property for thefixingDateOffsetproperty.org.joda.beans.MetaProperty<FixingRelativeTo>fixingRelativeTo()The meta-property for thefixingRelativeToproperty.org.joda.beans.MetaProperty<ValueSchedule>floorSchedule()The meta-property for thefloorScheduleproperty.org.joda.beans.MetaProperty<SwapIndex>index()The meta-property for theindexproperty.protected org.joda.beans.MetaProperty<?>metaPropertyGet(String propertyName)Map<String,org.joda.beans.MetaProperty<?>>metaPropertyMap()org.joda.beans.MetaProperty<ValueSchedule>notional()The meta-property for thenotionalproperty.org.joda.beans.MetaProperty<DaysAdjustment>paymentDateOffset()The meta-property for thepaymentDateOffsetproperty.org.joda.beans.MetaProperty<PeriodicSchedule>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)-
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 CmsLeg.Builder builder()
-
payReceive
public org.joda.beans.MetaProperty<PayReceive> payReceive()
The meta-property for thepayReceiveproperty.- Returns:
- the meta-property, not null
-
paymentSchedule
public org.joda.beans.MetaProperty<PeriodicSchedule> paymentSchedule()
The meta-property for thepaymentScheduleproperty.- Returns:
- the meta-property, not null
-
paymentDateOffset
public org.joda.beans.MetaProperty<DaysAdjustment> paymentDateOffset()
The meta-property for thepaymentDateOffsetproperty.- 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
-
notional
public org.joda.beans.MetaProperty<ValueSchedule> notional()
The meta-property for thenotionalproperty.- Returns:
- the meta-property, not null
-
index
public org.joda.beans.MetaProperty<SwapIndex> index()
The meta-property for theindexproperty.- Returns:
- the meta-property, not null
-
fixingRelativeTo
public org.joda.beans.MetaProperty<FixingRelativeTo> fixingRelativeTo()
The meta-property for thefixingRelativeToproperty.- Returns:
- the meta-property, not null
-
fixingDateOffset
public org.joda.beans.MetaProperty<DaysAdjustment> fixingDateOffset()
The meta-property for thefixingDateOffsetproperty.- Returns:
- the meta-property, not null
-
dayCount
public org.joda.beans.MetaProperty<DayCount> dayCount()
The meta-property for thedayCountproperty.- Returns:
- the meta-property, not null
-
capSchedule
public org.joda.beans.MetaProperty<ValueSchedule> capSchedule()
The meta-property for thecapScheduleproperty.- Returns:
- the meta-property, not null
-
floorSchedule
public org.joda.beans.MetaProperty<ValueSchedule> floorSchedule()
The meta-property for thefloorScheduleproperty.- 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
-
-