org.eclipse.gmt.umlx.emof
Interface Package

All Superinterfaces:
Element, org.eclipse.emf.ecore.EObject, NamedElement, org.eclipse.emf.common.notify.Notifier, Object
All Known Subinterfaces:
Library, Module, OperationalTransformation, RelationalTransformation, Transformation

public interface Package
extends NamedElement

A representation of the model object 'Package'.

The following features are supported:

See Also:
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

getOwnedType

org.eclipse.emf.common.util.EList<Type> getOwnedType()
Returns the value of the 'Owned Type' containment reference list. The list contents are of type 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...

Returns:
the value of the 'Owned Type' containment reference list.
See Also:
EmofPackage.getPackage_OwnedType(), Type.getPackage()

getNestedPackage

org.eclipse.emf.common.util.EList<Package> getNestedPackage()
Returns the value of the 'Nested Package' reference list. The list contents are of type Package.

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

Returns:
the value of the 'Nested Package' reference list.
See Also:
EmofPackage.getPackage_NestedPackage()

getUri

java.lang.String getUri()
Returns the value of the 'Uri' attribute.

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

Returns:
the value of the 'Uri' attribute.
See Also:
setUri(String), EmofPackage.getPackage_Uri()

setUri

void setUri(java.lang.String value)
Sets the value of the 'Uri' attribute.

Parameters:
value - the new value of the 'Uri' attribute.
See Also:
getUri()