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.DirectMetaBeanThe meta-bean forParameterizedFunctionalCurve. 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends ParameterizedFunctionalCurve>beanType()ParameterizedFunctionalCurve.Builderbuilder()org.joda.beans.MetaProperty<BiFunction<DoubleArray,Double,Double>>derivativeFunction()The meta-property for thederivativeFunctionproperty.org.joda.beans.MetaProperty<CurveMetadata>metadata()The meta-property for themetadataproperty.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 theparametersproperty.protected ObjectpropertyGet(org.joda.beans.Bean bean, String propertyName, boolean quiet)protected voidpropertySet(org.joda.beans.Bean bean, String propertyName, Object newValue, boolean quiet)org.joda.beans.MetaProperty<BiFunction<DoubleArray,Double,DoubleArray>>sensitivityFunction()The meta-property for thesensitivityFunctionproperty.org.joda.beans.MetaProperty<BiFunction<DoubleArray,Double,Double>>valueFunction()The meta-property for thevalueFunctionproperty.- 
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:
 metaPropertyGetin 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 themetadataproperty.- Returns:
 - the meta-property, not null
 
 
- 
parameters
public org.joda.beans.MetaProperty<DoubleArray> parameters()
The meta-property for theparametersproperty.- Returns:
 - the meta-property, not null
 
 
- 
valueFunction
public org.joda.beans.MetaProperty<BiFunction<DoubleArray,Double,Double>> valueFunction()
The meta-property for thevalueFunctionproperty.- Returns:
 - the meta-property, not null
 
 
- 
derivativeFunction
public org.joda.beans.MetaProperty<BiFunction<DoubleArray,Double,Double>> derivativeFunction()
The meta-property for thederivativeFunctionproperty.- Returns:
 - the meta-property, not null
 
 
- 
sensitivityFunction
public org.joda.beans.MetaProperty<BiFunction<DoubleArray,Double,DoubleArray>> sensitivityFunction()
The meta-property for thesensitivityFunctionproperty.- Returns:
 - the meta-property, not null
 
 
- 
propertyGet
protected Object propertyGet(org.joda.beans.Bean bean, String propertyName, boolean quiet)
- Overrides:
 propertyGetin classorg.joda.beans.impl.direct.DirectMetaBean
 
 - 
 
 -