org.eclipse.emf.test.models.customer
Interface USAddr

All Superinterfaces:
AddressType, EObject, Notifier
All Known Implementing Classes:
USAddrImpl

public interface USAddr
extends AddressType

A representation of the model object 'US Addr'.

The following features are supported:

See Also:
CustomerPackage.getUSAddr()

Method Summary
 java.lang.String getState()
          Returns the value of the 'State' attribute
 java.lang.Object getZip()
          Returns the value of the 'Zip' attribute
 void setState(java.lang.String value)
          Sets the value of the 'State' attribute
 void setZip(java.lang.Object value)
          Sets the value of the 'Zip' attribute
 
Methods inherited from interface org.eclipse.emf.test.models.customer.AddressType
getStreet, getTown, setStreet, setTown
 
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

getZip

java.lang.Object getZip()
Returns the value of the 'Zip' attribute.

If the meaning of the 'Zip' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Zip' attribute.
See Also:
setZip(Object), CustomerPackage.getUSAddr_Zip()

setZip

void setZip(java.lang.Object value)
Sets the value of the 'Zip' attribute.

Parameters:
value - the new value of the 'Zip' attribute.
See Also:
getZip()

getState

java.lang.String getState()
Returns the value of the 'State' attribute.

If the meaning of the 'State' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'State' attribute.
See Also:
setState(String), CustomerPackage.getUSAddr_State()

setState

void setState(java.lang.String value)
Sets the value of the 'State' attribute.

Parameters:
value - the new value of the 'State' attribute.
See Also:
getState()

Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.