public class ContactImpl extends MinimalEObjectImpl.Container implements Contact
| Modifier and Type | Field and Description |
|---|---|
protected ContactContextType |
context
The cached value of the '
Context' attribute. |
protected static ContactContextType |
CONTEXT_EDEFAULT
The default value of the '
Context' attribute. |
protected ContactType |
type
The cached value of the '
Type' attribute. |
protected static ContactType |
TYPE_EDEFAULT
The default value of the '
Type' attribute. |
protected java.lang.String |
value
The cached value of the '
Value' attribute. |
protected static java.lang.String |
VALUE_EDEFAULT
The default value of the '
Value' attribute. |
| Modifier | Constructor and Description |
|---|---|
protected |
ContactImpl() |
| 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) |
ContactContextType |
getContext() |
ContactType |
getType() |
java.lang.String |
getValue() |
void |
setContext(ContactContextType newContext) |
void |
setType(ContactType newType) |
void |
setValue(java.lang.String newValue) |
java.lang.String |
toString() |
protected static final ContactType TYPE_EDEFAULT
Type' attribute.
getType()protected ContactType type
Type' attribute.
getType()protected static final java.lang.String VALUE_EDEFAULT
Value' attribute.
getValue()protected java.lang.String value
Value' attribute.
getValue()protected static final ContactContextType CONTEXT_EDEFAULT
Context' attribute.
getContext()protected ContactContextType context
Context' attribute.
getContext()protected EClass eStaticClass()
public ContactType getType()
getType in interface ContactContactType,
Contact.setType(ContactType),
TestPackage.getContact_Type()public void setType(ContactType newType)
setType in interface ContactnewType - the new value of the 'Type' attribute.ContactType,
Contact.getType()public java.lang.String getValue()
getValue in interface ContactContact.setValue(String),
TestPackage.getContact_Value()public void setValue(java.lang.String newValue)
setValue in interface ContactnewValue - the new value of the 'Value' attribute.Contact.getValue()public ContactContextType getContext()
getContext in interface ContactContactContextType,
Contact.setContext(ContactContextType),
TestPackage.getContact_Context()public void setContext(ContactContextType newContext)
setContext in interface ContactnewContext - the new value of the 'Context' attribute.ContactContextType,
Contact.getContext()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