Class ParameterizedFunctionalCurveDefinition.Meta
- java.lang.Object
-
- org.joda.beans.impl.direct.DirectMetaBean
-
- com.opengamma.strata.market.curve.ParameterizedFunctionalCurveDefinition.Meta
-
- All Implemented Interfaces:
org.joda.beans.MetaBean
- Enclosing class:
- ParameterizedFunctionalCurveDefinition
public static final class ParameterizedFunctionalCurveDefinition.Meta extends org.joda.beans.impl.direct.DirectMetaBean
The meta-bean forParameterizedFunctionalCurveDefinition
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends ParameterizedFunctionalCurveDefinition>
beanType()
ParameterizedFunctionalCurveDefinition.Builder
builder()
org.joda.beans.MetaProperty<DayCount>
dayCount()
The meta-property for thedayCount
property.org.joda.beans.MetaProperty<BiFunction<DoubleArray,Double,Double>>
derivativeFunction()
The meta-property for thederivativeFunction
property.org.joda.beans.MetaProperty<ImmutableList<Double>>
initialGuess()
The meta-property for theinitialGuess
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 thename
property.org.joda.beans.MetaProperty<ImmutableList<CurveNode>>
nodes()
The meta-property for thenodes
property.org.joda.beans.MetaProperty<ImmutableList<ParameterMetadata>>
parameterMetadata()
The meta-property for theparameterMetadata
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.org.joda.beans.MetaProperty<ValueType>
xValueType()
The meta-property for thexValueType
property.org.joda.beans.MetaProperty<ValueType>
yValueType()
The meta-property for theyValueType
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 ParameterizedFunctionalCurveDefinition.Builder builder()
-
beanType
public Class<? extends ParameterizedFunctionalCurveDefinition> beanType()
-
name
public org.joda.beans.MetaProperty<CurveName> name()
The meta-property for thename
property.- Returns:
- the meta-property, not null
-
xValueType
public org.joda.beans.MetaProperty<ValueType> xValueType()
The meta-property for thexValueType
property.- Returns:
- the meta-property, not null
-
yValueType
public org.joda.beans.MetaProperty<ValueType> yValueType()
The meta-property for theyValueType
property.- Returns:
- the meta-property, not null
-
dayCount
public org.joda.beans.MetaProperty<DayCount> dayCount()
The meta-property for thedayCount
property.- Returns:
- the meta-property, not null
-
nodes
public org.joda.beans.MetaProperty<ImmutableList<CurveNode>> nodes()
The meta-property for thenodes
property.- Returns:
- the meta-property, not null
-
initialGuess
public org.joda.beans.MetaProperty<ImmutableList<Double>> initialGuess()
The meta-property for theinitialGuess
property.- Returns:
- the meta-property, not null
-
parameterMetadata
public org.joda.beans.MetaProperty<ImmutableList<ParameterMetadata>> parameterMetadata()
The meta-property for theparameterMetadata
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
-
-