Class ConstantContinuousSingleBarrierKnockoutFunction.Meta
- java.lang.Object
-
- org.joda.beans.impl.direct.DirectMetaBean
-
- com.opengamma.strata.pricer.impl.tree.ConstantContinuousSingleBarrierKnockoutFunction.Meta
-
- All Implemented Interfaces:
org.joda.beans.MetaBean
- Enclosing class:
- ConstantContinuousSingleBarrierKnockoutFunction
public static final class ConstantContinuousSingleBarrierKnockoutFunction.Meta extends org.joda.beans.impl.direct.DirectMetaBean
The meta-bean forConstantContinuousSingleBarrierKnockoutFunction
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.joda.beans.MetaProperty<Double>
barrierLevel()
The meta-property for thebarrierLevel
property.org.joda.beans.MetaProperty<BarrierType>
barrierType()
The meta-property for thebarrierType
property.Class<? extends ConstantContinuousSingleBarrierKnockoutFunction>
beanType()
org.joda.beans.BeanBuilder<? extends ConstantContinuousSingleBarrierKnockoutFunction>
builder()
protected org.joda.beans.MetaProperty<?>
metaPropertyGet(String propertyName)
Map<String,org.joda.beans.MetaProperty<?>>
metaPropertyMap()
org.joda.beans.MetaProperty<Integer>
numberOfSteps()
The meta-property for thenumberOfSteps
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<DoubleArray>
rebate()
The meta-property for therebate
property.org.joda.beans.MetaProperty<Double>
sign()
The meta-property for thesign
property.org.joda.beans.MetaProperty<Double>
strike()
The meta-property for thestrike
property.org.joda.beans.MetaProperty<Double>
timeToExpiry()
The meta-property for thetimeToExpiry
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 org.joda.beans.BeanBuilder<? extends ConstantContinuousSingleBarrierKnockoutFunction> builder()
-
beanType
public Class<? extends ConstantContinuousSingleBarrierKnockoutFunction> beanType()
-
strike
public org.joda.beans.MetaProperty<Double> strike()
The meta-property for thestrike
property.- Returns:
- the meta-property, not null
-
timeToExpiry
public org.joda.beans.MetaProperty<Double> timeToExpiry()
The meta-property for thetimeToExpiry
property.- Returns:
- the meta-property, not null
-
sign
public org.joda.beans.MetaProperty<Double> sign()
The meta-property for thesign
property.- Returns:
- the meta-property, not null
-
numberOfSteps
public org.joda.beans.MetaProperty<Integer> numberOfSteps()
The meta-property for thenumberOfSteps
property.- Returns:
- the meta-property, not null
-
barrierType
public org.joda.beans.MetaProperty<BarrierType> barrierType()
The meta-property for thebarrierType
property.- Returns:
- the meta-property, not null
-
barrierLevel
public org.joda.beans.MetaProperty<Double> barrierLevel()
The meta-property for thebarrierLevel
property.- Returns:
- the meta-property, not null
-
rebate
public org.joda.beans.MetaProperty<DoubleArray> rebate()
The meta-property for therebate
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
-
-