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

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

public interface Book
extends EObject

A representation of the model object 'Book'.

The following features are supported:

See Also:
LibPackage.getBook()

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

getTitle

java.lang.String getTitle()
Returns the value of the 'Title' attribute.

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

Returns:
the value of the 'Title' attribute.
See Also:
setTitle(String), LibPackage.getBook_Title()

setTitle

void setTitle(java.lang.String value)
Sets the value of the 'Title' attribute.

Parameters:
value - the new value of the 'Title' attribute.
See Also:
getTitle()

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