public class ListElement extends AbstractElement
| Constructor and Description |
|---|
ListElement() |
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(Element child) |
List<Element> |
getChildren() |
Executable |
getExecutable()
Always returns null as this execution element only acts as a container for other elements.
|
void |
removeChild(Element child) |
void |
setChildren(List<Element> children) |
addHandler, getHandlers, removeHandler, setHandlersassignParent, assignParent, assignParents, getId, getLocalId, getParent, setBeanName, setId, setLocalId, setParentclearProperties, getKeys, getProperty, removeProperty, setPropertyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclearProperties, getId, getKeys, getProperty, removeProperty, setPropertypublic void addChild(Element child)
public void removeChild(Element child)
public Executable getExecutable()
Copyright © 2013. All Rights Reserved.