Class PaymentSchedule.Meta
- java.lang.Object
-
- org.joda.beans.impl.direct.DirectMetaBean
-
- com.opengamma.strata.product.swap.PaymentSchedule.Meta
-
- All Implemented Interfaces:
org.joda.beans.MetaBean
- Enclosing class:
- PaymentSchedule
public static final class PaymentSchedule.Meta extends org.joda.beans.impl.direct.DirectMetaBeanThe meta-bean forPaymentSchedule.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends PaymentSchedule>beanType()PaymentSchedule.Builderbuilder()org.joda.beans.MetaProperty<BusinessDayAdjustment>businessDayAdjustment()The meta-property for thebusinessDayAdjustmentproperty.org.joda.beans.MetaProperty<CompoundingMethod>compoundingMethod()The meta-property for thecompoundingMethodproperty.org.joda.beans.MetaProperty<LocalDate>firstRegularStartDate()The meta-property for thefirstRegularStartDateproperty.org.joda.beans.MetaProperty<LocalDate>lastRegularEndDate()The meta-property for thelastRegularEndDateproperty.protected org.joda.beans.MetaProperty<?>metaPropertyGet(String propertyName)Map<String,org.joda.beans.MetaProperty<?>>metaPropertyMap()org.joda.beans.MetaProperty<DaysAdjustment>paymentDateOffset()The meta-property for thepaymentDateOffsetproperty.org.joda.beans.MetaProperty<Frequency>paymentFrequency()The meta-property for thepaymentFrequencyproperty.org.joda.beans.MetaProperty<PaymentRelativeTo>paymentRelativeTo()The meta-property for thepaymentRelativeToproperty.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.DirectMetaBean
isBuildable, metaProperty, toString, validate
-
-
-
-
Method Detail
-
metaPropertyGet
protected org.joda.beans.MetaProperty<?> metaPropertyGet(String propertyName)
- Overrides:
metaPropertyGetin classorg.joda.beans.impl.direct.DirectMetaBean
-
builder
public PaymentSchedule.Builder builder()
-
beanType
public Class<? extends PaymentSchedule> beanType()
-
paymentFrequency
public org.joda.beans.MetaProperty<Frequency> paymentFrequency()
The meta-property for thepaymentFrequencyproperty.- Returns:
- the meta-property, not null
-
businessDayAdjustment
public org.joda.beans.MetaProperty<BusinessDayAdjustment> businessDayAdjustment()
The meta-property for thebusinessDayAdjustmentproperty.- Returns:
- the meta-property, not null
-
paymentRelativeTo
public org.joda.beans.MetaProperty<PaymentRelativeTo> paymentRelativeTo()
The meta-property for thepaymentRelativeToproperty.- Returns:
- the meta-property, not null
-
paymentDateOffset
public org.joda.beans.MetaProperty<DaysAdjustment> paymentDateOffset()
The meta-property for thepaymentDateOffsetproperty.- Returns:
- the meta-property, not null
-
compoundingMethod
public org.joda.beans.MetaProperty<CompoundingMethod> compoundingMethod()
The meta-property for thecompoundingMethodproperty.- Returns:
- the meta-property, not null
-
firstRegularStartDate
public org.joda.beans.MetaProperty<LocalDate> firstRegularStartDate()
The meta-property for thefirstRegularStartDateproperty.- Returns:
- the meta-property, not null
-
lastRegularEndDate
public org.joda.beans.MetaProperty<LocalDate> lastRegularEndDate()
The meta-property for thelastRegularEndDateproperty.- Returns:
- the meta-property, not null
-
propertyGet
protected Object propertyGet(org.joda.beans.Bean bean, String propertyName, boolean quiet)
- Overrides:
propertyGetin classorg.joda.beans.impl.direct.DirectMetaBean
-
-