public interface ISPerson extends EObject
The following features are supported:
ISFieldOfActivityAnnotationsPackage.getISPerson()| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the value of the 'Name' attribute.
|
ISPersonList |
getParent()
Returns the value of the 'Parent' container reference.
|
EList<ISRole> |
getRoles()
Returns the value of the 'Roles' reference list.
|
void |
setName(String value)
Sets the value of the '
Name' attribute. |
void |
setParent(ISPersonList value)
Sets the value of the '
Parent' container reference. |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverISPersonList getParent()
Persons'.
If the meaning of the 'Parent' container reference isn't clear, there really should be more of a description here...
setParent(ISPersonList),
ISFieldOfActivityAnnotationsPackage.getISPerson_Parent(),
ISPersonList.getPersons()void setParent(ISPersonList value)
Parent' container reference.
value - the new value of the 'Parent' container reference.getParent()EList<ISRole> getRoles()
ISRole.
It is bidirectional and its opposite is 'Person'.
If the meaning of the 'Roles' reference list isn't clear, there really should be more of a description here...
ISFieldOfActivityAnnotationsPackage.getISPerson_Roles(),
ISRole.getPerson()String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
ISFieldOfActivityAnnotationsPackage.getISPerson_Name()