Class PeriodicSchedule.Meta
- java.lang.Object
-
- org.joda.beans.impl.direct.DirectMetaBean
-
- com.opengamma.strata.basics.schedule.PeriodicSchedule.Meta
-
- All Implemented Interfaces:
org.joda.beans.MetaBean
- Enclosing class:
- PeriodicSchedule
public static final class PeriodicSchedule.Meta extends org.joda.beans.impl.direct.DirectMetaBean
The meta-bean forPeriodicSchedule
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends PeriodicSchedule>
beanType()
PeriodicSchedule.Builder
builder()
org.joda.beans.MetaProperty<BusinessDayAdjustment>
businessDayAdjustment()
The meta-property for thebusinessDayAdjustment
property.org.joda.beans.MetaProperty<LocalDate>
endDate()
The meta-property for theendDate
property.org.joda.beans.MetaProperty<BusinessDayAdjustment>
endDateBusinessDayAdjustment()
The meta-property for theendDateBusinessDayAdjustment
property.org.joda.beans.MetaProperty<LocalDate>
firstRegularStartDate()
The meta-property for thefirstRegularStartDate
property.org.joda.beans.MetaProperty<Frequency>
frequency()
The meta-property for thefrequency
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<AdjustableDate>
overrideStartDate()
The meta-property for theoverrideStartDate
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 therollConvention
property.org.joda.beans.MetaProperty<LocalDate>
startDate()
The meta-property for thestartDate
property.org.joda.beans.MetaProperty<BusinessDayAdjustment>
startDateBusinessDayAdjustment()
The meta-property for thestartDateBusinessDayAdjustment
property.org.joda.beans.MetaProperty<StubConvention>
stubConvention()
The meta-property for thestubConvention
property.-
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 PeriodicSchedule.Builder builder()
-
beanType
public Class<? extends PeriodicSchedule> beanType()
-
startDate
public org.joda.beans.MetaProperty<LocalDate> startDate()
The meta-property for thestartDate
property.- Returns:
- the meta-property, not null
-
endDate
public org.joda.beans.MetaProperty<LocalDate> endDate()
The meta-property for theendDate
property.- Returns:
- the meta-property, not null
-
frequency
public org.joda.beans.MetaProperty<Frequency> frequency()
The meta-property for thefrequency
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
-
startDateBusinessDayAdjustment
public org.joda.beans.MetaProperty<BusinessDayAdjustment> startDateBusinessDayAdjustment()
The meta-property for thestartDateBusinessDayAdjustment
property.- Returns:
- the meta-property, not null
-
endDateBusinessDayAdjustment
public org.joda.beans.MetaProperty<BusinessDayAdjustment> endDateBusinessDayAdjustment()
The meta-property for theendDateBusinessDayAdjustment
property.- Returns:
- the meta-property, not null
-
stubConvention
public org.joda.beans.MetaProperty<StubConvention> stubConvention()
The meta-property for thestubConvention
property.- Returns:
- the meta-property, not null
-
rollConvention
public org.joda.beans.MetaProperty<RollConvention> rollConvention()
The meta-property for therollConvention
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
-
overrideStartDate
public org.joda.beans.MetaProperty<AdjustableDate> overrideStartDate()
The meta-property for theoverrideStartDate
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
-
-