public interface ItemIF
Modifier and Type | Method and Description |
---|---|
NameValueUnit |
getAttribute(java.lang.String name)
Get an attribute value.
|
ItemIF[] |
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.
|
ItemIF |
getParent()
Get the parent of the item
|
ItemIF[] |
getRelated()
Get the related element, that are not parent or children.
|
java.lang.String getIdent()
java.lang.String getName()
NameValueUnit getAttribute(java.lang.String name)
name
- the name of the attribute.ItemIF getParent()
ItemIF[] getChildren()
ItemIF[] getRelated()