public static final class IsdaCreditCurveDefinition.Meta
extends org.joda.beans.impl.direct.DirectMetaBean
IsdaCreditCurveDefinition.| Modifier and Type | Method and Description |
|---|---|
Class<? extends IsdaCreditCurveDefinition> |
beanType() |
org.joda.beans.BeanBuilder<? extends IsdaCreditCurveDefinition> |
builder() |
org.joda.beans.MetaProperty<Boolean> |
computeJacobian()
The meta-property for the
computeJacobian property. |
org.joda.beans.MetaProperty<Currency> |
currency()
The meta-property for the
currency property. |
org.joda.beans.MetaProperty<ImmutableList<IsdaCreditCurveNode>> |
curveNodes()
The meta-property for the
curveNodes property. |
org.joda.beans.MetaProperty<LocalDate> |
curveValuationDate()
The meta-property for the
curveValuationDate property. |
org.joda.beans.MetaProperty<DayCount> |
dayCount()
The meta-property for the
dayCount property. |
protected org.joda.beans.MetaProperty<?> |
metaPropertyGet(String propertyName) |
Map<String,org.joda.beans.MetaProperty<?>> |
metaPropertyMap() |
org.joda.beans.MetaProperty<CurveName> |
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<Boolean> |
storeNodeTrade()
The meta-property for the
storeNodeTrade 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 IsdaCreditCurveDefinition> builder()
public Class<? extends IsdaCreditCurveDefinition> beanType()
public org.joda.beans.MetaProperty<CurveName> name()
name property.public org.joda.beans.MetaProperty<Currency> currency()
currency property.public org.joda.beans.MetaProperty<LocalDate> curveValuationDate()
curveValuationDate property.public org.joda.beans.MetaProperty<DayCount> dayCount()
dayCount property.public org.joda.beans.MetaProperty<ImmutableList<IsdaCreditCurveNode>> curveNodes()
curveNodes property.public org.joda.beans.MetaProperty<Boolean> computeJacobian()
computeJacobian property.public org.joda.beans.MetaProperty<Boolean> storeNodeTrade()
storeNodeTrade 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.