public static final class PaymentSchedule.Meta
extends org.joda.beans.impl.direct.DirectMetaBean
PaymentSchedule.| Modifier and Type | Method and Description |
|---|---|
Class<? extends PaymentSchedule> |
beanType() |
PaymentSchedule.Builder |
builder() |
org.joda.beans.MetaProperty<BusinessDayAdjustment> |
businessDayAdjustment()
The meta-property for the
businessDayAdjustment property. |
org.joda.beans.MetaProperty<CompoundingMethod> |
compoundingMethod()
The meta-property for the
compoundingMethod property. |
org.joda.beans.MetaProperty<LocalDate> |
firstRegularStartDate()
The meta-property for the
firstRegularStartDate property. |
org.joda.beans.MetaProperty<LocalDate> |
lastRegularEndDate()
The meta-property for the
lastRegularEndDate 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 the
paymentDateOffset property. |
org.joda.beans.MetaProperty<Frequency> |
paymentFrequency()
The meta-property for the
paymentFrequency property. |
org.joda.beans.MetaProperty<PaymentRelativeTo> |
paymentRelativeTo()
The meta-property for the
paymentRelativeTo 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) |
isBuildable, metaProperty, toString, validateprotected org.joda.beans.MetaProperty<?> metaPropertyGet(String propertyName)
metaPropertyGet in class org.joda.beans.impl.direct.DirectMetaBeanpublic PaymentSchedule.Builder builder()
public Class<? extends PaymentSchedule> beanType()
public org.joda.beans.MetaProperty<Frequency> paymentFrequency()
paymentFrequency property.public org.joda.beans.MetaProperty<BusinessDayAdjustment> businessDayAdjustment()
businessDayAdjustment property.public org.joda.beans.MetaProperty<PaymentRelativeTo> paymentRelativeTo()
paymentRelativeTo property.public org.joda.beans.MetaProperty<DaysAdjustment> paymentDateOffset()
paymentDateOffset property.public org.joda.beans.MetaProperty<CompoundingMethod> compoundingMethod()
compoundingMethod property.public org.joda.beans.MetaProperty<LocalDate> firstRegularStartDate()
firstRegularStartDate property.public org.joda.beans.MetaProperty<LocalDate> lastRegularEndDate()
lastRegularEndDate property.protected Object propertyGet(org.joda.beans.Bean bean, String propertyName, boolean quiet)
propertyGet in class org.joda.beans.impl.direct.DirectMetaBeanCopyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.