Class NormalSwaptionExpiryTenorVolatilities.Meta
- java.lang.Object
-
- org.joda.beans.impl.direct.DirectMetaBean
-
- com.opengamma.strata.pricer.swaption.NormalSwaptionExpiryTenorVolatilities.Meta
-
- All Implemented Interfaces:
MetaBean
- Enclosing class:
- NormalSwaptionExpiryTenorVolatilities
public static final class NormalSwaptionExpiryTenorVolatilities.Meta extends DirectMetaBean
The meta-bean forNormalSwaptionExpiryTenorVolatilities
.
-
-
Field Summary
-
Fields inherited from class org.joda.beans.impl.direct.DirectMetaBean
TEST_COVERAGE_STRING
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class<? extends NormalSwaptionExpiryTenorVolatilities>
beanType()
BeanBuilder<? extends NormalSwaptionExpiryTenorVolatilities>
builder()
MetaProperty<FixedIborSwapConvention>
convention()
The meta-property for theconvention
property.protected MetaProperty<?>
metaPropertyGet(java.lang.String propertyName)
java.util.Map<java.lang.String,MetaProperty<?>>
metaPropertyMap()
protected java.lang.Object
propertyGet(Bean bean, java.lang.String propertyName, boolean quiet)
protected void
propertySet(Bean bean, java.lang.String propertyName, java.lang.Object newValue, boolean quiet)
MetaProperty<Surface>
surface()
The meta-property for thesurface
property.MetaProperty<java.time.ZonedDateTime>
valuationDateTime()
The meta-property for thevaluationDateTime
property.-
Methods inherited from class org.joda.beans.impl.direct.DirectMetaBean
isBuildable, metaProperty, toString, validate
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.joda.beans.MetaBean
annotation, annotations, beanName, metaPropertyCount, metaPropertyExists, metaPropertyIterable
-
-
-
-
Method Detail
-
metaPropertyGet
protected MetaProperty<?> metaPropertyGet(java.lang.String propertyName)
- Overrides:
metaPropertyGet
in classDirectMetaBean
-
builder
public BeanBuilder<? extends NormalSwaptionExpiryTenorVolatilities> builder()
-
beanType
public java.lang.Class<? extends NormalSwaptionExpiryTenorVolatilities> beanType()
-
metaPropertyMap
public java.util.Map<java.lang.String,MetaProperty<?>> metaPropertyMap()
-
convention
public MetaProperty<FixedIborSwapConvention> convention()
The meta-property for theconvention
property.- Returns:
- the meta-property, not null
-
valuationDateTime
public MetaProperty<java.time.ZonedDateTime> valuationDateTime()
The meta-property for thevaluationDateTime
property.- Returns:
- the meta-property, not null
-
surface
public MetaProperty<Surface> surface()
The meta-property for thesurface
property.- Returns:
- the meta-property, not null
-
propertyGet
protected java.lang.Object propertyGet(Bean bean, java.lang.String propertyName, boolean quiet)
- Overrides:
propertyGet
in classDirectMetaBean
-
propertySet
protected void propertySet(Bean bean, java.lang.String propertyName, java.lang.Object newValue, boolean quiet)
- Overrides:
propertySet
in classDirectMetaBean
-
-