Interface ElementDescriptor

    • Method Detail

      • getName

        String getName()
        Returns:
        The symbolic name used to unambiguously identify this element. E.g. the fully qualified name of a Java class.
      • getAlias

        String getAlias()
        Returns:
        A short form of the symbolic name, or null if not declared.
      • getLabel

        String getLabel()
        Returns:
        A human-readable version of the symbolic name to be used in user interfaces, or null if not declared.
      • getDescription

        String getDescription()
        Returns:
        A short description, or null if not declared.