public interface PackageName
The name of a package.
Package names must consist only of lower case letters (a-z),
digits (0-9), plus (+) and minus ( -)
signs, and periods (.). They must be at least two characters
long and must start with an alphanumeric character.
See 5 .6.1 Source for further information.
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the name as text.
|
String getName()
Returns the name as text.
Copyright © 2015–2019. All rights reserved.