Class ParameterizedFunctionalCurve.Meta
- java.lang.Object
-
- org.joda.beans.impl.direct.DirectMetaBean
-
- com.opengamma.strata.market.curve.ParameterizedFunctionalCurve.Meta
-
- All Implemented Interfaces:
org.joda.beans.MetaBean
- Enclosing class:
- ParameterizedFunctionalCurve
public static final class ParameterizedFunctionalCurve.Meta extends org.joda.beans.impl.direct.DirectMetaBean
The meta-bean forParameterizedFunctionalCurve
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends ParameterizedFunctionalCurve>
beanType()
ParameterizedFunctionalCurve.Builder
builder()
org.joda.beans.MetaProperty<BiFunction<DoubleArray,Double,Double>>
derivativeFunction()
The meta-property for thederivativeFunction
property.org.joda.beans.MetaProperty<CurveMetadata>
metadata()
The meta-property for themetadata
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 theparameters
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 thesensitivityFunction
property.org.joda.beans.MetaProperty<BiFunction<DoubleArray,Double,Double>>
valueFunction()
The meta-property for thevalueFunction
property.-
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:
metaPropertyGet
in classorg.joda.beans.impl.direct.DirectMetaBean
-
builder
public ParameterizedFunctionalCurve.Builder builder()
-
beanType
public Class<? extends ParameterizedFunctionalCurve> beanType()
-
metadata
public org.joda.beans.MetaProperty<CurveMetadata> metadata()
The meta-property for themetadata
property.- Returns:
- the meta-property, not null
-
parameters
public org.joda.beans.MetaProperty<DoubleArray> parameters()
The meta-property for theparameters
property.- Returns:
- the meta-property, not null
-
valueFunction
public org.joda.beans.MetaProperty<BiFunction<DoubleArray,Double,Double>> valueFunction()
The meta-property for thevalueFunction
property.- Returns:
- the meta-property, not null
-
derivativeFunction
public org.joda.beans.MetaProperty<BiFunction<DoubleArray,Double,Double>> derivativeFunction()
The meta-property for thederivativeFunction
property.- Returns:
- the meta-property, not null
-
sensitivityFunction
public org.joda.beans.MetaProperty<BiFunction<DoubleArray,Double,DoubleArray>> sensitivityFunction()
The meta-property for thesensitivityFunction
property.- Returns:
- the meta-property, not null
-
propertyGet
protected Object propertyGet(org.joda.beans.Bean bean, String propertyName, boolean quiet)
- Overrides:
propertyGet
in classorg.joda.beans.impl.direct.DirectMetaBean
-
-