public static interface EXTLibraryPackage.Literals
| Modifier and Type | Field and Description |
|---|---|
static EClass |
ADDRESSABLE
The meta object literal for the '
Addressable' class |
static EAttribute |
ADDRESSABLE__ADDRESS
The meta object literal for the 'Address' attribute feature
|
static EClass |
AUDIO_VISUAL_ITEM
The meta object literal for the '
Audio Visual Item' class |
static EAttribute |
AUDIO_VISUAL_ITEM__DAMAGED
The meta object literal for the 'Damaged' attribute feature
|
static EAttribute |
AUDIO_VISUAL_ITEM__MINUTES_LENGTH
The meta object literal for the 'Minutes Length' attribute feature
|
static EAttribute |
AUDIO_VISUAL_ITEM__TITLE
The meta object literal for the 'Title' attribute feature
|
static EClass |
BOOK
The meta object literal for the '
Book' class |
static EReference |
BOOK__AUTHOR
The meta object literal for the 'Author' reference feature
|
static EAttribute |
BOOK__CATEGORY
The meta object literal for the 'Category' attribute feature
|
static EAttribute |
BOOK__PAGES
The meta object literal for the 'Pages' attribute feature
|
static EAttribute |
BOOK__TITLE
The meta object literal for the 'Title' attribute feature
|
static EEnum |
BOOK_CATEGORY
The meta object literal for the '
Book Category' enum |
static EClass |
BOOK_ON_TAPE
The meta object literal for the '
Book On Tape' class |
static EReference |
BOOK_ON_TAPE__AUTHOR
The meta object literal for the 'Author' reference feature
|
static EReference |
BOOK_ON_TAPE__READER
The meta object literal for the 'Reader' reference feature
|
static EClass |
BORROWER
The meta object literal for the '
Borrower' class |
static EReference |
BORROWER__BORROWED
The meta object literal for the 'Borrowed' reference list feature
|
static EClass |
CIRCULATING_ITEM
The meta object literal for the '
Circulating Item' class |
static EClass |
EMPLOYEE
The meta object literal for the '
Employee' class |
static EReference |
EMPLOYEE__MANAGER
The meta object literal for the 'Manager' reference feature
|
static EClass |
ITEM
The meta object literal for the '
Item' class |
static EAttribute |
ITEM__PUBLICATION_DATE
The meta object literal for the 'Publication Date' attribute feature
|
static EClass |
LENDABLE
The meta object literal for the '
Lendable' class |
static EReference |
LENDABLE__BORROWERS
The meta object literal for the 'Borrowers' reference list feature
|
static EAttribute |
LENDABLE__COPIES
The meta object literal for the 'Copies' attribute feature
|
static EClass |
LIBRARY
The meta object literal for the '
Library' class |
static EReference |
LIBRARY__BOOKS
The meta object literal for the 'Books' reference list feature
|
static EReference |
LIBRARY__BORROWERS
The meta object literal for the 'Borrowers' containment reference list feature
|
static EReference |
LIBRARY__BRANCHES
The meta object literal for the 'Branches' containment reference list feature
|
static EReference |
LIBRARY__EMPLOYEES
The meta object literal for the 'Employees' containment reference list feature
|
static EAttribute |
LIBRARY__NAME
The meta object literal for the 'Name' attribute feature
|
static EReference |
LIBRARY__PARENT_BRANCH
The meta object literal for the 'Parent Branch' container reference feature
|
static EAttribute |
LIBRARY__PEOPLE
The meta object literal for the 'People' attribute list feature
|
static EReference |
LIBRARY__STOCK
The meta object literal for the 'Stock' containment reference list feature
|
static EReference |
LIBRARY__WRITERS
The meta object literal for the 'Writers' containment reference list feature
|
static EClass |
PERIODICAL
The meta object literal for the '
Periodical' class |
static EAttribute |
PERIODICAL__ISSUES_PER_YEAR
The meta object literal for the 'Issues Per Year' attribute feature
|
static EAttribute |
PERIODICAL__TITLE
The meta object literal for the 'Title' attribute feature
|
static EClass |
PERSON
The meta object literal for the '
Person' class |
static EAttribute |
PERSON__FIRST_NAME
The meta object literal for the 'First Name' attribute feature
|
static EAttribute |
PERSON__LAST_NAME
The meta object literal for the 'Last Name' attribute feature
|
static EClass |
VIDEO_CASSETTE
The meta object literal for the '
Video Cassette' class |
static EReference |
VIDEO_CASSETTE__CAST
The meta object literal for the 'Cast' reference list feature
|
static EClass |
WRITER
The meta object literal for the '
Writer' class |
static EReference |
WRITER__BOOKS
The meta object literal for the 'Books' reference list feature
|
static EAttribute |
WRITER__NAME
The meta object literal for the 'Name' attribute feature
|
static final EClass BOOK
Book' class.
BookImpl,
EXTLibraryPackageImpl.getBook()static final EAttribute BOOK__TITLE
static final EAttribute BOOK__PAGES
static final EAttribute BOOK__CATEGORY
static final EReference BOOK__AUTHOR
static final EClass LIBRARY
Library' class.
LibraryImpl,
EXTLibraryPackageImpl.getLibrary()static final EAttribute LIBRARY__NAME
static final EReference LIBRARY__WRITERS
static final EReference LIBRARY__EMPLOYEES
static final EReference LIBRARY__BORROWERS
static final EReference LIBRARY__STOCK
static final EReference LIBRARY__BOOKS
static final EReference LIBRARY__BRANCHES
static final EReference LIBRARY__PARENT_BRANCH
static final EAttribute LIBRARY__PEOPLE
static final EClass WRITER
Writer' class.
WriterImpl,
EXTLibraryPackageImpl.getWriter()static final EAttribute WRITER__NAME
static final EReference WRITER__BOOKS
static final EClass ITEM
Item' class.
ItemImpl,
EXTLibraryPackageImpl.getItem()static final EAttribute ITEM__PUBLICATION_DATE
static final EClass LENDABLE
Lendable' class.
Lendable,
EXTLibraryPackageImpl.getLendable()static final EAttribute LENDABLE__COPIES
static final EReference LENDABLE__BORROWERS
static final EClass CIRCULATING_ITEM
Circulating Item' class.
CirculatingItemImpl,
EXTLibraryPackageImpl.getCirculatingItem()static final EClass PERIODICAL
Periodical' class.
PeriodicalImpl,
EXTLibraryPackageImpl.getPeriodical()static final EAttribute PERIODICAL__TITLE
static final EAttribute PERIODICAL__ISSUES_PER_YEAR
static final EClass AUDIO_VISUAL_ITEM
Audio Visual Item' class.
AudioVisualItemImpl,
EXTLibraryPackageImpl.getAudioVisualItem()static final EAttribute AUDIO_VISUAL_ITEM__TITLE
static final EAttribute AUDIO_VISUAL_ITEM__MINUTES_LENGTH
static final EAttribute AUDIO_VISUAL_ITEM__DAMAGED
static final EClass BOOK_ON_TAPE
Book On Tape' class.
BookOnTapeImpl,
EXTLibraryPackageImpl.getBookOnTape()static final EReference BOOK_ON_TAPE__READER
static final EReference BOOK_ON_TAPE__AUTHOR
static final EClass VIDEO_CASSETTE
Video Cassette' class.
VideoCassetteImpl,
EXTLibraryPackageImpl.getVideoCassette()static final EReference VIDEO_CASSETTE__CAST
static final EClass BORROWER
Borrower' class.
BorrowerImpl,
EXTLibraryPackageImpl.getBorrower()static final EReference BORROWER__BORROWED
static final EClass PERSON
Person' class.
PersonImpl,
EXTLibraryPackageImpl.getPerson()static final EAttribute PERSON__FIRST_NAME
static final EAttribute PERSON__LAST_NAME
static final EClass EMPLOYEE
Employee' class.
EmployeeImpl,
EXTLibraryPackageImpl.getEmployee()static final EReference EMPLOYEE__MANAGER
static final EClass ADDRESSABLE
Addressable' class.
Addressable,
EXTLibraryPackageImpl.getAddressable()static final EAttribute ADDRESSABLE__ADDRESS
static final EEnum BOOK_CATEGORY
Book Category' enum.
BookCategory,
EXTLibraryPackageImpl.getBookCategory()