Class KnownAmountSwapLeg.Meta
- java.lang.Object
-
- org.joda.beans.impl.direct.DirectMetaBean
-
- com.opengamma.strata.product.swap.KnownAmountSwapLeg.Meta
-
- All Implemented Interfaces:
org.joda.beans.MetaBean
- Enclosing class:
- KnownAmountSwapLeg
public static final class KnownAmountSwapLeg.Meta extends org.joda.beans.impl.direct.DirectMetaBean
The meta-bean forKnownAmountSwapLeg
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.joda.beans.MetaProperty<PeriodicSchedule>
accrualSchedule()
The meta-property for theaccrualSchedule
property.org.joda.beans.MetaProperty<ValueSchedule>
amount()
The meta-property for theamount
property.Class<? extends KnownAmountSwapLeg>
beanType()
KnownAmountSwapLeg.Builder
builder()
org.joda.beans.MetaProperty<Currency>
currency()
The meta-property for thecurrency
property.org.joda.beans.MetaProperty<AdjustableDate>
endDate()
The meta-property for theendDate
property.protected org.joda.beans.MetaProperty<?>
metaPropertyGet(String propertyName)
Map<String,org.joda.beans.MetaProperty<?>>
metaPropertyMap()
org.joda.beans.MetaProperty<PaymentSchedule>
paymentSchedule()
The meta-property for thepaymentSchedule
property.org.joda.beans.MetaProperty<PayReceive>
payReceive()
The meta-property for thepayReceive
property.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.org.joda.beans.MetaProperty<SwapLegType>
type()
The meta-property for thetype
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 KnownAmountSwapLeg.Builder builder()
-
beanType
public Class<? extends KnownAmountSwapLeg> beanType()
-
payReceive
public org.joda.beans.MetaProperty<PayReceive> payReceive()
The meta-property for thepayReceive
property.- Returns:
- the meta-property, not null
-
accrualSchedule
public org.joda.beans.MetaProperty<PeriodicSchedule> accrualSchedule()
The meta-property for theaccrualSchedule
property.- Returns:
- the meta-property, not null
-
paymentSchedule
public org.joda.beans.MetaProperty<PaymentSchedule> paymentSchedule()
The meta-property for thepaymentSchedule
property.- Returns:
- the meta-property, not null
-
amount
public org.joda.beans.MetaProperty<ValueSchedule> amount()
The meta-property for theamount
property.- Returns:
- the meta-property, not null
-
currency
public org.joda.beans.MetaProperty<Currency> currency()
The meta-property for thecurrency
property.- Returns:
- the meta-property, not null
-
type
public org.joda.beans.MetaProperty<SwapLegType> type()
The meta-property for thetype
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
-
-