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.DirectMetaBeanThe meta-bean forIborCapFloorLeg.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends IborCapFloorLeg>beanType()IborCapFloorLeg.Builderbuilder()org.joda.beans.MetaProperty<IborRateCalculation>calculation()The meta-property for thecalculationproperty.org.joda.beans.MetaProperty<ValueSchedule>capSchedule()The meta-property for thecapScheduleproperty.org.joda.beans.MetaProperty<Currency>currency()The meta-property for thecurrencyproperty.org.joda.beans.MetaProperty<ValueSchedule>floorSchedule()The meta-property for thefloorScheduleproperty.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 thenotionalproperty.org.joda.beans.MetaProperty<DaysAdjustment>paymentDateOffset()The meta-property for thepaymentDateOffsetproperty.org.joda.beans.MetaProperty<PeriodicSchedule>paymentSchedule()The meta-property for thepaymentScheduleproperty.org.joda.beans.MetaProperty<PayReceive>payReceive()The meta-property for thepayReceiveproperty.protected ObjectpropertyGet(org.joda.beans.Bean bean, String propertyName, boolean quiet)protected voidpropertySet(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:
metaPropertyGetin 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 thepayReceiveproperty.- Returns:
- the meta-property, not null
-
paymentSchedule
public org.joda.beans.MetaProperty<PeriodicSchedule> paymentSchedule()
The meta-property for thepaymentScheduleproperty.- Returns:
- the meta-property, not null
-
paymentDateOffset
public org.joda.beans.MetaProperty<DaysAdjustment> paymentDateOffset()
The meta-property for thepaymentDateOffsetproperty.- Returns:
- the meta-property, not null
-
currency
public org.joda.beans.MetaProperty<Currency> currency()
The meta-property for thecurrencyproperty.- Returns:
- the meta-property, not null
-
notional
public org.joda.beans.MetaProperty<ValueSchedule> notional()
The meta-property for thenotionalproperty.- Returns:
- the meta-property, not null
-
calculation
public org.joda.beans.MetaProperty<IborRateCalculation> calculation()
The meta-property for thecalculationproperty.- Returns:
- the meta-property, not null
-
capSchedule
public org.joda.beans.MetaProperty<ValueSchedule> capSchedule()
The meta-property for thecapScheduleproperty.- Returns:
- the meta-property, not null
-
floorSchedule
public org.joda.beans.MetaProperty<ValueSchedule> floorSchedule()
The meta-property for thefloorScheduleproperty.- Returns:
- the meta-property, not null
-
propertyGet
protected Object propertyGet(org.joda.beans.Bean bean, String propertyName, boolean quiet)
- Overrides:
propertyGetin classorg.joda.beans.impl.direct.DirectMetaBean
-
-