Class IborRateStubCalculation.Meta
- java.lang.Object
-
- org.joda.beans.impl.direct.DirectMetaBean
-
- com.opengamma.strata.product.swap.IborRateStubCalculation.Meta
-
- All Implemented Interfaces:
org.joda.beans.MetaBean
- Enclosing class:
- IborRateStubCalculation
public static final class IborRateStubCalculation.Meta extends org.joda.beans.impl.direct.DirectMetaBean
The meta-bean forIborRateStubCalculation
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends IborRateStubCalculation>
beanType()
IborRateStubCalculation.Builder
builder()
org.joda.beans.MetaProperty<Double>
fixedRate()
The meta-property for thefixedRate
property.org.joda.beans.MetaProperty<IborIndex>
index()
The meta-property for theindex
property.org.joda.beans.MetaProperty<IborIndex>
indexInterpolated()
The meta-property for theindexInterpolated
property.org.joda.beans.MetaProperty<CurrencyAmount>
knownAmount()
The meta-property for theknownAmount
property.protected org.joda.beans.MetaProperty<?>
metaPropertyGet(String propertyName)
Map<String,org.joda.beans.MetaProperty<?>>
metaPropertyMap()
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 IborRateStubCalculation.Builder builder()
-
beanType
public Class<? extends IborRateStubCalculation> beanType()
-
fixedRate
public org.joda.beans.MetaProperty<Double> fixedRate()
The meta-property for thefixedRate
property.- Returns:
- the meta-property, not null
-
knownAmount
public org.joda.beans.MetaProperty<CurrencyAmount> knownAmount()
The meta-property for theknownAmount
property.- Returns:
- the meta-property, not null
-
index
public org.joda.beans.MetaProperty<IborIndex> index()
The meta-property for theindex
property.- Returns:
- the meta-property, not null
-
indexInterpolated
public org.joda.beans.MetaProperty<IborIndex> indexInterpolated()
The meta-property for theindexInterpolated
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
-
-