org.eclipse.emf.ecp.test.university
Interface Staff

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
StaffImpl

public interface Staff
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Staff'.

The following features are supported:

See Also:
UniversityPackage.getStaff()

Method Summary
 org.eclipse.emf.common.util.EList<Assistant> getAssistants()
          Returns the value of the 'Assistants' containment reference list.
 org.eclipse.emf.common.util.EList<Professor> getProfessors()
          Returns the value of the 'Professors' containment reference list.
 org.eclipse.emf.ecore.util.FeatureMap getStaff()
          Returns the value of the 'Staff' attribute list.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getProfessors

org.eclipse.emf.common.util.EList<Professor> getProfessors()
Returns the value of the 'Professors' containment reference list. The list contents are of type Professor.

If the meaning of the 'Professors' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Professors' containment reference list.
See Also:
UniversityPackage.getStaff_Professors()

getAssistants

org.eclipse.emf.common.util.EList<Assistant> getAssistants()
Returns the value of the 'Assistants' containment reference list. The list contents are of type Assistant.

If the meaning of the 'Assistants' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Assistants' containment reference list.
See Also:
UniversityPackage.getStaff_Assistants()

getStaff

org.eclipse.emf.ecore.util.FeatureMap getStaff()
Returns the value of the 'Staff' attribute list. The list contents are of type FeatureMap.Entry.

If the meaning of the 'Staff' attribute list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Staff' attribute list.
See Also:
UniversityPackage.getStaff_Staff()


Copyright © 2015. All Rights Reserved.