public static final class PeriodicSchedule.Meta
extends org.joda.beans.impl.direct.DirectMetaBean
PeriodicSchedule.| Modifier and Type | Method and Description |
|---|---|
Class<? extends PeriodicSchedule> |
beanType() |
PeriodicSchedule.Builder |
builder() |
org.joda.beans.MetaProperty<BusinessDayAdjustment> |
businessDayAdjustment()
The meta-property for the
businessDayAdjustment property. |
org.joda.beans.MetaProperty<LocalDate> |
endDate()
The meta-property for the
endDate property. |
org.joda.beans.MetaProperty<BusinessDayAdjustment> |
endDateBusinessDayAdjustment()
The meta-property for the
endDateBusinessDayAdjustment property. |
org.joda.beans.MetaProperty<LocalDate> |
firstRegularStartDate()
The meta-property for the
firstRegularStartDate property. |
org.joda.beans.MetaProperty<Frequency> |
frequency()
The meta-property for the
frequency 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<AdjustableDate> |
overrideStartDate()
The meta-property for the
overrideStartDate 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) |
org.joda.beans.MetaProperty<RollConvention> |
rollConvention()
The meta-property for the
rollConvention property. |
org.joda.beans.MetaProperty<LocalDate> |
startDate()
The meta-property for the
startDate property. |
org.joda.beans.MetaProperty<BusinessDayAdjustment> |
startDateBusinessDayAdjustment()
The meta-property for the
startDateBusinessDayAdjustment property. |
org.joda.beans.MetaProperty<StubConvention> |
stubConvention()
The meta-property for the
stubConvention property. |
isBuildable, metaProperty, toString, validateprotected org.joda.beans.MetaProperty<?> metaPropertyGet(String propertyName)
metaPropertyGet in class org.joda.beans.impl.direct.DirectMetaBeanpublic PeriodicSchedule.Builder builder()
public Class<? extends PeriodicSchedule> beanType()
public org.joda.beans.MetaProperty<LocalDate> startDate()
startDate property.public org.joda.beans.MetaProperty<LocalDate> endDate()
endDate property.public org.joda.beans.MetaProperty<Frequency> frequency()
frequency property.public org.joda.beans.MetaProperty<BusinessDayAdjustment> businessDayAdjustment()
businessDayAdjustment property.public org.joda.beans.MetaProperty<BusinessDayAdjustment> startDateBusinessDayAdjustment()
startDateBusinessDayAdjustment property.public org.joda.beans.MetaProperty<BusinessDayAdjustment> endDateBusinessDayAdjustment()
endDateBusinessDayAdjustment property.public org.joda.beans.MetaProperty<StubConvention> stubConvention()
stubConvention property.public org.joda.beans.MetaProperty<RollConvention> rollConvention()
rollConvention property.public org.joda.beans.MetaProperty<LocalDate> firstRegularStartDate()
firstRegularStartDate property.public org.joda.beans.MetaProperty<LocalDate> lastRegularEndDate()
lastRegularEndDate property.public org.joda.beans.MetaProperty<AdjustableDate> overrideStartDate()
overrideStartDate 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.