public interface PersonList extends EObject
The following features are supported:
FieldofactivityannotationsPackage.getPersonList()| Modifier and Type | Method and Description |
|---|---|
StaffSpecification |
getParent()
Returns the value of the 'Parent' container reference.
|
EList<Person> |
getPersons()
Returns the value of the 'Persons' containment reference list.
|
void |
setParent(StaffSpecification 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, eSetDeliverStaffSpecification getParent()
Person List'.
If the meaning of the 'Parent' container reference isn't clear, there really should be more of a description here...
setParent(StaffSpecification),
FieldofactivityannotationsPackage.getPersonList_Parent(),
StaffSpecification.getPersonList()void setParent(StaffSpecification value)
Parent' container reference.
value - the new value of the 'Parent' container reference.getParent()EList<Person> getPersons()
Person.
It is bidirectional and its opposite is 'Parent'.
If the meaning of the 'Persons' containment reference list isn't clear, there really should be more of a description here...
FieldofactivityannotationsPackage.getPersonList_Persons(),
Person.getParent()