Class IborCapFloorLeg.Meta
- java.lang.Object
-
- org.joda.beans.impl.direct.DirectMetaBean
-
- com.opengamma.strata.product.capfloor.IborCapFloorLeg.Meta
-
- All Implemented Interfaces:
org.joda.beans.MetaBean
- Enclosing class:
- IborCapFloorLeg
public static final class IborCapFloorLeg.Meta extends org.joda.beans.impl.direct.DirectMetaBean
The meta-bean forIborCapFloorLeg
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends IborCapFloorLeg>
beanType()
IborCapFloorLeg.Builder
builder()
org.joda.beans.MetaProperty<IborRateCalculation>
calculation()
The meta-property for thecalculation
property.org.joda.beans.MetaProperty<ValueSchedule>
capSchedule()
The meta-property for thecapSchedule
property.org.joda.beans.MetaProperty<Currency>
currency()
The meta-property for thecurrency
property.org.joda.beans.MetaProperty<ValueSchedule>
floorSchedule()
The meta-property for thefloorSchedule
property.protected org.joda.beans.MetaProperty<?>
metaPropertyGet(String propertyName)
Map<String,org.joda.beans.MetaProperty<?>>
metaPropertyMap()
org.joda.beans.MetaProperty<ValueSchedule>
notional()
The meta-property for thenotional
property.org.joda.beans.MetaProperty<DaysAdjustment>
paymentDateOffset()
The meta-property for thepaymentDateOffset
property.org.joda.beans.MetaProperty<PeriodicSchedule>
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)
-
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 IborCapFloorLeg.Builder builder()
-
beanType
public Class<? extends IborCapFloorLeg> beanType()
-
payReceive
public org.joda.beans.MetaProperty<PayReceive> payReceive()
The meta-property for thepayReceive
property.- Returns:
- the meta-property, not null
-
paymentSchedule
public org.joda.beans.MetaProperty<PeriodicSchedule> paymentSchedule()
The meta-property for thepaymentSchedule
property.- Returns:
- the meta-property, not null
-
paymentDateOffset
public org.joda.beans.MetaProperty<DaysAdjustment> paymentDateOffset()
The meta-property for thepaymentDateOffset
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
-
notional
public org.joda.beans.MetaProperty<ValueSchedule> notional()
The meta-property for thenotional
property.- Returns:
- the meta-property, not null
-
calculation
public org.joda.beans.MetaProperty<IborRateCalculation> calculation()
The meta-property for thecalculation
property.- Returns:
- the meta-property, not null
-
capSchedule
public org.joda.beans.MetaProperty<ValueSchedule> capSchedule()
The meta-property for thecapSchedule
property.- Returns:
- the meta-property, not null
-
floorSchedule
public org.joda.beans.MetaProperty<ValueSchedule> floorSchedule()
The meta-property for thefloorSchedule
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
-
-