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

All Superinterfaces:
EObject, Notifier
All Known Subinterfaces:
CanadaAddr, USAddr
All Known Implementing Classes:
AddressTypeImpl, CanadaAddrImpl, USAddrImpl

public interface AddressType
extends EObject

A representation of the model object 'Address Type'.

The following features are supported:

See Also:
CustomerPackage.getAddressType()

Method Summary
 java.lang.String getStreet()
          Returns the value of the 'Street' attribute
 java.lang.String getTown()
          Returns the value of the 'Town' attribute
 void setStreet(java.lang.String value)
          Sets the value of the 'Street' attribute
 void setTown(java.lang.String value)
          Sets the value of the 'Town' 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

getStreet

java.lang.String getStreet()
Returns the value of the 'Street' attribute.

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

Returns:
the value of the 'Street' attribute.
See Also:
setStreet(String), CustomerPackage.getAddressType_Street()

setStreet

void setStreet(java.lang.String value)
Sets the value of the 'Street' attribute.

Parameters:
value - the new value of the 'Street' attribute.
See Also:
getStreet()

getTown

java.lang.String getTown()
Returns the value of the 'Town' attribute.

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

Returns:
the value of the 'Town' attribute.
See Also:
setTown(String), CustomerPackage.getAddressType_Town()

setTown

void setTown(java.lang.String value)
Sets the value of the 'Town' attribute.

Parameters:
value - the new value of the 'Town' attribute.
See Also:
getTown()

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