public class EmployeeInfoImpl extends MinimalEObjectImpl.Container implements EmployeeInfo
The following features are implemented:
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
position
The cached value of the '
Position' attribute. |
protected static java.lang.String |
POSITION_EDEFAULT
The default value of the '
Position' attribute. |
| Modifier | Constructor and Description |
|---|---|
protected |
EmployeeInfoImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
java.lang.Object newValue) |
protected EClass |
eStaticClass() |
void |
eUnset(int featureID) |
java.lang.String |
getPosition() |
void |
setPosition(java.lang.String newPosition) |
java.lang.String |
toString() |
protected static final java.lang.String POSITION_EDEFAULT
Position' attribute.
getPosition()protected java.lang.String position
Position' attribute.
getPosition()protected EClass eStaticClass()
public java.lang.String getPosition()
getPosition in interface EmployeeInfoEmployeeInfo.setPosition(String),
TestPackage.getEmployeeInfo_Position()public void setPosition(java.lang.String newPosition)
setPosition in interface EmployeeInfonewPosition - the new value of the 'Position' attribute.EmployeeInfo.getPosition()public java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
public void eSet(int featureID,
java.lang.Object newValue)
public void eUnset(int featureID)
public boolean eIsSet(int featureID)
public java.lang.String toString()
Data In Motion Consulting GmbH