Class BlackFxOptionSmileVolatilitiesSpecification.Meta
- java.lang.Object
-
- org.joda.beans.impl.direct.DirectMetaBean
-
- com.opengamma.strata.measure.fxopt.BlackFxOptionSmileVolatilitiesSpecification.Meta
-
- All Implemented Interfaces:
org.joda.beans.MetaBean
- Enclosing class:
- BlackFxOptionSmileVolatilitiesSpecification
public static final class BlackFxOptionSmileVolatilitiesSpecification.Meta extends org.joda.beans.impl.direct.DirectMetaBeanThe meta-bean forBlackFxOptionSmileVolatilitiesSpecification.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends BlackFxOptionSmileVolatilitiesSpecification>beanType()BlackFxOptionSmileVolatilitiesSpecification.Builderbuilder()org.joda.beans.MetaProperty<CurrencyPair>currencyPair()The meta-property for thecurrencyPairproperty.org.joda.beans.MetaProperty<DayCount>dayCount()The meta-property for thedayCountproperty.protected org.joda.beans.MetaProperty<?>metaPropertyGet(String propertyName)Map<String,org.joda.beans.MetaProperty<?>>metaPropertyMap()org.joda.beans.MetaProperty<FxOptionVolatilitiesName>name()The meta-property for thenameproperty.org.joda.beans.MetaProperty<ImmutableList<FxOptionVolatilitiesNode>>nodes()The meta-property for thenodesproperty.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<CurveExtrapolator>strikeExtrapolatorLeft()The meta-property for thestrikeExtrapolatorLeftproperty.org.joda.beans.MetaProperty<CurveExtrapolator>strikeExtrapolatorRight()The meta-property for thestrikeExtrapolatorRightproperty.org.joda.beans.MetaProperty<CurveInterpolator>strikeInterpolator()The meta-property for thestrikeInterpolatorproperty.org.joda.beans.MetaProperty<CurveExtrapolator>timeExtrapolatorLeft()The meta-property for thetimeExtrapolatorLeftproperty.org.joda.beans.MetaProperty<CurveExtrapolator>timeExtrapolatorRight()The meta-property for thetimeExtrapolatorRightproperty.org.joda.beans.MetaProperty<CurveInterpolator>timeInterpolator()The meta-property for thetimeInterpolatorproperty.-
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 BlackFxOptionSmileVolatilitiesSpecification.Builder builder()
-
beanType
public Class<? extends BlackFxOptionSmileVolatilitiesSpecification> beanType()
-
name
public org.joda.beans.MetaProperty<FxOptionVolatilitiesName> name()
The meta-property for thenameproperty.- Returns:
- the meta-property, not null
-
currencyPair
public org.joda.beans.MetaProperty<CurrencyPair> currencyPair()
The meta-property for thecurrencyPairproperty.- Returns:
- the meta-property, not null
-
dayCount
public org.joda.beans.MetaProperty<DayCount> dayCount()
The meta-property for thedayCountproperty.- Returns:
- the meta-property, not null
-
nodes
public org.joda.beans.MetaProperty<ImmutableList<FxOptionVolatilitiesNode>> nodes()
The meta-property for thenodesproperty.- Returns:
- the meta-property, not null
-
timeInterpolator
public org.joda.beans.MetaProperty<CurveInterpolator> timeInterpolator()
The meta-property for thetimeInterpolatorproperty.- Returns:
- the meta-property, not null
-
timeExtrapolatorLeft
public org.joda.beans.MetaProperty<CurveExtrapolator> timeExtrapolatorLeft()
The meta-property for thetimeExtrapolatorLeftproperty.- Returns:
- the meta-property, not null
-
timeExtrapolatorRight
public org.joda.beans.MetaProperty<CurveExtrapolator> timeExtrapolatorRight()
The meta-property for thetimeExtrapolatorRightproperty.- Returns:
- the meta-property, not null
-
strikeInterpolator
public org.joda.beans.MetaProperty<CurveInterpolator> strikeInterpolator()
The meta-property for thestrikeInterpolatorproperty.- Returns:
- the meta-property, not null
-
strikeExtrapolatorLeft
public org.joda.beans.MetaProperty<CurveExtrapolator> strikeExtrapolatorLeft()
The meta-property for thestrikeExtrapolatorLeftproperty.- Returns:
- the meta-property, not null
-
strikeExtrapolatorRight
public org.joda.beans.MetaProperty<CurveExtrapolator> strikeExtrapolatorRight()
The meta-property for thestrikeExtrapolatorRightproperty.- 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
-
-