public interface Package
A representation of the model object 'Package'.
The following features are supported:
EmofPackage.getPackage()
Method Summary | |
---|---|
org.eclipse.emf.common.util.EList<Package> |
getNestedPackage()
Returns the value of the 'Nested Package' reference list. |
org.eclipse.emf.common.util.EList<Type> |
getOwnedType()
Returns the value of the 'Owned Type' containment reference list. |
java.lang.String |
getUri()
Returns the value of the 'Uri' attribute. |
void |
setUri(java.lang.String value)
Sets the value of the ' Uri ' attribute. |
Methods inherited from interface org.eclipse.gmt.umlx.emof.NamedElement |
---|
getName, setName |
Methods inherited from interface org.eclipse.gmt.umlx.emof.Element |
---|
getOwnedComment, getTag |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
org.eclipse.emf.common.util.EList<Type> getOwnedType()
Type
.
It is bidirectional and its opposite is 'Package
'.
If the meaning of the 'Owned Type' containment reference list isn't clear, there really should be more of a description here...
EmofPackage.getPackage_OwnedType()
,
Type.getPackage()
org.eclipse.emf.common.util.EList<Package> getNestedPackage()
Package
.
If the meaning of the 'Nested Package' reference list isn't clear, there really should be more of a description here...
EmofPackage.getPackage_NestedPackage()
java.lang.String getUri()
If the meaning of the 'Uri' attribute isn't clear, there really should be more of a description here...
setUri(String)
,
EmofPackage.getPackage_Uri()
void setUri(java.lang.String value)
Uri
' attribute.
value
- the new value of the 'Uri' attribute.getUri()