public static final class RatesCurveGroupDefinition.Meta
extends org.joda.beans.impl.direct.DirectMetaBean
RatesCurveGroupDefinition.| Modifier and Type | Method and Description |
|---|---|
Class<? extends RatesCurveGroupDefinition> |
beanType() |
org.joda.beans.BeanBuilder<? extends RatesCurveGroupDefinition> |
builder() |
org.joda.beans.MetaProperty<Boolean> |
computeJacobian()
The meta-property for the
computeJacobian property. |
org.joda.beans.MetaProperty<Boolean> |
computePvSensitivityToMarketQuote()
The meta-property for the
computePvSensitivityToMarketQuote property. |
org.joda.beans.MetaProperty<ImmutableList<CurveDefinition>> |
curveDefinitions()
The meta-property for the
curveDefinitions property. |
org.joda.beans.MetaProperty<ImmutableList<RatesCurveGroupEntry>> |
entries()
The meta-property for the
entries property. |
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 the
name 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<ImmutableMap<CurveName,SeasonalityDefinition>> |
seasonalityDefinitions()
The meta-property for the
seasonalityDefinitions property. |
isBuildable, metaProperty, toString, validateprotected org.joda.beans.MetaProperty<?> metaPropertyGet(String propertyName)
metaPropertyGet in class org.joda.beans.impl.direct.DirectMetaBeanpublic org.joda.beans.BeanBuilder<? extends RatesCurveGroupDefinition> builder()
public Class<? extends RatesCurveGroupDefinition> beanType()
public org.joda.beans.MetaProperty<CurveGroupName> name()
name property.public org.joda.beans.MetaProperty<ImmutableList<RatesCurveGroupEntry>> entries()
entries property.public org.joda.beans.MetaProperty<ImmutableList<CurveDefinition>> curveDefinitions()
curveDefinitions property.public org.joda.beans.MetaProperty<ImmutableMap<CurveName,SeasonalityDefinition>> seasonalityDefinitions()
seasonalityDefinitions property.public org.joda.beans.MetaProperty<Boolean> computeJacobian()
computeJacobian property.public org.joda.beans.MetaProperty<Boolean> computePvSensitivityToMarketQuote()
computePvSensitivityToMarketQuote property.protected Object propertyGet(org.joda.beans.Bean bean, String propertyName, boolean quiet)
propertyGet in class org.joda.beans.impl.direct.DirectMetaBeanCopyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.