public interface Writer extends Person
EXTLibraryPackage.getWriter()| Modifier and Type | Method and Description |
|---|---|
EList<Book> |
getBooks()
Returns the value of the 'Books' reference list.
|
java.lang.String |
getName()
Returns the value of the 'Name' attribute
|
void |
setName(java.lang.String value)
Sets the value of the '
Name' attribute |
getFirstName, getLastName, setFirstName, setLastNamegetAddress, setAddresseAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverjava.lang.String getName()
setName(String),
EXTLibraryPackage.getWriter_Name()void setName(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()EList<Book> getBooks()
Book.
It is bidirectional and its opposite is 'Author'.
EXTLibraryPackage.getWriter_Books(),
Book.getAuthor()