public interface PackageAccess extends NamespaceAccess
The following features are supported:
JavaPackage.getPackageAccess()| Modifier and Type | Method and Description |
|---|---|
Package |
getPackage()
Returns the value of the 'Package' reference.
|
PackageAccess |
getQualifier()
Returns the value of the 'Qualifier' containment reference.
|
void |
setPackage(Package value)
Sets the value of the '
Package' reference. |
void |
setQualifier(PackageAccess value)
Sets the value of the '
Qualifier' containment reference. |
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnitPackage getPackage()
Usages In Package Access'.
If the meaning of the 'Package' reference isn't clear, there really should be more of a description here...
setPackage(org.eclipse.gmt.modisco.java.Package),
JavaPackage.getPackageAccess_Package(),
Package.getUsagesInPackageAccess()void setPackage(Package value)
Package' reference.
value - the new value of the 'Package' reference.getPackage()PackageAccess getQualifier()
If the meaning of the 'Qualifier' containment reference isn't clear, there really should be more of a description here...
setQualifier(PackageAccess),
JavaPackage.getPackageAccess_Qualifier()void setQualifier(PackageAccess value)
Qualifier' containment reference.
value - the new value of the 'Qualifier' containment reference.getQualifier()