Class CommonPlugin.ElementRecord

java.lang.Object
org.eclipse.emf.common.CommonPlugin.ElementRecord
Enclosing class:
CommonPlugin

public static final class CommonPlugin.ElementRecord extends Object
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

      public String getName()
      Returns the name of the element.
      Returns:
      the name of the element.
    • getAttributes

      public Map<String,String> getAttributes()
      Returns the attributes of the element.
      Returns:
      the attributes of the element.
    • getChildren

      public List<CommonPlugin.ElementRecord> getChildren()
      Returns the children elements.
      Returns:
      the children elements.
    • toString

      public String toString()
      A helpful override for debugging.
      Overrides:
      toString in class Object