Class ResolvedSwapLeg.Meta
- java.lang.Object
-
- org.joda.beans.impl.direct.DirectMetaBean
-
- com.opengamma.strata.product.swap.ResolvedSwapLeg.Meta
-
- All Implemented Interfaces:
MetaBean
- Enclosing class:
- ResolvedSwapLeg
public static final class ResolvedSwapLeg.Meta extends DirectMetaBean
The meta-bean forResolvedSwapLeg
.
-
-
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 ResolvedSwapLeg>
beanType()
ResolvedSwapLeg.Builder
builder()
protected MetaProperty<?>
metaPropertyGet(java.lang.String propertyName)
java.util.Map<java.lang.String,MetaProperty<?>>
metaPropertyMap()
MetaProperty<com.google.common.collect.ImmutableList<SwapPaymentEvent>>
paymentEvents()
The meta-property for thepaymentEvents
property.MetaProperty<com.google.common.collect.ImmutableList<SwapPaymentPeriod>>
paymentPeriods()
The meta-property for thepaymentPeriods
property.MetaProperty<PayReceive>
payReceive()
The meta-property for thepayReceive
property.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<SwapLegType>
type()
The meta-property for thetype
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 ResolvedSwapLeg.Builder builder()
-
beanType
public java.lang.Class<? extends ResolvedSwapLeg> beanType()
-
metaPropertyMap
public java.util.Map<java.lang.String,MetaProperty<?>> metaPropertyMap()
-
type
public MetaProperty<SwapLegType> type()
The meta-property for thetype
property.- Returns:
- the meta-property, not null
-
payReceive
public MetaProperty<PayReceive> payReceive()
The meta-property for thepayReceive
property.- Returns:
- the meta-property, not null
-
paymentPeriods
public MetaProperty<com.google.common.collect.ImmutableList<SwapPaymentPeriod>> paymentPeriods()
The meta-property for thepaymentPeriods
property.- Returns:
- the meta-property, not null
-
paymentEvents
public MetaProperty<com.google.common.collect.ImmutableList<SwapPaymentEvent>> paymentEvents()
The meta-property for thepaymentEvents
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
-
-