org.eclipse.gmt.modisco.java
Interface PackageAccess

All Superinterfaces:
ASTNode, NamespaceAccess

public interface PackageAccess
extends NamespaceAccess

A representation of the model object 'Package Access'.

The following features are supported:

See Also:
JavaPackage.getPackageAccess()
Generated:
Model:

Method Summary
 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.
 
Methods inherited from interface org.eclipse.gmt.modisco.java.ASTNode
getComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnit
 

Method Detail

getPackage

Package getPackage()
Returns the value of the 'Package' reference. It is bidirectional and its opposite is 'Usages In Package Access'.

If the meaning of the 'Package' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Package' reference.
See Also:
setPackage(org.eclipse.gmt.modisco.java.Package), JavaPackage.getPackageAccess_Package(), Package.getUsagesInPackageAccess()
Generated:
Model:
opposite="usagesInPackageAccess" required="true" ordered="false"

setPackage

void setPackage(Package value)
Sets the value of the 'Package' reference.

Parameters:
value - the new value of the 'Package' reference.
See Also:
getPackage()
Generated:

getQualifier

PackageAccess getQualifier()
Returns the value of the 'Qualifier' containment reference.

If the meaning of the 'Qualifier' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Qualifier' containment reference.
See Also:
setQualifier(PackageAccess), JavaPackage.getPackageAccess_Qualifier()
Generated:
Model:
containment="true" ordered="false"

setQualifier

void setQualifier(PackageAccess value)
Sets the value of the 'Qualifier' containment reference.

Parameters:
value - the new value of the 'Qualifier' containment reference.
See Also:
getQualifier()
Generated: