|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface USAddress
A representation of the model object 'US Address'.
The following features are supported:
PPOPackage.getUSAddress()| Method Summary | |
|---|---|
java.lang.String |
getCity()
Returns the value of the 'City' attribute |
java.lang.String |
getCountry()
Returns the value of the 'Country' attribute. |
java.lang.String |
getName()
Returns the value of the 'Name' attribute |
java.lang.String |
getState()
Returns the value of the 'State' attribute |
java.lang.String |
getStreet()
Returns the value of the 'Street' attribute |
int |
getZip()
Returns the value of the 'Zip' attribute |
boolean |
hasUSState(DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
|
void |
setCity(java.lang.String value)
Sets the value of the ' City' attribute |
void |
setName(java.lang.String value)
Sets the value of the ' Name' attribute |
void |
setState(java.lang.String value)
Sets the value of the ' State' attribute |
void |
setStreet(java.lang.String value)
Sets the value of the ' Street' attribute |
void |
setZip(int value)
Sets the value of the ' Zip' attribute |
| 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 |
| Method Detail |
|---|
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
PPOPackage.getUSAddress_Name()void setName(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()java.lang.String getStreet()
If the meaning of the 'Street' attribute isn't clear, there really should be more of a description here...
setStreet(String),
PPOPackage.getUSAddress_Street()void setStreet(java.lang.String value)
Street' attribute.
value - the new value of the 'Street' attribute.getStreet()java.lang.String getCity()
If the meaning of the 'City' attribute isn't clear, there really should be more of a description here...
setCity(String),
PPOPackage.getUSAddress_City()void setCity(java.lang.String value)
City' attribute.
value - the new value of the 'City' attribute.getCity()java.lang.String getState()
If the meaning of the 'State' attribute isn't clear, there really should be more of a description here...
setState(String),
PPOPackage.getUSAddress_State()void setState(java.lang.String value)
State' attribute.
value - the new value of the 'State' attribute.getState()int getZip()
If the meaning of the 'Zip' attribute isn't clear, there really should be more of a description here...
setZip(int),
PPOPackage.getUSAddress_Zip()void setZip(int value)
Zip' attribute.
value - the new value of the 'Zip' attribute.getZip()java.lang.String getCountry()
"US".
If the meaning of the 'Country' attribute isn't clear, there really should be more of a description here...
PPOPackage.getUSAddress_Country()
boolean hasUSState(DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
|
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 | |||||||||