| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
city
The cached value of the '
City' attribute. |
protected static java.lang.String |
CITY_EDEFAULT
The default value of the '
City' attribute. |
protected ContextType |
context
The cached value of the '
Context' attribute. |
protected static ContextType |
CONTEXT_EDEFAULT
The default value of the '
Context' attribute. |
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 java.lang.String |
number
The cached value of the '
Number' attribute. |
protected static java.lang.String |
NUMBER_EDEFAULT
The default value of the '
Number' attribute. |
protected java.lang.String |
street
The cached value of the '
Street' attribute. |
protected static java.lang.String |
STREET_EDEFAULT
The default value of the '
Street' attribute. |
protected java.lang.String |
zip
The cached value of the '
Zip' attribute. |
protected static java.lang.String |
ZIP_EDEFAULT
The default value of the '
Zip' attribute. |
| Modifier | Constructor and Description |
|---|---|
protected |
AddressImpl() |
| 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 |
getCity() |
ContextType |
getContext() |
java.lang.String |
getId() |
java.lang.String |
getNumber() |
java.lang.String |
getStreet() |
java.lang.String |
getZip() |
void |
setCity(java.lang.String newCity) |
void |
setContext(ContextType newContext) |
void |
setId(java.lang.String newId) |
void |
setNumber(java.lang.String newNumber) |
void |
setStreet(java.lang.String newStreet) |
void |
setZip(java.lang.String newZip) |
java.lang.String |
toString() |
protected static final java.lang.String ID_EDEFAULT
Id' attribute.
getId()protected static final java.lang.String STREET_EDEFAULT
Street' attribute.
getStreet()protected java.lang.String street
Street' attribute.
getStreet()protected static final java.lang.String CITY_EDEFAULT
City' attribute.
getCity()protected static final java.lang.String ZIP_EDEFAULT
Zip' attribute.
getZip()protected static final java.lang.String NUMBER_EDEFAULT
Number' attribute.
getNumber()protected java.lang.String number
Number' attribute.
getNumber()protected static final ContextType CONTEXT_EDEFAULT
Context' attribute.
getContext()protected ContextType context
Context' attribute.
getContext()protected EClass eStaticClass()
public java.lang.String getId()
getId in interface AddressAddress.setId(String),
RSATestPackage.getAddress_Id()public void setId(java.lang.String newId)
setId in interface AddressnewId - the new value of the 'Id' attribute.Address.getId()public java.lang.String getStreet()
getStreet in interface AddressAddress.setStreet(String),
RSATestPackage.getAddress_Street()public void setStreet(java.lang.String newStreet)
setStreet in interface AddressnewStreet - the new value of the 'Street' attribute.Address.getStreet()public java.lang.String getCity()
getCity in interface AddressAddress.setCity(String),
RSATestPackage.getAddress_City()public void setCity(java.lang.String newCity)
setCity in interface AddressnewCity - the new value of the 'City' attribute.Address.getCity()public java.lang.String getZip()
getZip in interface AddressAddress.setZip(String),
RSATestPackage.getAddress_Zip()public void setZip(java.lang.String newZip)
setZip in interface AddressnewZip - the new value of the 'Zip' attribute.Address.getZip()public java.lang.String getNumber()
getNumber in interface AddressAddress.setNumber(String),
RSATestPackage.getAddress_Number()public void setNumber(java.lang.String newNumber)
setNumber in interface AddressnewNumber - the new value of the 'Number' attribute.Address.getNumber()public ContextType getContext()
getContext in interface AddressContextType,
Address.setContext(ContextType),
RSATestPackage.getAddress_Context()public void setContext(ContextType newContext)
setContext in interface AddressnewContext - the new value of the 'Context' attribute.ContextType,
Address.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