public interface Person extends EObject
The following features are supported:
FieldofactivityannotationsPackage.getPerson()
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the value of the 'Name' attribute.
|
PersonList |
getParent()
Returns the value of the 'Parent' container reference.
|
EList<Role> |
getRoles()
Returns the value of the 'Roles' reference list.
|
void |
setName(String value)
Sets the value of the '
Name ' attribute. |
void |
setParent(PersonList 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
PersonList getParent()
Persons
'.
If the meaning of the 'Parent' container reference isn't clear, there really should be more of a description here...
setParent(PersonList)
,
FieldofactivityannotationsPackage.getPerson_Parent()
,
PersonList.getPersons()
void setParent(PersonList value)
Parent
' container reference.
value
- the new value of the 'Parent' container reference.getParent()
EList<Role> getRoles()
Role
.
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...
FieldofactivityannotationsPackage.getPerson_Roles()
,
Role.getPerson()
String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
FieldofactivityannotationsPackage.getPerson_Name()