Class ImmutableFixedInflationSwapConvention.Meta
- java.lang.Object
-
- org.joda.beans.impl.direct.DirectMetaBean
-
- com.opengamma.strata.product.swap.type.ImmutableFixedInflationSwapConvention.Meta
-
- All Implemented Interfaces:
org.joda.beans.MetaBean
- Enclosing class:
- ImmutableFixedInflationSwapConvention
public static final class ImmutableFixedInflationSwapConvention.Meta extends org.joda.beans.impl.direct.DirectMetaBean
The meta-bean forImmutableFixedInflationSwapConvention
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends ImmutableFixedInflationSwapConvention>
beanType()
ImmutableFixedInflationSwapConvention.Builder
builder()
org.joda.beans.MetaProperty<FixedRateSwapLegConvention>
fixedLeg()
The meta-property for thefixedLeg
property.org.joda.beans.MetaProperty<InflationRateSwapLegConvention>
floatingLeg()
The meta-property for thefloatingLeg
property.protected org.joda.beans.MetaProperty<?>
metaPropertyGet(String propertyName)
Map<String,org.joda.beans.MetaProperty<?>>
metaPropertyMap()
org.joda.beans.MetaProperty<String>
name()
The meta-property for thename
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<DaysAdjustment>
spotDateOffset()
The meta-property for thespotDateOffset
property.-
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 ImmutableFixedInflationSwapConvention.Builder builder()
-
beanType
public Class<? extends ImmutableFixedInflationSwapConvention> beanType()
-
name
public org.joda.beans.MetaProperty<String> name()
The meta-property for thename
property.- Returns:
- the meta-property, not null
-
fixedLeg
public org.joda.beans.MetaProperty<FixedRateSwapLegConvention> fixedLeg()
The meta-property for thefixedLeg
property.- Returns:
- the meta-property, not null
-
floatingLeg
public org.joda.beans.MetaProperty<InflationRateSwapLegConvention> floatingLeg()
The meta-property for thefloatingLeg
property.- Returns:
- the meta-property, not null
-
spotDateOffset
public org.joda.beans.MetaProperty<DaysAdjustment> spotDateOffset()
The meta-property for thespotDateOffset
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
-
-