Class OvernightIborSwapTemplate.Meta
- java.lang.Object
-
- org.joda.beans.impl.direct.DirectMetaBean
-
- com.opengamma.strata.product.swap.type.OvernightIborSwapTemplate.Meta
-
- All Implemented Interfaces:
org.joda.beans.MetaBean
- Enclosing class:
- OvernightIborSwapTemplate
public static final class OvernightIborSwapTemplate.Meta extends org.joda.beans.impl.direct.DirectMetaBean
The meta-bean forOvernightIborSwapTemplate
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends OvernightIborSwapTemplate>
beanType()
OvernightIborSwapTemplate.Builder
builder()
org.joda.beans.MetaProperty<OvernightIborSwapConvention>
convention()
The meta-property for theconvention
property.protected org.joda.beans.MetaProperty<?>
metaPropertyGet(String propertyName)
Map<String,org.joda.beans.MetaProperty<?>>
metaPropertyMap()
org.joda.beans.MetaProperty<Period>
periodToStart()
The meta-property for theperiodToStart
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<Tenor>
tenor()
The meta-property for thetenor
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 OvernightIborSwapTemplate.Builder builder()
-
beanType
public Class<? extends OvernightIborSwapTemplate> beanType()
-
periodToStart
public org.joda.beans.MetaProperty<Period> periodToStart()
The meta-property for theperiodToStart
property.- Returns:
- the meta-property, not null
-
tenor
public org.joda.beans.MetaProperty<Tenor> tenor()
The meta-property for thetenor
property.- Returns:
- the meta-property, not null
-
convention
public org.joda.beans.MetaProperty<OvernightIborSwapConvention> convention()
The meta-property for theconvention
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
-
-