Class SwaptionSabrSensitivity.Meta
- java.lang.Object
- 
- org.joda.beans.impl.direct.DirectMetaBean
- 
- com.opengamma.strata.pricer.swaption.SwaptionSabrSensitivity.Meta
 
 
- 
- All Implemented Interfaces:
- org.joda.beans.MetaBean
 - Enclosing class:
- SwaptionSabrSensitivity
 
 public static final class SwaptionSabrSensitivity.Meta extends org.joda.beans.impl.direct.DirectMetaBeanThe meta-bean forSwaptionSabrSensitivity.
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends SwaptionSabrSensitivity>beanType()org.joda.beans.BeanBuilder<? extends SwaptionSabrSensitivity>builder()org.joda.beans.MetaProperty<Currency>currency()The meta-property for thecurrencyproperty.org.joda.beans.MetaProperty<Double>expiry()The meta-property for theexpiryproperty.protected org.joda.beans.MetaProperty<?>metaPropertyGet(String propertyName)Map<String,org.joda.beans.MetaProperty<?>>metaPropertyMap()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<Double>sensitivity()The meta-property for thesensitivityproperty.org.joda.beans.MetaProperty<SabrParameterType>sensitivityType()The meta-property for thesensitivityTypeproperty.org.joda.beans.MetaProperty<Double>tenor()The meta-property for thetenorproperty.org.joda.beans.MetaProperty<SwaptionVolatilitiesName>volatilitiesName()The meta-property for thevolatilitiesNameproperty.- 
Methods inherited from class org.joda.beans.impl.direct.DirectMetaBeanisBuildable, metaProperty, toString, validate
 
- 
 
- 
- 
- 
Method Detail- 
metaPropertyGetprotected org.joda.beans.MetaProperty<?> metaPropertyGet(String propertyName) - Overrides:
- metaPropertyGetin class- org.joda.beans.impl.direct.DirectMetaBean
 
 - 
builderpublic org.joda.beans.BeanBuilder<? extends SwaptionSabrSensitivity> builder() 
 - 
beanTypepublic Class<? extends SwaptionSabrSensitivity> beanType() 
 - 
volatilitiesNamepublic org.joda.beans.MetaProperty<SwaptionVolatilitiesName> volatilitiesName() The meta-property for thevolatilitiesNameproperty.- Returns:
- the meta-property, not null
 
 - 
expirypublic org.joda.beans.MetaProperty<Double> expiry() The meta-property for theexpiryproperty.- Returns:
- the meta-property, not null
 
 - 
tenorpublic org.joda.beans.MetaProperty<Double> tenor() The meta-property for thetenorproperty.- Returns:
- the meta-property, not null
 
 - 
sensitivityTypepublic org.joda.beans.MetaProperty<SabrParameterType> sensitivityType() The meta-property for thesensitivityTypeproperty.- Returns:
- the meta-property, not null
 
 - 
currencypublic org.joda.beans.MetaProperty<Currency> currency() The meta-property for thecurrencyproperty.- Returns:
- the meta-property, not null
 
 - 
sensitivitypublic org.joda.beans.MetaProperty<Double> sensitivity() The meta-property for thesensitivityproperty.- Returns:
- the meta-property, not null
 
 - 
propertyGetprotected Object propertyGet(org.joda.beans.Bean bean, String propertyName, boolean quiet) - Overrides:
- propertyGetin class- org.joda.beans.impl.direct.DirectMetaBean
 
 
- 
 
-