public static final class ResolvedSwaption.Meta
extends org.joda.beans.impl.direct.DirectMetaBean
ResolvedSwaption.| Modifier and Type | Method and Description |
|---|---|
Class<? extends ResolvedSwaption> |
beanType() |
ResolvedSwaption.Builder |
builder() |
org.joda.beans.MetaProperty<SwaptionExerciseDates> |
exerciseInfo()
The meta-property for the
exerciseInfo property. |
org.joda.beans.MetaProperty<ZonedDateTime> |
expiry()
The meta-property for the
expiry 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<ResolvedSwap> |
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 ResolvedSwaption.Builder builder()
public Class<? extends ResolvedSwaption> beanType()
public org.joda.beans.MetaProperty<LongShort> longShort()
longShort property.public org.joda.beans.MetaProperty<SwaptionSettlement> swaptionSettlement()
swaptionSettlement property.public org.joda.beans.MetaProperty<SwaptionExerciseDates> exerciseInfo()
exerciseInfo property.public org.joda.beans.MetaProperty<ZonedDateTime> expiry()
expiry property.public org.joda.beans.MetaProperty<ResolvedSwap> 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.