org.eclipse.emf.examples.extlibrary
Interface Employee

All Superinterfaces:
Addressable, EObject, Notifier, Person
All Known Implementing Classes:
EmployeeImpl

public interface Employee
extends Person

A representation of the model object 'Employee'.

The following features are supported:

See Also:
EXTLibraryPackage.getEmployee()

Method Summary
 Employee getManager()
          Returns the value of the 'Manager' reference
 void setManager(Employee value)
          Sets the value of the 'Manager' reference
 
Methods inherited from interface org.eclipse.emf.examples.extlibrary.Person
getFirstName, getLastName, setFirstName, setLastName
 
Methods inherited from interface org.eclipse.emf.examples.extlibrary.Addressable
getAddress, setAddress
 
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

getManager

Employee getManager()
Returns the value of the 'Manager' reference.

Returns:
the value of the 'Manager' reference.
See Also:
setManager(Employee), EXTLibraryPackage.getEmployee_Manager()

setManager

void setManager(Employee value)
Sets the value of the 'Manager' reference.

Parameters:
value - the new value of the 'Manager' reference.
See Also:
getManager()

Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.