public class CompoundElement extends AbstractElement
| Constructor and Description |
|---|
CompoundElement() |
| Modifier and Type | Method and Description |
|---|---|
List<Element> |
getChildren()
This returns a list containing primary and secondary element.
|
Executable |
getExecutable()
Always returns null.
|
Element |
getPrimary() |
Element |
getSecondary() |
void |
setPrimary(Element primary) |
void |
setSecondary(Element secondary) |
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 Element getPrimary()
public void setPrimary(Element primary)
public Element getSecondary()
public void setSecondary(Element secondary)
public List<Element> getChildren()
public Executable getExecutable()
Copyright © 2013. All Rights Reserved.