public interface ISRole extends EObject
The following features are supported:
ISFieldOfActivityAnnotationsPackage.getISRole()
Modifier and Type | Method and Description |
---|---|
EList<org.palladiosimulator.pcm.repository.RepositoryComponent> |
getComponents()
Returns the value of the 'Components' reference list.
|
String |
getDescription()
Returns the value of the 'Description' attribute.
|
ISRoleList |
getParent()
Returns the value of the 'Parent' container reference.
|
EList<ISPerson> |
getPerson()
Returns the value of the 'Person' reference list.
|
void |
setDescription(String value)
Sets the value of the '
Description ' attribute. |
void |
setParent(ISRoleList 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
ISRoleList getParent()
Roles
'.
If the meaning of the 'Parent' container reference isn't clear, there really should be more of a description here...
setParent(ISRoleList)
,
ISFieldOfActivityAnnotationsPackage.getISRole_Parent()
,
ISRoleList.getRoles()
void setParent(ISRoleList value)
Parent
' container reference.
value
- the new value of the 'Parent' container reference.getParent()
EList<ISPerson> getPerson()
ISPerson
.
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...
ISFieldOfActivityAnnotationsPackage.getISRole_Person()
,
ISPerson.getRoles()
String getDescription()
If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
setDescription(String)
,
ISFieldOfActivityAnnotationsPackage.getISRole_Description()
void setDescription(String value)
Description
' attribute.
value
- the new value of the 'Description' attribute.getDescription()
EList<org.palladiosimulator.pcm.repository.RepositoryComponent> getComponents()
RepositoryComponent
.
If the meaning of the 'Components' reference list isn't clear, there really should be more of a description here...
ISFieldOfActivityAnnotationsPackage.getISRole_Components()