public static class Repeat.Factory extends Content.Factory implements PropertyFactory<Repeat>
| Type | Property and Description |
|---|---|
Repeat |
create |
| Constructor and Description |
|---|
Factory() |
| Modifier and Type | Method and Description |
|---|---|
Repeat |
createProperty() |
Repeat |
createProperty(ParameterList parameters,
String value) |
supportsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsupportspublic Repeat createProperty
createProperty in interface PropertyFactory<Repeat>public Repeat createProperty(ParameterList parameters, String value)
createProperty in interface PropertyFactory<Repeat>parameters - a list of property parametersvalue - a property valuepublic Repeat createProperty()
createProperty in interface PropertyFactory<Repeat>