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.DirectMetaBean
The meta-bean forCmsLeg
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends CmsLeg>
beanType()
CmsLeg.Builder
builder()
org.joda.beans.MetaProperty<ValueSchedule>
capSchedule()
The meta-property for thecapSchedule
property.org.joda.beans.MetaProperty<Currency>
currency()
The meta-property for thecurrency
property.org.joda.beans.MetaProperty<DayCount>
dayCount()
The meta-property for thedayCount
property.org.joda.beans.MetaProperty<DaysAdjustment>
fixingDateOffset()
The meta-property for thefixingDateOffset
property.org.joda.beans.MetaProperty<FixingRelativeTo>
fixingRelativeTo()
The meta-property for thefixingRelativeTo
property.org.joda.beans.MetaProperty<ValueSchedule>
floorSchedule()
The meta-property for thefloorSchedule
property.org.joda.beans.MetaProperty<SwapIndex>
index()
The meta-property for theindex
property.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 thenotional
property.org.joda.beans.MetaProperty<DaysAdjustment>
paymentDateOffset()
The meta-property for thepaymentDateOffset
property.org.joda.beans.MetaProperty<PeriodicSchedule>
paymentSchedule()
The meta-property for thepaymentSchedule
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)
-
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 CmsLeg.Builder builder()
-
payReceive
public org.joda.beans.MetaProperty<PayReceive> payReceive()
The meta-property for thepayReceive
property.- Returns:
- the meta-property, not null
-
paymentSchedule
public org.joda.beans.MetaProperty<PeriodicSchedule> paymentSchedule()
The meta-property for thepaymentSchedule
property.- Returns:
- the meta-property, not null
-
paymentDateOffset
public org.joda.beans.MetaProperty<DaysAdjustment> paymentDateOffset()
The meta-property for thepaymentDateOffset
property.- Returns:
- the meta-property, not null
-
currency
public org.joda.beans.MetaProperty<Currency> currency()
The meta-property for thecurrency
property.- Returns:
- the meta-property, not null
-
notional
public org.joda.beans.MetaProperty<ValueSchedule> notional()
The meta-property for thenotional
property.- Returns:
- the meta-property, not null
-
index
public org.joda.beans.MetaProperty<SwapIndex> index()
The meta-property for theindex
property.- Returns:
- the meta-property, not null
-
fixingRelativeTo
public org.joda.beans.MetaProperty<FixingRelativeTo> fixingRelativeTo()
The meta-property for thefixingRelativeTo
property.- Returns:
- the meta-property, not null
-
fixingDateOffset
public org.joda.beans.MetaProperty<DaysAdjustment> fixingDateOffset()
The meta-property for thefixingDateOffset
property.- Returns:
- the meta-property, not null
-
dayCount
public org.joda.beans.MetaProperty<DayCount> dayCount()
The meta-property for thedayCount
property.- Returns:
- the meta-property, not null
-
capSchedule
public org.joda.beans.MetaProperty<ValueSchedule> capSchedule()
The meta-property for thecapSchedule
property.- Returns:
- the meta-property, not null
-
floorSchedule
public org.joda.beans.MetaProperty<ValueSchedule> floorSchedule()
The meta-property for thefloorSchedule
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
-
-