Class Schedule.Meta
- java.lang.Object
-
- org.joda.beans.impl.direct.DirectMetaBean
-
- com.opengamma.strata.basics.schedule.Schedule.Meta
-
- All Implemented Interfaces:
org.joda.beans.MetaBean
- Enclosing class:
- Schedule
public static final class Schedule.Meta extends org.joda.beans.impl.direct.DirectMetaBeanThe meta-bean forSchedule.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends Schedule>beanType()Schedule.Builderbuilder()org.joda.beans.MetaProperty<Frequency>frequency()The meta-property for thefrequencyproperty.protected org.joda.beans.MetaProperty<?>metaPropertyGet(String propertyName)Map<String,org.joda.beans.MetaProperty<?>>metaPropertyMap()org.joda.beans.MetaProperty<ImmutableList<SchedulePeriod>>periods()The meta-property for theperiodsproperty.protected ObjectpropertyGet(org.joda.beans.Bean bean, String propertyName, boolean quiet)protected voidpropertySet(org.joda.beans.Bean bean, String propertyName, Object newValue, boolean quiet)org.joda.beans.MetaProperty<RollConvention>rollConvention()The meta-property for therollConventionproperty.-
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 Schedule.Builder builder()
-
periods
public org.joda.beans.MetaProperty<ImmutableList<SchedulePeriod>> periods()
The meta-property for theperiodsproperty.- Returns:
- the meta-property, not null
-
frequency
public org.joda.beans.MetaProperty<Frequency> frequency()
The meta-property for thefrequencyproperty.- Returns:
- the meta-property, not null
-
rollConvention
public org.joda.beans.MetaProperty<RollConvention> rollConvention()
The meta-property for therollConventionproperty.- 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
-
-