Class InflationRateSwapLegConvention.Meta
- java.lang.Object
-
- org.joda.beans.impl.direct.DirectMetaBean
-
- com.opengamma.strata.product.swap.type.InflationRateSwapLegConvention.Meta
-
- All Implemented Interfaces:
org.joda.beans.MetaBean
- Enclosing class:
- InflationRateSwapLegConvention
public static final class InflationRateSwapLegConvention.Meta extends org.joda.beans.impl.direct.DirectMetaBean
The meta-bean forInflationRateSwapLegConvention
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.joda.beans.MetaProperty<BusinessDayAdjustment>
accrualBusinessDayAdjustment()
The meta-property for theaccrualBusinessDayAdjustment
property.Class<? extends InflationRateSwapLegConvention>
beanType()
InflationRateSwapLegConvention.Builder
builder()
org.joda.beans.MetaProperty<PriceIndex>
index()
The meta-property for theindex
property.org.joda.beans.MetaProperty<PriceIndexCalculationMethod>
indexCalculationMethod()
The meta-property for theindexCalculationMethod
property.org.joda.beans.MetaProperty<Period>
lag()
The meta-property for thelag
property.protected org.joda.beans.MetaProperty<?>
metaPropertyGet(String propertyName)
Map<String,org.joda.beans.MetaProperty<?>>
metaPropertyMap()
org.joda.beans.MetaProperty<Boolean>
notionalExchange()
The meta-property for thenotionalExchange
property.org.joda.beans.MetaProperty<DaysAdjustment>
paymentDateOffset()
The meta-property for thepaymentDateOffset
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 InflationRateSwapLegConvention.Builder builder()
-
beanType
public Class<? extends InflationRateSwapLegConvention> beanType()
-
index
public org.joda.beans.MetaProperty<PriceIndex> index()
The meta-property for theindex
property.- Returns:
- the meta-property, not null
-
lag
public org.joda.beans.MetaProperty<Period> lag()
The meta-property for thelag
property.- Returns:
- the meta-property, not null
-
indexCalculationMethod
public org.joda.beans.MetaProperty<PriceIndexCalculationMethod> indexCalculationMethod()
The meta-property for theindexCalculationMethod
property.- Returns:
- the meta-property, not null
-
notionalExchange
public org.joda.beans.MetaProperty<Boolean> notionalExchange()
The meta-property for thenotionalExchange
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
-
accrualBusinessDayAdjustment
public org.joda.beans.MetaProperty<BusinessDayAdjustment> accrualBusinessDayAdjustment()
The meta-property for theaccrualBusinessDayAdjustment
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
-
-