Package org.eclipse.epf.uma
Interface ContentPackage
- All Superinterfaces:
Element
,org.eclipse.emf.ecore.EObject
,MethodElement
,MethodPackage
,NamedElement
,Namespace
,org.eclipse.emf.common.notify.Notifier
,Package
,PackageableElement
- All Known Implementing Classes:
ContentPackageImpl
public interface ContentPackage extends MethodPackage
A representation of the model object 'Content Package'.
A Content Package is special Method Package that contains Content Elements and Content Elements, only. Examples for Content Element are Artifacts, Tasks, Roles, etc. A key separation of concerns in UMA is the distinction between Method Content and Process. This separation is enforced by special package types, which do not allow the mixing of method content with processes.
The following features are supported:
- See Also:
UmaPackage.getContentPackage()
-
Method Summary
Modifier and Type Method Description org.eclipse.emf.common.util.EList<ContentElement>
getContentElements()
Returns the value of the 'Content Elements' containment reference list.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.epf.uma.MethodElement
getBriefDescription, getGuid, getKind, getMethodElementProperty, getOrderingGuide, getOwnedRules, getPresentationName, getSuppressed, setBriefDescription, setGuid, setOrderingGuide, setPresentationName, setSuppressed
Methods inherited from interface org.eclipse.epf.uma.MethodPackage
getChildPackages, getGlobal, getReusedPackages, setGlobal
Methods inherited from interface org.eclipse.epf.uma.NamedElement
getName, setName
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getContentElements
org.eclipse.emf.common.util.EList<ContentElement> getContentElements()Returns the value of the 'Content Elements' containment reference list. The list contents are of typeContentElement
.- Returns:
- the value of the 'Content Elements' containment reference list.
- See Also:
UmaPackage.getContentPackage_ContentElements()
-