Package org.eclipse.epf.uma
Interface FulfillableElement
- All Superinterfaces:
Classifier,DescribableElement,Element,org.eclipse.emf.ecore.EObject,MethodElement,NamedElement,org.eclipse.emf.common.notify.Notifier,PackageableElement,Type
- All Known Subinterfaces:
Activity,Artifact,CapabilityPattern,Deliverable,DeliveryProcess,Iteration,Outcome,Phase,Process,ProcessPlanningTemplate,Role,WorkProduct
- All Known Implementing Classes:
ActivityImpl,ArtifactImpl,CapabilityPatternImpl,DeliverableImpl,DeliveryProcessImpl,FulfillableElementImpl,IterationImpl,OutcomeImpl,PhaseImpl,ProcessImpl,ProcessPlanningTemplateImpl,RoleImpl,WorkProductImpl
public interface FulfillableElement extends DescribableElement
A representation of the model object 'Fulfillable Element'.
The following features are supported:
- See Also:
UmaPackage.getFulfillableElement()
-
Method Summary
Modifier and Type Method Description org.eclipse.emf.common.util.EList<FulfillableElement>getFulfills()Returns the value of the 'Fulfills' reference list.Methods inherited from interface org.eclipse.epf.uma.Classifier
getIsAbstract, setIsAbstractMethods inherited from interface org.eclipse.epf.uma.DescribableElement
getNodeicon, getPresentation, getShapeicon, setNodeicon, setPresentation, setShapeiconMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.epf.uma.MethodElement
getBriefDescription, getGuid, getKind, getMethodElementProperty, getOrderingGuide, getOwnedRules, getPresentationName, getSuppressed, setBriefDescription, setGuid, setOrderingGuide, setPresentationName, setSuppressedMethods inherited from interface org.eclipse.epf.uma.NamedElement
getName, setNameMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getFulfills
org.eclipse.emf.common.util.EList<FulfillableElement> getFulfills()Returns the value of the 'Fulfills' reference list. The list contents are of typeFulfillableElement.- Returns:
- the value of the 'Fulfills' reference list.
- See Also:
UmaPackage.getFulfillableElement_Fulfills()
-