org.outerj.daisy.repository.schema
Interface StaticSelectionList
- All Superinterfaces:
- SelectionList, StaticListItemParent
public interface StaticSelectionList
- extends SelectionList, StaticListItemParent
A static selection list. Can be hierarchical if it belongs to
a field type which is hierarchical.
This selection list is created on a field type through
FieldType.createStaticSelectionList().
createStaticListItem
StaticListItem createStaticListItem(Object value)
- Deprecated. Has been renamed to
StaticListItemParent.createItem(java.lang.Object).
getXml
org.outerx.daisy.x10.StaticSelectionListDocument getXml()
setAllFromXml
void setAllFromXml(org.outerx.daisy.x10.StaticSelectionListDocument.StaticSelectionList list)