public class PersonObjectImpl extends MinimalEObjectImpl.Container implements PersonObject
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
id
The cached value of the '
Id' attribute. |
protected static java.lang.String |
ID_EDEFAULT
The default value of the '
Id' attribute. |
protected EClass |
type
The cached value of the '
Type' reference. |
| Modifier | Constructor and Description |
|---|---|
protected |
PersonObjectImpl() |
| Modifier and Type | Method and Description |
|---|---|
EClass |
basicGetType() |
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 |
getId() |
EClass |
getType() |
void |
setId(java.lang.String newId) |
void |
setType(EClass newType) |
java.lang.String |
toString() |
protected static final java.lang.String ID_EDEFAULT
Id' attribute.
getId()protected EClass eStaticClass()
public EClass getType()
getType in interface PersonObjectPersonObject.setType(EClass),
TestPackage.getPersonObject_Type()public EClass basicGetType()
public void setType(EClass newType)
setType in interface PersonObjectnewType - the new value of the 'Type' reference.PersonObject.getType()public java.lang.String getId()
getId in interface PersonObjectPersonObject.setId(String),
TestPackage.getPersonObject_Id()public void setId(java.lang.String newId)
setId in interface PersonObjectnewId - the new value of the 'Id' attribute.PersonObject.getId()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