public interface Library extends Addressable
The following features are supported:
EXTLibraryPackage.getLibrary()| Modifier and Type | Method and Description |
|---|---|
EList<Book> |
getBooks()
Returns the value of the 'Books' reference list.
|
EList<Borrower> |
getBorrowers()
Returns the value of the 'Borrowers' containment reference list.
|
EList<Library> |
getBranches()
Returns the value of the 'Branches' containment reference list.
|
EList<Employee> |
getEmployees()
Returns the value of the 'Employees' containment reference list.
|
java.lang.String |
getName()
Returns the value of the 'Name' attribute
|
Library |
getParentBranch()
Returns the value of the 'Parent Branch' container reference.
|
FeatureMap |
getPeople()
Returns the value of the 'People' attribute list.
|
EList<Item> |
getStock()
Returns the value of the 'Stock' containment reference list.
|
EList<Writer> |
getWriters()
Returns the value of the 'Writers' containment reference list.
|
void |
setName(java.lang.String value)
Sets the value of the '
Name' attribute |
void |
setParentBranch(Library value)
Sets the value of the '
Parent Branch' container reference |
getAddress, setAddresseAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverjava.lang.String getName()
setName(String),
EXTLibraryPackage.getLibrary_Name()void setName(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()EList<Writer> getWriters()
Writer.
EXTLibraryPackage.getLibrary_Writers()EList<Employee> getEmployees()
Employee.
EXTLibraryPackage.getLibrary_Employees()EList<Borrower> getBorrowers()
Borrower.
EXTLibraryPackage.getLibrary_Borrowers()EList<Item> getStock()
Item.
EXTLibraryPackage.getLibrary_Stock()EList<Book> getBooks()
Book.
EXTLibraryPackage.getLibrary_Books()EList<Library> getBranches()
Library.
It is bidirectional and its opposite is 'Parent Branch'.
EXTLibraryPackage.getLibrary_Branches(),
getParentBranch()Library getParentBranch()
Branches'.
setParentBranch(Library),
EXTLibraryPackage.getLibrary_ParentBranch(),
getBranches()void setParentBranch(Library value)
Parent Branch' container reference.
value - the new value of the 'Parent Branch' container reference.getParentBranch()FeatureMap getPeople()
FeatureMap.Entry.
EXTLibraryPackage.getLibrary_People()