public interface Role extends EObject
The following features are supported:
FieldofactivityannotationsPackage.getRole()
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Returns the value of the 'Description' attribute.
|
RoleList |
getParent()
Returns the value of the 'Parent' container reference.
|
EList<Person> |
getPerson()
Returns the value of the 'Person' reference list.
|
void |
setDescription(String value)
Sets the value of the '
Description ' attribute. |
void |
setParent(RoleList value)
Sets the value of the '
Parent ' container reference. |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
RoleList getParent()
Roles
'.
If the meaning of the 'Parent' container reference isn't clear, there really should be more of a description here...
setParent(RoleList)
,
FieldofactivityannotationsPackage.getRole_Parent()
,
RoleList.getRoles()
void setParent(RoleList value)
Parent
' container reference.
value
- the new value of the 'Parent' container reference.getParent()
EList<Person> getPerson()
Person
.
It is bidirectional and its opposite is 'Roles
'.
If the meaning of the 'Person' reference list isn't clear, there really should be more of a description here...
FieldofactivityannotationsPackage.getRole_Person()
,
Person.getRoles()
String getDescription()
If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
setDescription(String)
,
FieldofactivityannotationsPackage.getRole_Description()
void setDescription(String value)
Description
' attribute.
value
- the new value of the 'Description' attribute.getDescription()