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 SummaryAll 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.DirectMetaBeanisBuildable, metaProperty, toString, validate
 
- 
 
- 
- 
- 
Method Detail- 
metaPropertyGetprotected org.joda.beans.MetaProperty<?> metaPropertyGet(String propertyName) - Overrides:
- metaPropertyGetin class- org.joda.beans.impl.direct.DirectMetaBean
 
 - 
builderpublic IborCapFloorLeg.Builder builder() 
 - 
beanTypepublic Class<? extends IborCapFloorLeg> beanType() 
 - 
payReceivepublic org.joda.beans.MetaProperty<PayReceive> payReceive() The meta-property for thepayReceiveproperty.- Returns:
- the meta-property, not null
 
 - 
paymentSchedulepublic org.joda.beans.MetaProperty<PeriodicSchedule> paymentSchedule() The meta-property for thepaymentScheduleproperty.- Returns:
- the meta-property, not null
 
 - 
paymentDateOffsetpublic org.joda.beans.MetaProperty<DaysAdjustment> paymentDateOffset() The meta-property for thepaymentDateOffsetproperty.- Returns:
- the meta-property, not null
 
 - 
currencypublic org.joda.beans.MetaProperty<Currency> currency() The meta-property for thecurrencyproperty.- Returns:
- the meta-property, not null
 
 - 
notionalpublic org.joda.beans.MetaProperty<ValueSchedule> notional() The meta-property for thenotionalproperty.- Returns:
- the meta-property, not null
 
 - 
calculationpublic org.joda.beans.MetaProperty<IborRateCalculation> calculation() The meta-property for thecalculationproperty.- Returns:
- the meta-property, not null
 
 - 
capSchedulepublic org.joda.beans.MetaProperty<ValueSchedule> capSchedule() The meta-property for thecapScheduleproperty.- Returns:
- the meta-property, not null
 
 - 
floorSchedulepublic org.joda.beans.MetaProperty<ValueSchedule> floorSchedule() The meta-property for thefloorScheduleproperty.- Returns:
- the meta-property, not null
 
 - 
propertyGetprotected Object propertyGet(org.joda.beans.Bean bean, String propertyName, boolean quiet) - Overrides:
- propertyGetin class- org.joda.beans.impl.direct.DirectMetaBean
 
 
- 
 
-