blob: f53e8199ed9ad5b3f59bea966e5ed0e61b025b03 [file] [log] [blame]
/**
* <copyright>
* </copyright>
*
* $Id: RoleDescriptor.java,v 1.1 2006/05/01 19:49:59 jthario Exp $
*/
package org.eclipse.epf.xml.uma;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.util.FeatureMap;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Role Descriptor</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* A special Descriptor that represents a Role in the context of one specific Activity. Every breakdown structure can define different relationships of Role Descriptors to Task Descriptors and Work Product Descriptors. Therefore one Role can be represented by many Role Descriptors each within the context of an Activity with its own set of relationships.
* <!-- end-model-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.epf.xml.uma.RoleDescriptor#getRole <em>Role</em>}</li>
* <li>{@link org.eclipse.epf.xml.uma.RoleDescriptor#getResponsibleFor <em>Responsible For</em>}</li>
* <li>{@link org.eclipse.epf.xml.uma.RoleDescriptor#getGroup1 <em>Group1</em>}</li>
* <li>{@link org.eclipse.epf.xml.uma.RoleDescriptor#getAssistsIn <em>Assists In</em>}</li>
* <li>{@link org.eclipse.epf.xml.uma.RoleDescriptor#getPerformsAdditionally <em>Performs Additionally</em>}</li>
* <li>{@link org.eclipse.epf.xml.uma.RoleDescriptor#getPerformsAsOwner <em>Performs As Owner</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.epf.xml.uma.UmaPackage#getRoleDescriptor()
* @model extendedMetaData="name='RoleDescriptor' kind='elementOnly'"
* @generated
*/
public interface RoleDescriptor extends Descriptor {
/**
* Returns the value of the '<em><b>Role</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Role</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Role</em>' attribute.
* @see #setRole(String)
* @see org.eclipse.epf.xml.uma.UmaPackage#getRoleDescriptor_Role()
* @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
* extendedMetaData="kind='element' name='Role'"
* @generated
*/
String getRole();
/**
* Sets the value of the '{@link org.eclipse.epf.xml.uma.RoleDescriptor#getRole <em>Role</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Role</em>' attribute.
* @see #getRole()
* @generated
*/
void setRole(String value);
/**
* Returns the value of the '<em><b>Responsible For</b></em>' attribute list.
* The list contents are of type {@link java.lang.String}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Responsible For</em>' attribute list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Responsible For</em>' attribute list.
* @see org.eclipse.epf.xml.uma.UmaPackage#getRoleDescriptor_ResponsibleFor()
* @model type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
* extendedMetaData="kind='element' name='ResponsibleFor'"
* @generated
*/
EList getResponsibleFor();
/**
* Returns the value of the '<em><b>Group1</b></em>' attribute list.
* The list contents are of type {@link org.eclipse.emf.ecore.util.FeatureMap.Entry}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Group1</em>' attribute list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Group1</em>' attribute list.
* @see org.eclipse.epf.xml.uma.UmaPackage#getRoleDescriptor_Group1()
* @model unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry" many="true"
* extendedMetaData="kind='group' name='group:22'"
* @generated
*/
FeatureMap getGroup1();
/**
* Returns the value of the '<em><b>Assists In</b></em>' attribute list.
* The list contents are of type {@link java.lang.String}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Assists In</em>' attribute list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Assists In</em>' attribute list.
* @see org.eclipse.epf.xml.uma.UmaPackage#getRoleDescriptor_AssistsIn()
* @model type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" transient="true" volatile="true" derived="true"
* extendedMetaData="kind='element' name='AssistsIn' group='#group:22'"
* @generated
*/
EList getAssistsIn();
/**
* Returns the value of the '<em><b>Performs Additionally</b></em>' attribute list.
* The list contents are of type {@link java.lang.String}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Performs Additionally</em>' attribute list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Performs Additionally</em>' attribute list.
* @see org.eclipse.epf.xml.uma.UmaPackage#getRoleDescriptor_PerformsAdditionally()
* @model type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" transient="true" volatile="true" derived="true"
* extendedMetaData="kind='element' name='PerformsAdditionally' group='#group:22'"
* @generated
*/
EList getPerformsAdditionally();
/**
* Returns the value of the '<em><b>Performs As Owner</b></em>' attribute list.
* The list contents are of type {@link java.lang.String}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Performs As Owner</em>' attribute list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Performs As Owner</em>' attribute list.
* @see org.eclipse.epf.xml.uma.UmaPackage#getRoleDescriptor_PerformsAsOwner()
* @model type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" transient="true" volatile="true" derived="true"
* extendedMetaData="kind='element' name='PerformsAsOwner' group='#group:22'"
* @generated
*/
EList getPerformsAsOwner();
} // RoleDescriptor