Uses of Class
org.eclipse.steady.java.JavaPackageId
-
Packages that use JavaPackageId Package Description org.eclipse.steady.java -
-
Uses of JavaPackageId in org.eclipse.steady.java
Fields in org.eclipse.steady.java declared as JavaPackageId Modifier and Type Field Description static JavaPackageIdJavaPackageId. DEFAULT_PACKAGEThe default package has an empty string as qualified name.Methods in org.eclipse.steady.java that return JavaPackageId Modifier and Type Method Description JavaPackageIdJavaClassId. getJavaPackageId()Returns the Java package in the context of which the construct is defined.JavaPackageIdJavaClassInit. getJavaPackageId()getJavaPackageId.JavaPackageIdJavaConstructorId. getJavaPackageId()getJavaPackageId.JavaPackageIdJavaEnumId. getJavaPackageId()Returns the Java package in the context of which the construct is defined.abstract JavaPackageIdJavaId. getJavaPackageId()Returns the Java package in the context of which the construct is defined.JavaPackageIdJavaInterfaceId. getJavaPackageId()Returns the Java package in the context of which the construct is defined.JavaPackageIdJavaMethodId. getJavaPackageId()getJavaPackageId.JavaPackageIdJavaPackageId. getJavaPackageId()For packages, this method always returns null.Methods in org.eclipse.steady.java with parameters of type JavaPackageId Modifier and Type Method Description static booleanJavaPackageId. isDefaultPackage(JavaPackageId _pid)Returns true if the givenJavaPackageIdcorresponds to theDEFAULT_PACKAGE, false otherwise.
-