Class RatesCurveGroupDefinition.Meta
- java.lang.Object
-
- org.joda.beans.impl.direct.DirectMetaBean
-
- com.opengamma.strata.market.curve.RatesCurveGroupDefinition.Meta
-
- All Implemented Interfaces:
org.joda.beans.MetaBean
- Enclosing class:
- RatesCurveGroupDefinition
public static final class RatesCurveGroupDefinition.Meta extends org.joda.beans.impl.direct.DirectMetaBeanThe meta-bean forRatesCurveGroupDefinition.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends RatesCurveGroupDefinition>beanType()org.joda.beans.BeanBuilder<? extends RatesCurveGroupDefinition>builder()org.joda.beans.MetaProperty<Boolean>computeJacobian()The meta-property for thecomputeJacobianproperty.org.joda.beans.MetaProperty<Boolean>computePvSensitivityToMarketQuote()The meta-property for thecomputePvSensitivityToMarketQuoteproperty.org.joda.beans.MetaProperty<ImmutableList<CurveDefinition>>curveDefinitions()The meta-property for thecurveDefinitionsproperty.org.joda.beans.MetaProperty<ImmutableList<RatesCurveGroupEntry>>entries()The meta-property for theentriesproperty.protected org.joda.beans.MetaProperty<?>metaPropertyGet(String propertyName)Map<String,org.joda.beans.MetaProperty<?>>metaPropertyMap()org.joda.beans.MetaProperty<CurveGroupName>name()The meta-property for thenameproperty.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<ImmutableMap<CurveName,SeasonalityDefinition>>seasonalityDefinitions()The meta-property for theseasonalityDefinitionsproperty.-
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 org.joda.beans.BeanBuilder<? extends RatesCurveGroupDefinition> builder()
-
beanType
public Class<? extends RatesCurveGroupDefinition> beanType()
-
name
public org.joda.beans.MetaProperty<CurveGroupName> name()
The meta-property for thenameproperty.- Returns:
- the meta-property, not null
-
entries
public org.joda.beans.MetaProperty<ImmutableList<RatesCurveGroupEntry>> entries()
The meta-property for theentriesproperty.- Returns:
- the meta-property, not null
-
curveDefinitions
public org.joda.beans.MetaProperty<ImmutableList<CurveDefinition>> curveDefinitions()
The meta-property for thecurveDefinitionsproperty.- Returns:
- the meta-property, not null
-
seasonalityDefinitions
public org.joda.beans.MetaProperty<ImmutableMap<CurveName,SeasonalityDefinition>> seasonalityDefinitions()
The meta-property for theseasonalityDefinitionsproperty.- Returns:
- the meta-property, not null
-
computeJacobian
public org.joda.beans.MetaProperty<Boolean> computeJacobian()
The meta-property for thecomputeJacobianproperty.- Returns:
- the meta-property, not null
-
computePvSensitivityToMarketQuote
public org.joda.beans.MetaProperty<Boolean> computePvSensitivityToMarketQuote()
The meta-property for thecomputePvSensitivityToMarketQuoteproperty.- 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
-
-