Interface ModelElement

    • Method Detail

      • getName

        java.lang.String getName()
        Gets the name of the element.
        Returns:
        the name
      • getOrdinal

        int getOrdinal()
        Gets the ordinal along the inheritance path.
        Returns:
        the ordinal, starting at 0
      • getSourceInfo

        SourceInfo getSourceInfo()
        Gets the information about the source where this element is defined.
        Returns:
        the source info
      • getParent

        ModelElement getParent()
        Gets the parent element.
        Returns:
        the parent, null if none