Class RatePaymentPeriod.Meta
- java.lang.Object
-
- org.joda.beans.impl.direct.DirectMetaBean
-
- com.opengamma.strata.product.swap.RatePaymentPeriod.Meta
-
- All Implemented Interfaces:
org.joda.beans.MetaBean
- Enclosing class:
- RatePaymentPeriod
public static final class RatePaymentPeriod.Meta extends org.joda.beans.impl.direct.DirectMetaBean
The meta-bean forRatePaymentPeriod
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.joda.beans.MetaProperty<ImmutableList<RateAccrualPeriod>>
accrualPeriods()
The meta-property for theaccrualPeriods
property.Class<? extends RatePaymentPeriod>
beanType()
RatePaymentPeriod.Builder
builder()
org.joda.beans.MetaProperty<CompoundingMethod>
compoundingMethod()
The meta-property for thecompoundingMethod
property.org.joda.beans.MetaProperty<Currency>
currency()
The meta-property for thecurrency
property.org.joda.beans.MetaProperty<DayCount>
dayCount()
The meta-property for thedayCount
property.org.joda.beans.MetaProperty<FxReset>
fxReset()
The meta-property for thefxReset
property.protected org.joda.beans.MetaProperty<?>
metaPropertyGet(String propertyName)
Map<String,org.joda.beans.MetaProperty<?>>
metaPropertyMap()
org.joda.beans.MetaProperty<Double>
notional()
The meta-property for thenotional
property.org.joda.beans.MetaProperty<LocalDate>
paymentDate()
The meta-property for thepaymentDate
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 RatePaymentPeriod.Builder builder()
-
beanType
public Class<? extends RatePaymentPeriod> beanType()
-
paymentDate
public org.joda.beans.MetaProperty<LocalDate> paymentDate()
The meta-property for thepaymentDate
property.- Returns:
- the meta-property, not null
-
accrualPeriods
public org.joda.beans.MetaProperty<ImmutableList<RateAccrualPeriod>> accrualPeriods()
The meta-property for theaccrualPeriods
property.- Returns:
- the meta-property, not null
-
dayCount
public org.joda.beans.MetaProperty<DayCount> dayCount()
The meta-property for thedayCount
property.- Returns:
- the meta-property, not null
-
currency
public org.joda.beans.MetaProperty<Currency> currency()
The meta-property for thecurrency
property.- Returns:
- the meta-property, not null
-
fxReset
public org.joda.beans.MetaProperty<FxReset> fxReset()
The meta-property for thefxReset
property.- Returns:
- the meta-property, not null
-
notional
public org.joda.beans.MetaProperty<Double> notional()
The meta-property for thenotional
property.- Returns:
- the meta-property, not null
-
compoundingMethod
public org.joda.beans.MetaProperty<CompoundingMethod> compoundingMethod()
The meta-property for thecompoundingMethod
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
-
-