Interface IElementAccess

    • Method Detail

      • getName

        java.lang.String getName()
        The (full) name without (potential) signature parts.
        Returns:
        the (full) name without signature parts.
      • getShortName

        java.lang.String getShortName()
        The short name without (potential) signature parts.
        Returns:
        the short name without signature parts.
      • getNameWithSignature

        java.lang.String getNameWithSignature()
        The (full) name with (potential) signature parts.
        Returns:
        the (full) name with signature parts.
      • getShortNameWithSignature

        java.lang.String getShortNameWithSignature()
        The short name with potential signature parts.
        Returns:
        the short name with signature parts.
      • isExternal

        boolean isExternal()
        The external state.
        Returns:
        'true' if external.
      • isExcluded

        boolean isExcluded()
        The exclusion state.
        Returns:
        'true' if excluded.
      • ignoreIssues

        boolean ignoreIssues()
        Issues of elements matched by the issue filter (workspace setup) should be ignored.
        Returns:
        'true' if this element's issues are to be ignored.