Class Swap.Meta
- java.lang.Object
-
- org.joda.beans.impl.direct.DirectMetaBean
-
- com.opengamma.strata.product.swap.Swap.Meta
-
- All Implemented Interfaces:
org.joda.beans.MetaBean
- Enclosing class:
- Swap
public static final class Swap.Meta extends org.joda.beans.impl.direct.DirectMetaBean
The meta-bean forSwap
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends Swap>
beanType()
Swap.Builder
builder()
org.joda.beans.MetaProperty<AdjustableDate>
endDate()
The meta-property for theendDate
property.org.joda.beans.MetaProperty<ImmutableList<SwapLeg>>
legs()
The meta-property for thelegs
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<AdjustableDate>
startDate()
The meta-property for thestartDate
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 Swap.Builder builder()
-
legs
public org.joda.beans.MetaProperty<ImmutableList<SwapLeg>> legs()
The meta-property for thelegs
property.- Returns:
- the meta-property, not null
-
startDate
public org.joda.beans.MetaProperty<AdjustableDate> startDate()
The meta-property for thestartDate
property.- Returns:
- the meta-property, not null
-
endDate
public org.joda.beans.MetaProperty<AdjustableDate> endDate()
The meta-property for theendDate
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
-
-