public static final class ParameterizedFunctionalCurve.Meta
extends org.joda.beans.impl.direct.DirectMetaBean
ParameterizedFunctionalCurve.| Modifier and Type | Method and Description |
|---|---|
Class<? extends ParameterizedFunctionalCurve> |
beanType() |
ParameterizedFunctionalCurve.Builder |
builder() |
org.joda.beans.MetaProperty<BiFunction<DoubleArray,Double,Double>> |
derivativeFunction()
The meta-property for the
derivativeFunction property. |
org.joda.beans.MetaProperty<CurveMetadata> |
metadata()
The meta-property for the
metadata property. |
protected org.joda.beans.MetaProperty<?> |
metaPropertyGet(String propertyName) |
Map<String,org.joda.beans.MetaProperty<?>> |
metaPropertyMap() |
org.joda.beans.MetaProperty<DoubleArray> |
parameters()
The meta-property for the
parameters 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. |
isBuildable, metaProperty, toString, validateprotected org.joda.beans.MetaProperty<?> metaPropertyGet(String propertyName)
metaPropertyGet in class org.joda.beans.impl.direct.DirectMetaBeanpublic ParameterizedFunctionalCurve.Builder builder()
public Class<? extends ParameterizedFunctionalCurve> beanType()
public org.joda.beans.MetaProperty<CurveMetadata> metadata()
metadata property.public org.joda.beans.MetaProperty<DoubleArray> parameters()
parameters 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.