public static final class ParameterizedFunctionalCurveDefinition.Meta
extends org.joda.beans.impl.direct.DirectMetaBean
ParameterizedFunctionalCurveDefinition.| Modifier and Type | Method and Description |
|---|---|
Class<? extends ParameterizedFunctionalCurveDefinition> |
beanType() |
ParameterizedFunctionalCurveDefinition.Builder |
builder() |
org.joda.beans.MetaProperty<DayCount> |
dayCount()
The meta-property for the
dayCount property. |
org.joda.beans.MetaProperty<BiFunction<DoubleArray,Double,Double>> |
derivativeFunction()
The meta-property for the
derivativeFunction property. |
org.joda.beans.MetaProperty<ImmutableList<Double>> |
initialGuess()
The meta-property for the
initialGuess 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. |
org.joda.beans.MetaProperty<ImmutableList<CurveNode>> |
nodes()
The meta-property for the
nodes property. |
org.joda.beans.MetaProperty<ImmutableList<ParameterMetadata>> |
parameterMetadata()
The meta-property for the
parameterMetadata 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<BiFunction<DoubleArray,Double,DoubleArray>> |
sensitivityFunction()
The meta-property for the
sensitivityFunction property. |
org.joda.beans.MetaProperty<BiFunction<DoubleArray,Double,Double>> |
valueFunction()
The meta-property for the
valueFunction property. |
org.joda.beans.MetaProperty<ValueType> |
xValueType()
The meta-property for the
xValueType property. |
org.joda.beans.MetaProperty<ValueType> |
yValueType()
The meta-property for the
yValueType property. |
isBuildable, metaProperty, toString, validateprotected org.joda.beans.MetaProperty<?> metaPropertyGet(String propertyName)
metaPropertyGet in class org.joda.beans.impl.direct.DirectMetaBeanpublic ParameterizedFunctionalCurveDefinition.Builder builder()
public Class<? extends ParameterizedFunctionalCurveDefinition> beanType()
public org.joda.beans.MetaProperty<CurveName> name()
name property.public org.joda.beans.MetaProperty<ValueType> xValueType()
xValueType property.public org.joda.beans.MetaProperty<ValueType> yValueType()
yValueType property.public org.joda.beans.MetaProperty<DayCount> dayCount()
dayCount property.public org.joda.beans.MetaProperty<ImmutableList<CurveNode>> nodes()
nodes property.public org.joda.beans.MetaProperty<ImmutableList<Double>> initialGuess()
initialGuess property.public org.joda.beans.MetaProperty<ImmutableList<ParameterMetadata>> parameterMetadata()
parameterMetadata property.public org.joda.beans.MetaProperty<BiFunction<DoubleArray,Double,Double>> valueFunction()
valueFunction property.public org.joda.beans.MetaProperty<BiFunction<DoubleArray,Double,Double>> derivativeFunction()
derivativeFunction property.public org.joda.beans.MetaProperty<BiFunction<DoubleArray,Double,DoubleArray>> sensitivityFunction()
sensitivityFunction 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.