org.eclipse.emf.test.models.lib
Interface Address

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
AddressImpl

public interface Address
extends EObject

A representation of the model object 'Address'.

The following features are supported:

See Also:
LibPackage.getAddress()

Method Summary
 java.lang.String getPostalCode()
          Returns the value of the 'Postal Code' attribute
 void setPostalCode(java.lang.String value)
          Sets the value of the 'Postal Code' 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

getPostalCode

java.lang.String getPostalCode()
Returns the value of the 'Postal Code' attribute.

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

Returns:
the value of the 'Postal Code' attribute.
See Also:
setPostalCode(String), LibPackage.getAddress_PostalCode()

setPostalCode

void setPostalCode(java.lang.String value)
Sets the value of the 'Postal Code' attribute.

Parameters:
value - the new value of the 'Postal Code' attribute.
See Also:
getPostalCode()

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