public static final class Swaption.Meta
extends org.joda.beans.impl.direct.DirectMetaBean
Swaption.| Modifier and Type | Method and Description |
|---|---|
Class<? extends Swaption> |
beanType() |
Swaption.Builder |
builder() |
org.joda.beans.MetaProperty<SwaptionExercise> |
exerciseInfo()
The meta-property for the
exerciseInfo property. |
org.joda.beans.MetaProperty<AdjustableDate> |
expiryDate()
The meta-property for the
expiryDate property. |
org.joda.beans.MetaProperty<LocalTime> |
expiryTime()
The meta-property for the
expiryTime property. |
org.joda.beans.MetaProperty<ZoneId> |
expiryZone()
The meta-property for the
expiryZone property. |
org.joda.beans.MetaProperty<LongShort> |
longShort()
The meta-property for the
longShort 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<SwaptionSettlement> |
swaptionSettlement()
The meta-property for the
swaptionSettlement property. |
org.joda.beans.MetaProperty<Swap> |
underlying()
The meta-property for the
underlying property. |
isBuildable, metaProperty, toString, validateprotected org.joda.beans.MetaProperty<?> metaPropertyGet(String propertyName)
metaPropertyGet in class org.joda.beans.impl.direct.DirectMetaBeanpublic Swaption.Builder builder()
public org.joda.beans.MetaProperty<LongShort> longShort()
longShort property.public org.joda.beans.MetaProperty<SwaptionSettlement> swaptionSettlement()
swaptionSettlement property.public org.joda.beans.MetaProperty<SwaptionExercise> exerciseInfo()
exerciseInfo property.public org.joda.beans.MetaProperty<AdjustableDate> expiryDate()
expiryDate property.public org.joda.beans.MetaProperty<LocalTime> expiryTime()
expiryTime property.public org.joda.beans.MetaProperty<ZoneId> expiryZone()
expiryZone property.public org.joda.beans.MetaProperty<Swap> underlying()
underlying property.protected Object propertyGet(org.joda.beans.Bean bean, String propertyName, boolean quiet)
propertyGet in class org.joda.beans.impl.direct.DirectMetaBeanCopyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.