|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.EObjectImpl
org.eclipse.emf.test.models.ppo.impl.USAddressImpl
public class USAddressImpl
An implementation of the model object 'US Address'.
The following features are implemented:
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
|---|
BasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImpl |
| Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
|---|
BasicNotifierImpl.EAdapterList<E extends java.lang.Object & Adapter>, BasicNotifierImpl.EObservableAdapterList |
| Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject |
|---|
InternalEObject.EStore |
| Field Summary | |
|---|---|
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 java.lang.String |
country
The cached value of the ' Country' attribute |
protected static java.lang.String |
COUNTRY_EDEFAULT
The default value of the ' Country' attribute |
protected java.lang.String |
name
The cached value of the ' Name' attribute |
protected static java.lang.String |
NAME_EDEFAULT
The default value of the ' Name' attribute |
protected java.lang.String |
state
The cached value of the ' State' attribute |
protected static java.lang.String |
STATE_EDEFAULT
The default value of the ' State' 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 int |
zip
The cached value of the ' Zip' attribute |
protected static int |
ZIP_EDEFAULT
The default value of the ' Zip' attribute |
| Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
|---|
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY |
| Fields inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
|---|
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET |
| Fields inherited from interface org.eclipse.emf.ecore.InternalEObject |
|---|
EOPPOSITE_FEATURE_BASE |
| Constructor Summary | |
|---|---|
protected |
USAddressImpl()
|
| Method Summary | |
|---|---|
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()
|
java.lang.String |
getCountry()
|
java.lang.String |
getName()
|
java.lang.String |
getState()
|
java.lang.String |
getStreet()
|
int |
getZip()
|
boolean |
hasUSState(DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
|
void |
setCity(java.lang.String newCity)
|
void |
setName(java.lang.String newName)
|
void |
setState(java.lang.String newState)
|
void |
setStreet(java.lang.String newStreet)
|
void |
setZip(int newZip)
|
java.lang.String |
toString()
|
| Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
|---|
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI |
| Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
|---|
eBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotify |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| 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 |
| Methods inherited from interface org.eclipse.emf.ecore.InternalEObject |
|---|
eNotificationRequired |
| Field Detail |
|---|
protected static final java.lang.String NAME_EDEFAULT
Name' attribute.
getName()protected java.lang.String name
Name' attribute.
getName()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 java.lang.String city
City' attribute.
getCity()protected static final java.lang.String STATE_EDEFAULT
State' attribute.
getState()protected java.lang.String state
State' attribute.
getState()protected static final int ZIP_EDEFAULT
Zip' attribute.
getZip(),
Constant Field Valuesprotected int zip
Zip' attribute.
getZip()protected static final java.lang.String COUNTRY_EDEFAULT
Country' attribute.
getCountry(),
Constant Field Valuesprotected java.lang.String country
Country' attribute.
getCountry()| Constructor Detail |
|---|
protected USAddressImpl()
| Method Detail |
|---|
protected EClass eStaticClass()
eStaticClass in class EObjectImplpublic java.lang.String getName()
getName in interface USAddressUSAddress.setName(String),
PPOPackage.getUSAddress_Name()public void setName(java.lang.String newName)
setName in interface USAddressnewName - the new value of the 'Name' attribute.USAddress.getName()public java.lang.String getStreet()
getStreet in interface USAddressUSAddress.setStreet(String),
PPOPackage.getUSAddress_Street()public void setStreet(java.lang.String newStreet)
setStreet in interface USAddressnewStreet - the new value of the 'Street' attribute.USAddress.getStreet()public java.lang.String getCity()
getCity in interface USAddressUSAddress.setCity(String),
PPOPackage.getUSAddress_City()public void setCity(java.lang.String newCity)
setCity in interface USAddressnewCity - the new value of the 'City' attribute.USAddress.getCity()public java.lang.String getState()
getState in interface USAddressUSAddress.setState(String),
PPOPackage.getUSAddress_State()public void setState(java.lang.String newState)
setState in interface USAddressnewState - the new value of the 'State' attribute.USAddress.getState()public int getZip()
getZip in interface USAddressUSAddress.setZip(int),
PPOPackage.getUSAddress_Zip()public void setZip(int newZip)
setZip in interface USAddressnewZip - the new value of the 'Zip' attribute.USAddress.getZip()public java.lang.String getCountry()
getCountry in interface USAddressPPOPackage.getUSAddress_Country()
public boolean hasUSState(DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
hasUSState in interface USAddress
public java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
eGet in interface InternalEObjecteGet in class BasicEObjectImplInternalEObject.eGet(EStructuralFeature, boolean, boolean)
public void eSet(int featureID,
java.lang.Object newValue)
eSet in interface InternalEObjecteSet in class BasicEObjectImplEObject.eSet(EStructuralFeature, Object)public void eUnset(int featureID)
eUnset in interface InternalEObjecteUnset in class BasicEObjectImplEObject.eUnset(EStructuralFeature)public boolean eIsSet(int featureID)
eIsSet in interface InternalEObjecteIsSet in class BasicEObjectImplEObject.eIsSet(EStructuralFeature)public java.lang.String toString()
toString in class BasicEObjectImpl
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||