Interface NameInfo

    • Method Detail

      • getName

        java.lang.String getName()
        Get the name of the item. This is the "unqualified" name.
        Returns:
        the name of the item.
      • getPackage

        java.lang.String getPackage()
        Get the package in which the item is installed.
        Returns:
        the package in which the item is installed.
      • getFullyQualifiedName

        java.lang.String getFullyQualifiedName()
        Get the fully qualified name of the item. This is the concatenation of the package, the dot separator, and the name.
        Returns:
        the fully qualified name.