public interface Package extends NamedElement
The following features are supported:
JavaPackage.getPackage()| Modifier and Type | Method and Description |
|---|---|
Model |
getModel()
Returns the value of the 'Model' container reference.
|
|
getOwnedElements()
Returns the value of the 'Owned Elements' containment reference list.
|
|
getOwnedPackages()
Returns the value of the 'Owned Packages' containment reference list.
|
Package |
getPackage()
Returns the value of the 'Package' container reference.
|
|
getUsagesInPackageAccess()
Returns the value of the 'Usages In Package Access' reference list.
|
void |
setModel(Model value)
Sets the value of the '
Model' container reference. |
void |
setPackage(Package value)
Sets the value of the '
Package' container reference. |
getName, getUsagesInImports, isProxy, setName, setProxygetComments, getOriginalClassFile, getOriginalCompilationUnit, setOriginalClassFile, setOriginalCompilationUnitgetOwnedElements()
AbstractTypeDeclaration.
It is bidirectional and its opposite is 'Package'.
If the meaning of the 'Owned Elements' containment reference list isn't clear, there really should be more of a description here...
JavaPackage.getPackage_OwnedElements(),
AbstractTypeDeclaration.getPackage()Model getModel()
Owned Elements'.
If the meaning of the 'Model' container reference isn't clear, there really should be more of a description here...
setModel(Model),
JavaPackage.getPackage_Model(),
Model.getOwnedElements()void setModel(Model value)
Model' container reference.
value - the new value of the 'Model' container reference.getModel()getOwnedPackages()
Package.
It is bidirectional and its opposite is 'Package'.
If the meaning of the 'Owned Packages' containment reference list isn't clear, there really should be more of a description here...
JavaPackage.getPackage_OwnedPackages(),
getPackage()Package getPackage()
Owned Packages'.
If the meaning of the 'Package' container reference isn't clear, there really should be more of a description here...
setPackage(Package),
JavaPackage.getPackage_Package(),
getOwnedPackages()void setPackage(Package value)
Package' container reference.
value - the new value of the 'Package' container reference.getPackage()getUsagesInPackageAccess()
PackageAccess.
It is bidirectional and its opposite is 'Package'.
If the meaning of the 'Usages In Package Access' reference list isn't clear, there really should be more of a description here...
JavaPackage.getPackage_UsagesInPackageAccess(),
PackageAccess.getPackage()