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.DirectMetaBean
The meta-bean forPaymentSchedule
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends PaymentSchedule>
beanType()
PaymentSchedule.Builder
builder()
org.joda.beans.MetaProperty<BusinessDayAdjustment>
businessDayAdjustment()
The meta-property for thebusinessDayAdjustment
property.org.joda.beans.MetaProperty<CompoundingMethod>
compoundingMethod()
The meta-property for thecompoundingMethod
property.org.joda.beans.MetaProperty<LocalDate>
firstRegularStartDate()
The meta-property for thefirstRegularStartDate
property.org.joda.beans.MetaProperty<LocalDate>
lastRegularEndDate()
The meta-property for thelastRegularEndDate
property.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 thepaymentDateOffset
property.org.joda.beans.MetaProperty<Frequency>
paymentFrequency()
The meta-property for thepaymentFrequency
property.org.joda.beans.MetaProperty<PaymentRelativeTo>
paymentRelativeTo()
The meta-property for thepaymentRelativeTo
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 PaymentSchedule.Builder builder()
-
beanType
public Class<? extends PaymentSchedule> beanType()
-
paymentFrequency
public org.joda.beans.MetaProperty<Frequency> paymentFrequency()
The meta-property for thepaymentFrequency
property.- Returns:
- the meta-property, not null
-
businessDayAdjustment
public org.joda.beans.MetaProperty<BusinessDayAdjustment> businessDayAdjustment()
The meta-property for thebusinessDayAdjustment
property.- Returns:
- the meta-property, not null
-
paymentRelativeTo
public org.joda.beans.MetaProperty<PaymentRelativeTo> paymentRelativeTo()
The meta-property for thepaymentRelativeTo
property.- Returns:
- the meta-property, not null
-
paymentDateOffset
public org.joda.beans.MetaProperty<DaysAdjustment> paymentDateOffset()
The meta-property for thepaymentDateOffset
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
-
firstRegularStartDate
public org.joda.beans.MetaProperty<LocalDate> firstRegularStartDate()
The meta-property for thefirstRegularStartDate
property.- Returns:
- the meta-property, not null
-
lastRegularEndDate
public org.joda.beans.MetaProperty<LocalDate> lastRegularEndDate()
The meta-property for thelastRegularEndDate
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
-
-