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 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()