public static final class Schedule.Meta extends DirectMetaBean
Schedule
.TEST_COVERAGE_STRING
Modifier and Type | Method and Description |
---|---|
Class<? extends Schedule> |
beanType() |
Schedule.Builder |
builder() |
MetaProperty<Frequency> |
frequency()
The meta-property for the
frequency property. |
protected MetaProperty<?> |
metaPropertyGet(String propertyName) |
Map<String,MetaProperty<?>> |
metaPropertyMap() |
MetaProperty<ImmutableList<SchedulePeriod>> |
periods()
The meta-property for the
periods property. |
protected Object |
propertyGet(Bean bean,
String propertyName,
boolean quiet) |
protected void |
propertySet(Bean bean,
String propertyName,
Object newValue,
boolean quiet) |
MetaProperty<RollConvention> |
rollConvention()
The meta-property for the
rollConvention property. |
metaProperty, validate
beanName, createPropertyMap, metaPropertyCount, metaPropertyExists, metaPropertyIterable, toString
protected MetaProperty<?> metaPropertyGet(String propertyName)
metaPropertyGet
in class DirectMetaBean
public Schedule.Builder builder()
public Map<String,MetaProperty<?>> metaPropertyMap()
public MetaProperty<ImmutableList<SchedulePeriod>> periods()
periods
property.public MetaProperty<Frequency> frequency()
frequency
property.public MetaProperty<RollConvention> rollConvention()
rollConvention
property.protected Object propertyGet(Bean bean, String propertyName, boolean quiet)
propertyGet
in class DirectMetaBean
protected void propertySet(Bean bean, String propertyName, Object newValue, boolean quiet)
propertySet
in class DirectMetaBean
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.