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

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

public interface CanadaAddr
extends AddressType

A representation of the model object 'Canada Addr'.

The following features are supported:

See Also:
CustomerPackage.getCanadaAddr()

Method Summary
 java.lang.String getProvince()
          Returns the value of the 'Province' attribute
 java.lang.String getZip()
          Returns the value of the 'Zip' attribute
 void setProvince(java.lang.String value)
          Sets the value of the 'Province' attribute
 void setZip(java.lang.String 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.String 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(String), CustomerPackage.getCanadaAddr_Zip()

setZip

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

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

getProvince

java.lang.String getProvince()
Returns the value of the 'Province' attribute.

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

Returns:
the value of the 'Province' attribute.
See Also:
setProvince(String), CustomerPackage.getCanadaAddr_Province()

setProvince

void setProvince(java.lang.String value)
Sets the value of the 'Province' attribute.

Parameters:
value - the new value of the 'Province' attribute.
See Also:
getProvince()

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