Package org.eclipse.epf.uma
Interface ActivityDescription
- All Superinterfaces:
BreakdownElementDescription
,ContentDescription
,Element
,org.eclipse.emf.ecore.EObject
,MethodElement
,MethodUnit
,NamedElement
,org.eclipse.emf.common.notify.Notifier
,PackageableElement
- All Known Subinterfaces:
DeliveryProcessDescription
,ProcessDescription
- All Known Implementing Classes:
ActivityDescriptionImpl
,DeliveryProcessDescriptionImpl
,ProcessDescriptionImpl
public interface ActivityDescription extends BreakdownElementDescription
A representation of the model object 'Activity Description'.
The following features are supported:
- See Also:
UmaPackage.getActivityDescription()
-
Method Summary
Modifier and Type Method Description java.lang.String
getAlternatives()
Returns the value of the 'Alternatives' attribute.java.lang.String
getHowtoStaff()
Returns the value of the 'Howto Staff' attribute.java.lang.String
getPurpose()
Returns the value of the 'Purpose' attribute.void
setAlternatives(java.lang.String value)
Sets the value of the 'Alternatives
' attribute.void
setHowtoStaff(java.lang.String value)
Sets the value of the 'Howto Staff
' attribute.void
setPurpose(java.lang.String value)
Sets the value of the 'Purpose
' attribute.Methods inherited from interface org.eclipse.epf.uma.BreakdownElementDescription
getUsageGuidance, setUsageGuidance
Methods inherited from interface org.eclipse.epf.uma.ContentDescription
getExternalId, getKeyConsiderations, getLongPresentationName, getMainDescription, getSections, setExternalId, setKeyConsiderations, setLongPresentationName, setMainDescription
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.MethodUnit
getAuthors, getChangeDate, getChangeDescription, getCopyrightStatement, getVersion, setAuthors, setChangeDate, setChangeDescription, setCopyrightStatement, setVersion
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
-
getPurpose
java.lang.String getPurpose()Returns the value of the 'Purpose' attribute. The default value is""
. Summarizes the main reason for performing this Activity, describes what the activity as a whole is intended to achieve.- Returns:
- the value of the 'Purpose' attribute.
- See Also:
setPurpose(String)
,UmaPackage.getActivityDescription_Purpose()
-
setPurpose
void setPurpose(java.lang.String value)Sets the value of the 'Purpose
' attribute.- Parameters:
value
- the new value of the 'Purpose' attribute.- See Also:
getPurpose()
-
getAlternatives
java.lang.String getAlternatives()Returns the value of the 'Alternatives' attribute. The default value is""
. Comprises of summaries describing important exceptional and non-standard ways of doing the work of this Activity not covered by the Activity's Tasks.- Returns:
- the value of the 'Alternatives' attribute.
- See Also:
setAlternatives(String)
,UmaPackage.getActivityDescription_Alternatives()
-
setAlternatives
void setAlternatives(java.lang.String value)Sets the value of the 'Alternatives
' attribute.- Parameters:
value
- the new value of the 'Alternatives' attribute.- See Also:
getAlternatives()
-
getHowtoStaff
java.lang.String getHowtoStaff()Returns the value of the 'Howto Staff' attribute. The default value is""
. Provides background on who should be involved in this activity what are the required skills, experience, and perhaps attitudes.- Returns:
- the value of the 'Howto Staff' attribute.
- See Also:
setHowtoStaff(String)
,UmaPackage.getActivityDescription_HowtoStaff()
-
setHowtoStaff
void setHowtoStaff(java.lang.String value)Sets the value of the 'Howto Staff
' attribute.- Parameters:
value
- the new value of the 'Howto Staff' attribute.- See Also:
getHowtoStaff()
-