Class FxOptionVolatilitiesNode.Meta
- java.lang.Object
-
- org.joda.beans.impl.direct.DirectMetaBean
-
- com.opengamma.strata.measure.fxopt.FxOptionVolatilitiesNode.Meta
-
- All Implemented Interfaces:
org.joda.beans.MetaBean
- Enclosing class:
- FxOptionVolatilitiesNode
public static final class FxOptionVolatilitiesNode.Meta extends org.joda.beans.impl.direct.DirectMetaBean
The meta-bean forFxOptionVolatilitiesNode
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends FxOptionVolatilitiesNode>
beanType()
FxOptionVolatilitiesNode.Builder
builder()
org.joda.beans.MetaProperty<BusinessDayAdjustment>
businessDayAdjustment()
The meta-property for thebusinessDayAdjustment
property.org.joda.beans.MetaProperty<CurrencyPair>
currencyPair()
The meta-property for thecurrencyPair
property.org.joda.beans.MetaProperty<DaysAdjustment>
expiryDateOffset()
The meta-property for theexpiryDateOffset
property.org.joda.beans.MetaProperty<String>
label()
The meta-property for thelabel
property.protected org.joda.beans.MetaProperty<?>
metaPropertyGet(String propertyName)
Map<String,org.joda.beans.MetaProperty<?>>
metaPropertyMap()
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<QuoteId>
quoteId()
The meta-property for thequoteId
property.org.joda.beans.MetaProperty<ValueType>
quoteValueType()
The meta-property for thequoteValueType
property.org.joda.beans.MetaProperty<DaysAdjustment>
spotDateOffset()
The meta-property for thespotDateOffset
property.org.joda.beans.MetaProperty<Strike>
strike()
The meta-property for thestrike
property.org.joda.beans.MetaProperty<Tenor>
tenor()
The meta-property for thetenor
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 FxOptionVolatilitiesNode.Builder builder()
-
beanType
public Class<? extends FxOptionVolatilitiesNode> beanType()
-
currencyPair
public org.joda.beans.MetaProperty<CurrencyPair> currencyPair()
The meta-property for thecurrencyPair
property.- Returns:
- the meta-property, not null
-
label
public org.joda.beans.MetaProperty<String> label()
The meta-property for thelabel
property.- Returns:
- the meta-property, not null
-
spotDateOffset
public org.joda.beans.MetaProperty<DaysAdjustment> spotDateOffset()
The meta-property for thespotDateOffset
property.- Returns:
- the meta-property, not null
-
businessDayAdjustment
public org.joda.beans.MetaProperty<BusinessDayAdjustment> businessDayAdjustment()
The meta-property for thebusinessDayAdjustment
property.- Returns:
- the meta-property, not null
-
expiryDateOffset
public org.joda.beans.MetaProperty<DaysAdjustment> expiryDateOffset()
The meta-property for theexpiryDateOffset
property.- Returns:
- the meta-property, not null
-
quoteValueType
public org.joda.beans.MetaProperty<ValueType> quoteValueType()
The meta-property for thequoteValueType
property.- Returns:
- the meta-property, not null
-
quoteId
public org.joda.beans.MetaProperty<QuoteId> quoteId()
The meta-property for thequoteId
property.- Returns:
- the meta-property, not null
-
tenor
public org.joda.beans.MetaProperty<Tenor> tenor()
The meta-property for thetenor
property.- Returns:
- the meta-property, not null
-
strike
public org.joda.beans.MetaProperty<Strike> strike()
The meta-property for thestrike
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
-
-