|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Book
A representation of the model object 'Book'.
The following features are supported:
LibraryPackage.getBook()| Method Summary | |
|---|---|
Writer |
getAuthor()
Returns the value of the 'Author' reference. |
BookCategory |
getCategory()
Returns the value of the 'Category' attribute. |
int |
getPages()
Returns the value of the 'Pages' attribute. |
java.lang.String |
getTitle()
Returns the value of the 'Title' attribute |
void |
setAuthor(Writer value)
Sets the value of the ' Author' reference |
void |
setCategory(BookCategory value)
Sets the value of the ' Category' attribute |
void |
setPages(int value)
Sets the value of the ' Pages' 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 |
|---|
java.lang.String getTitle()
If the meaning of the 'Title' attribute isn't clear, there really should be more of a description here...
setTitle(String),
LibraryPackage.getBook_Title()void setTitle(java.lang.String value)
Title' attribute.
value - the new value of the 'Title' attribute.getTitle()int getPages()
"100".
If the meaning of the 'Pages' attribute isn't clear, there really should be more of a description here...
setPages(int),
LibraryPackage.getBook_Pages()void setPages(int value)
Pages' attribute.
value - the new value of the 'Pages' attribute.getPages()BookCategory getCategory()
BookCategory.
If the meaning of the 'Category' attribute isn't clear, there really should be more of a description here...
BookCategory,
setCategory(BookCategory),
LibraryPackage.getBook_Category()void setCategory(BookCategory value)
Category' attribute.
value - the new value of the 'Category' attribute.BookCategory,
getCategory()Writer getAuthor()
Books'.
If the meaning of the 'Author' reference isn't clear, there really should be more of a description here...
setAuthor(Writer),
LibraryPackage.getBook_Author(),
Writer.getBooks()void setAuthor(Writer value)
Author' reference.
value - the new value of the 'Author' reference.getAuthor()
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||