-
getQualifiedName
Name getQualifiedName()
Returns the fully qualified name of this package. This is also known as the package's canonical name. For an unnamed package , an empty name is returned.
-
Specified by:
-
getQualifiedName in interface QualifiedNameable
-
API Note:
- The fully qualified name of a named package that is not a subpackage of a named package is its simple name. The fully qualified name of a named package that is a subpackage of another named package consists of the fully qualified name of the containing package, followed by "
. ", followed by the simple (member) name of the subpackage.
-
Returns:
- the fully qualified name of this package, or an empty name if this is an unnamed package
-
See The Java™ Language Specification :
- 6.7 Fully Qualified Names and Canonical Names
|
-
getQualifiedName
Name getQualifiedName()
Returns the fully qualified name of this package. This is also known as the package's canonical name. For an unnamed package , an empty name is returned.
-
Specified by:
-
getQualifiedName in interface QualifiedNameable
-
API Note:
- The fully qualified name of a named package that is not a subpackage of a named package is its simple name. The fully qualified name of a named package that is a subpackage of another named package consists of the fully qualified name of the containing package, followed by "
. ", followed by the simple (member) name of the subpackage.
-
Returns:
- the fully qualified name of this package, or an empty name if this is an unnamed package
- See Java Language Specification :
-
6.7 Fully Qualified Names and Canonical Names
|