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.DirectMetaBean
The meta-bean forBlackFxOptionSmileVolatilitiesSpecification
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends BlackFxOptionSmileVolatilitiesSpecification>
beanType()
BlackFxOptionSmileVolatilitiesSpecification.Builder
builder()
org.joda.beans.MetaProperty<CurrencyPair>
currencyPair()
The meta-property for thecurrencyPair
property.org.joda.beans.MetaProperty<DayCount>
dayCount()
The meta-property for thedayCount
property.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 thename
property.org.joda.beans.MetaProperty<ImmutableList<FxOptionVolatilitiesNode>>
nodes()
The meta-property for thenodes
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<CurveExtrapolator>
strikeExtrapolatorLeft()
The meta-property for thestrikeExtrapolatorLeft
property.org.joda.beans.MetaProperty<CurveExtrapolator>
strikeExtrapolatorRight()
The meta-property for thestrikeExtrapolatorRight
property.org.joda.beans.MetaProperty<CurveInterpolator>
strikeInterpolator()
The meta-property for thestrikeInterpolator
property.org.joda.beans.MetaProperty<CurveExtrapolator>
timeExtrapolatorLeft()
The meta-property for thetimeExtrapolatorLeft
property.org.joda.beans.MetaProperty<CurveExtrapolator>
timeExtrapolatorRight()
The meta-property for thetimeExtrapolatorRight
property.org.joda.beans.MetaProperty<CurveInterpolator>
timeInterpolator()
The meta-property for thetimeInterpolator
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 BlackFxOptionSmileVolatilitiesSpecification.Builder builder()
-
beanType
public Class<? extends BlackFxOptionSmileVolatilitiesSpecification> beanType()
-
name
public org.joda.beans.MetaProperty<FxOptionVolatilitiesName> name()
The meta-property for thename
property.- Returns:
- the meta-property, not null
-
currencyPair
public org.joda.beans.MetaProperty<CurrencyPair> currencyPair()
The meta-property for thecurrencyPair
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<FxOptionVolatilitiesNode>> nodes()
The meta-property for thenodes
property.- Returns:
- the meta-property, not null
-
timeInterpolator
public org.joda.beans.MetaProperty<CurveInterpolator> timeInterpolator()
The meta-property for thetimeInterpolator
property.- Returns:
- the meta-property, not null
-
timeExtrapolatorLeft
public org.joda.beans.MetaProperty<CurveExtrapolator> timeExtrapolatorLeft()
The meta-property for thetimeExtrapolatorLeft
property.- Returns:
- the meta-property, not null
-
timeExtrapolatorRight
public org.joda.beans.MetaProperty<CurveExtrapolator> timeExtrapolatorRight()
The meta-property for thetimeExtrapolatorRight
property.- Returns:
- the meta-property, not null
-
strikeInterpolator
public org.joda.beans.MetaProperty<CurveInterpolator> strikeInterpolator()
The meta-property for thestrikeInterpolator
property.- Returns:
- the meta-property, not null
-
strikeExtrapolatorLeft
public org.joda.beans.MetaProperty<CurveExtrapolator> strikeExtrapolatorLeft()
The meta-property for thestrikeExtrapolatorLeft
property.- Returns:
- the meta-property, not null
-
strikeExtrapolatorRight
public org.joda.beans.MetaProperty<CurveExtrapolator> strikeExtrapolatorRight()
The meta-property for thestrikeExtrapolatorRight
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
-
-