Package org.eclipse.epf.uma
Interface RoleDescription
- All Superinterfaces:
ContentDescription
,Element
,org.eclipse.emf.ecore.EObject
,MethodElement
,MethodUnit
,NamedElement
,org.eclipse.emf.common.notify.Notifier
,PackageableElement
- All Known Implementing Classes:
RoleDescriptionImpl
public interface RoleDescription extends ContentDescription
A representation of the model object 'Role Description'.
The following features are supported:
- See Also:
UmaPackage.getRoleDescription()
-
Method Summary
Modifier and Type Method Description java.lang.String
getAssignmentApproaches()
Returns the value of the 'Assignment Approaches' attribute.java.lang.String
getSkills()
Returns the value of the 'Skills' attribute.java.lang.String
getSynonyms()
Returns the value of the 'Synonyms' attribute.void
setAssignmentApproaches(java.lang.String value)
Sets the value of the 'Assignment Approaches
' attribute.void
setSkills(java.lang.String value)
Sets the value of the 'Skills
' attribute.void
setSynonyms(java.lang.String value)
Sets the value of the 'Synonyms
' attribute.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
-
getSkills
java.lang.String getSkills()Returns the value of the 'Skills' attribute. The default value is""
. Lists of set of required skills a person needs to possess to fulfill that Role.- Returns:
- the value of the 'Skills' attribute.
- See Also:
setSkills(String)
,UmaPackage.getRoleDescription_Skills()
-
setSkills
void setSkills(java.lang.String value)Sets the value of the 'Skills
' attribute.- Parameters:
value
- the new value of the 'Skills' attribute.- See Also:
getSkills()
-
getAssignmentApproaches
java.lang.String getAssignmentApproaches()Returns the value of the 'Assignment Approaches' attribute. The default value is""
. Provides guidance on for assigning individuals to the Role in terms of what other roles these individuals could perform and what responsibility different individuals assigned to this role might have. The guidance can also describe different assignment approaches for different types of projects, e.g. for large versus small teams where individuals could be allocated to roles full time versus sharing roles within the team.- Returns:
- the value of the 'Assignment Approaches' attribute.
- See Also:
setAssignmentApproaches(String)
,UmaPackage.getRoleDescription_AssignmentApproaches()
-
setAssignmentApproaches
void setAssignmentApproaches(java.lang.String value)Sets the value of the 'Assignment Approaches
' attribute.- Parameters:
value
- the new value of the 'Assignment Approaches' attribute.- See Also:
getAssignmentApproaches()
-
getSynonyms
java.lang.String getSynonyms()Returns the value of the 'Synonyms' attribute. The default value is""
. Lists synonyms, i.e. other names the Role might be referred by. Tool support for the meta-model might support that a Role name can be consistently be replaced with one of its synonyms throught a Process.- Returns:
- the value of the 'Synonyms' attribute.
- See Also:
setSynonyms(String)
,UmaPackage.getRoleDescription_Synonyms()
-
setSynonyms
void setSynonyms(java.lang.String value)Sets the value of the 'Synonyms
' attribute.- Parameters:
value
- the new value of the 'Synonyms' attribute.- See Also:
getSynonyms()
-