Class ResolvedIborCapFloorLeg.Meta
- java.lang.Object
-
- org.joda.beans.impl.direct.DirectMetaBean
-
- com.opengamma.strata.product.capfloor.ResolvedIborCapFloorLeg.Meta
-
- All Implemented Interfaces:
org.joda.beans.MetaBean
- Enclosing class:
- ResolvedIborCapFloorLeg
public static final class ResolvedIborCapFloorLeg.Meta extends org.joda.beans.impl.direct.DirectMetaBean
The meta-bean forResolvedIborCapFloorLeg
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends ResolvedIborCapFloorLeg>
beanType()
ResolvedIborCapFloorLeg.Builder
builder()
org.joda.beans.MetaProperty<ImmutableList<IborCapletFloorletPeriod>>
capletFloorletPeriods()
The meta-property for thecapletFloorletPeriods
property.protected org.joda.beans.MetaProperty<?>
metaPropertyGet(String propertyName)
Map<String,org.joda.beans.MetaProperty<?>>
metaPropertyMap()
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 ResolvedIborCapFloorLeg.Builder builder()
-
beanType
public Class<? extends ResolvedIborCapFloorLeg> beanType()
-
payReceive
public org.joda.beans.MetaProperty<PayReceive> payReceive()
The meta-property for thepayReceive
property.- Returns:
- the meta-property, not null
-
capletFloorletPeriods
public org.joda.beans.MetaProperty<ImmutableList<IborCapletFloorletPeriod>> capletFloorletPeriods()
The meta-property for thecapletFloorletPeriods
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
-
-