Package org.eclipse.emf.common
Class CommonPlugin.ElementRecord
java.lang.Object
org.eclipse.emf.common.CommonPlugin.ElementRecord
- Enclosing class:
CommonPlugin
A simple representation of an element in a
plugin.xml.
It has the obvious things you'd expect of an element, i.e., a name, attributes, and children.- Since:
- 2.14
-
Method Details
-
getName
Returns the name of the element.- Returns:
- the name of the element.
-
getAttributes
Returns the attributes of the element.- Returns:
- the attributes of the element.
-
getChildren
Returns the children elements.- Returns:
- the children elements.
-
toString
A helpful override for debugging.
-