| Constructor and Description |
|---|
ApplicationElementItem(RuleEngine engine,
ApplicationElement aeObj) |
| Modifier and Type | Method and Description |
|---|---|
NameValueUnit |
getAttribute(java.lang.String name)
Get an attribute value.
|
ApplicationElementItem[] |
getChildren()
get the children of the item.
|
java.lang.String |
getIdent()
Get the identification string of the item.
|
java.lang.String |
getName()
Get the name of the item.
|
ApplicationElementItem |
getParent()
Get the parent of the item
|
ApplicationElementItem[] |
getRelated()
Get the related element, that are not parent or children.
|
public ApplicationElementItem(RuleEngine engine, ApplicationElement aeObj)
public java.lang.String getIdent()
public java.lang.String getName()
public NameValueUnit getAttribute(java.lang.String name)
getAttribute in interface ItemIFname - the name of the attribute.public ApplicationElementItem getParent()
public ApplicationElementItem[] getChildren()
getChildren in interface ItemIFpublic ApplicationElementItem[] getRelated()
getRelated in interface ItemIF