|
|||||||||
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:
TestPackage.getBook()
Method Summary | |
---|---|
int |
getPages()
Returns the value of the 'Pages' attribute. |
String |
getTitle()
Returns the value of the 'Title' attribute. |
Writer |
getWriters()
Returns the value of the 'Writers' reference. |
void |
setPages(int value)
Sets the value of the ' Pages '
attribute. |
void |
setTitle(String value)
Sets the value of the ' Title '
attribute. |
void |
setWriters(Writer value)
Sets the value of the ' Writers '
reference. |
boolean |
validate(org.eclipse.emf.common.util.DiagnosticChain diagnostic,
Map<Object,Object> context)
|
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 |
---|
String getTitle()
If the meaning of the 'Title' attribute isn't clear, there really should be more of a description here...
setTitle(String)
,
TestPackage.getBook_Title()
void setTitle(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)
,
TestPackage.getBook_Pages()
void setPages(int value)
Pages
'
attribute.
value
- the new value of the 'Pages' attribute.getPages()
Writer getWriters()
Books
'.
If the meaning of the 'Writers' reference isn't clear, there really should be more of a description here...
setWriters(Writer)
,
TestPackage.getBook_Writers()
,
Writer.getBooks()
void setWriters(Writer value)
Writers
'
reference.
value
- the new value of the 'Writers' reference.getWriters()
boolean validate(org.eclipse.emf.common.util.DiagnosticChain diagnostic, Map<Object,Object> context)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |