|
||||||||||
| 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:
EXTLibraryPackage.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 |
boolean |
isSetCategory()
Returns whether the value of the ' Category' attribute is set |
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 |
void |
unsetCategory()
Unsets the value of the ' Category' attribute |
| Methods inherited from interface org.eclipse.emf.examples.extlibrary.Item |
|---|
getPublicationDate, setPublicationDate |
| 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 |
| Methods inherited from interface org.eclipse.emf.examples.extlibrary.Lendable |
|---|
getBorrowers, getCopies, setCopies |
| 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()
setTitle(String),
EXTLibraryPackage.getBook_Title()void setTitle(java.lang.String value)
Title' attribute.
value - the new value of the 'Title' attribute.getTitle()int getPages()
"100".
setPages(int),
EXTLibraryPackage.getBook_Pages()void setPages(int value)
Pages' attribute.
value - the new value of the 'Pages' attribute.getPages()BookCategory getCategory()
BookCategory.
BookCategory,
isSetCategory(),
unsetCategory(),
setCategory(BookCategory),
EXTLibraryPackage.getBook_Category()void setCategory(BookCategory value)
Category' attribute.
value - the new value of the 'Category' attribute.BookCategory,
isSetCategory(),
unsetCategory(),
getCategory()void unsetCategory()
Category' attribute.
isSetCategory(),
getCategory(),
setCategory(BookCategory)boolean isSetCategory()
Category' attribute is set.
unsetCategory(),
getCategory(),
setCategory(BookCategory)Writer getAuthor()
Books'.
setAuthor(Writer),
EXTLibraryPackage.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 | |||||||||