public interface PackageCS extends PackageOwnerCS, NamespaceCS
The following features are supported:
BaseCSPackage.getPackageCS()
Modifier and Type | Method and Description |
---|---|
String |
getNsPrefix()
Returns the value of the 'Ns Prefix' attribute.
|
String |
getNsURI()
Returns the value of the 'Ns URI' attribute.
|
<any> |
getOwnedClasses()
Returns the value of the 'Owned Classes' containment reference list.
|
void |
setNsPrefix(String value)
Sets the value of the '
Ns Prefix ' attribute. |
void |
setNsURI(String value)
Sets the value of the '
Ns URI ' attribute. |
getOwnedPackages
getName, setName
getOriginalXmiId, getOwnedAnnotations, setOriginalXmiId
getPivot, setPivot
accept, getCsi, getDescription, getParent, setCsi
eClass
resetPivot
<any> getOwnedClasses()
ClassCS
.
It is bidirectional and its opposite is 'Owning Package
'.
If the meaning of the 'Owned Classes' containment reference list isn't clear, there really should be more of a description here...
BaseCSPackage.getPackageCS_OwnedClasses()
,
ClassCS.getOwningPackage()
String getNsPrefix()
If the meaning of the 'Ns Prefix' attribute isn't clear, there really should be more of a description here...
setNsPrefix(String)
,
BaseCSPackage.getPackageCS_NsPrefix()
void setNsPrefix(String value)
Ns Prefix
' attribute.
value
- the new value of the 'Ns Prefix' attribute.getNsPrefix()
String getNsURI()
If the meaning of the 'Ns URI' attribute isn't clear, there really should be more of a description here...
setNsURI(String)
,
BaseCSPackage.getPackageCS_NsURI()
void setNsURI(String value)
Ns URI
' attribute.
value
- the new value of the 'Ns URI' attribute.getNsURI()
Copyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.