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

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

public interface Library
extends EObject

A representation of the model object 'Library'.

The following features are supported:

See Also:
LibPackage.getLibrary()

Method Summary
 Address getAddress()
          Returns the value of the 'Address' containment reference
 EList<Book> getBooks()
          Returns the value of the 'Books' containment reference list.
 Cafeteria getCafeteria()
          Returns the value of the 'Cafeteria' containment reference.
 java.lang.String getName()
          Returns the value of the 'Name' attribute
 EList<Person> getWriters()
          Returns the value of the 'Writers' containment reference list.
 void setAddress(Address value)
          Sets the value of the 'Address' containment reference
 void setCafeteria(Cafeteria value)
          Sets the value of the 'Cafeteria' containment reference
 void setName(java.lang.String value)
          Sets the value of the 'Name' 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

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), LibPackage.getLibrary_Name()

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

getBooks

EList<Book> getBooks()
Returns the value of the 'Books' containment reference list. The list contents are of type Book.

If the meaning of the 'Books' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Books' containment reference list.
See Also:
LibPackage.getLibrary_Books()

getAddress

Address getAddress()
Returns the value of the 'Address' containment reference.

If the meaning of the 'Address' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Address' containment reference.
See Also:
setAddress(Address), LibPackage.getLibrary_Address()

setAddress

void setAddress(Address value)
Sets the value of the 'Address' containment reference.

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

getWriters

EList<Person> getWriters()
Returns the value of the 'Writers' containment reference list. The list contents are of type Person. It is bidirectional and its opposite is 'Library'.

If the meaning of the 'Writers' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Writers' containment reference list.
See Also:
LibPackage.getLibrary_Writers(), Person.getLibrary()

getCafeteria

Cafeteria getCafeteria()
Returns the value of the 'Cafeteria' containment reference. It is bidirectional and its opposite is 'Library'.

If the meaning of the 'Cafeteria' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Cafeteria' containment reference.
See Also:
setCafeteria(Cafeteria), LibPackage.getLibrary_Cafeteria(), Cafeteria.getLibrary()

setCafeteria

void setCafeteria(Cafeteria value)
Sets the value of the 'Cafeteria' containment reference.

Parameters:
value - the new value of the 'Cafeteria' containment reference.
See Also:
getCafeteria()

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