org.eclipse.emf.examples.extlibrary
Interface Addressable

All Superinterfaces:
EObject, Notifier
All Known Subinterfaces:
Borrower, Employee, Library, Person, Writer
All Known Implementing Classes:
BorrowerImpl, EmployeeImpl, LibraryImpl, PersonImpl, WriterImpl

public interface Addressable
extends EObject

A representation of the model object 'Addressable'.

The following features are supported:

See Also:
EXTLibraryPackage.getAddressable()

Method Summary
 java.lang.String getAddress()
          Returns the value of the 'Address' attribute
 void setAddress(java.lang.String value)
          Sets the value of the 'Address' 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

getAddress

java.lang.String getAddress()
Returns the value of the 'Address' attribute.

Returns:
the value of the 'Address' attribute.
See Also:
setAddress(String), EXTLibraryPackage.getAddressable_Address()

setAddress

void setAddress(java.lang.String value)
Sets the value of the 'Address' attribute.

Parameters:
value - the new value of the 'Address' attribute.
See Also:
getAddress()

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