org.eclipse.emf.examples.extlibrary
Interface EXTLibraryPackage.Literals

Enclosing interface:
EXTLibraryPackage

public static interface EXTLibraryPackage.Literals

Defines literals for the meta objects that represent


Field Summary
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
 

Field Detail

BOOK

static final EClass BOOK
The meta object literal for the 'Book' class.

See Also:
BookImpl, EXTLibraryPackageImpl.getBook()

BOOK__TITLE

static final EAttribute BOOK__TITLE
The meta object literal for the 'Title' attribute feature.


BOOK__PAGES

static final EAttribute BOOK__PAGES
The meta object literal for the 'Pages' attribute feature.


BOOK__CATEGORY

static final EAttribute BOOK__CATEGORY
The meta object literal for the 'Category' attribute feature.


BOOK__AUTHOR

static final EReference BOOK__AUTHOR
The meta object literal for the 'Author' reference feature.


LIBRARY

static final EClass LIBRARY
The meta object literal for the 'Library' class.

See Also:
LibraryImpl, EXTLibraryPackageImpl.getLibrary()

LIBRARY__NAME

static final EAttribute LIBRARY__NAME
The meta object literal for the 'Name' attribute feature.


LIBRARY__WRITERS

static final EReference LIBRARY__WRITERS
The meta object literal for the 'Writers' containment reference list feature.


LIBRARY__EMPLOYEES

static final EReference LIBRARY__EMPLOYEES
The meta object literal for the 'Employees' containment reference list feature.


LIBRARY__BORROWERS

static final EReference LIBRARY__BORROWERS
The meta object literal for the 'Borrowers' containment reference list feature.


LIBRARY__STOCK

static final EReference LIBRARY__STOCK
The meta object literal for the 'Stock' containment reference list feature.


LIBRARY__BOOKS

static final EReference LIBRARY__BOOKS
The meta object literal for the 'Books' reference list feature.


LIBRARY__BRANCHES

static final EReference LIBRARY__BRANCHES
The meta object literal for the 'Branches' containment reference list feature.


LIBRARY__PARENT_BRANCH

static final EReference LIBRARY__PARENT_BRANCH
The meta object literal for the 'Parent Branch' container reference feature.


LIBRARY__PEOPLE

static final EAttribute LIBRARY__PEOPLE
The meta object literal for the 'People' attribute list feature.


WRITER

static final EClass WRITER
The meta object literal for the 'Writer' class.

See Also:
WriterImpl, EXTLibraryPackageImpl.getWriter()

WRITER__NAME

static final EAttribute WRITER__NAME
The meta object literal for the 'Name' attribute feature.


WRITER__BOOKS

static final EReference WRITER__BOOKS
The meta object literal for the 'Books' reference list feature.


ITEM

static final EClass ITEM
The meta object literal for the 'Item' class.

See Also:
ItemImpl, EXTLibraryPackageImpl.getItem()

ITEM__PUBLICATION_DATE

static final EAttribute ITEM__PUBLICATION_DATE
The meta object literal for the 'Publication Date' attribute feature.


LENDABLE

static final EClass LENDABLE
The meta object literal for the 'Lendable' class.

See Also:
Lendable, EXTLibraryPackageImpl.getLendable()

LENDABLE__COPIES

static final EAttribute LENDABLE__COPIES
The meta object literal for the 'Copies' attribute feature.


LENDABLE__BORROWERS

static final EReference LENDABLE__BORROWERS
The meta object literal for the 'Borrowers' reference list feature.


CIRCULATING_ITEM

static final EClass CIRCULATING_ITEM
The meta object literal for the 'Circulating Item' class.

See Also:
CirculatingItemImpl, EXTLibraryPackageImpl.getCirculatingItem()

PERIODICAL

static final EClass PERIODICAL
The meta object literal for the 'Periodical' class.

See Also:
PeriodicalImpl, EXTLibraryPackageImpl.getPeriodical()

PERIODICAL__TITLE

static final EAttribute PERIODICAL__TITLE
The meta object literal for the 'Title' attribute feature.


PERIODICAL__ISSUES_PER_YEAR

static final EAttribute PERIODICAL__ISSUES_PER_YEAR
The meta object literal for the 'Issues Per Year' attribute feature.


AUDIO_VISUAL_ITEM

static final EClass AUDIO_VISUAL_ITEM
The meta object literal for the 'Audio Visual Item' class.

See Also:
AudioVisualItemImpl, EXTLibraryPackageImpl.getAudioVisualItem()

AUDIO_VISUAL_ITEM__TITLE

static final EAttribute AUDIO_VISUAL_ITEM__TITLE
The meta object literal for the 'Title' attribute feature.


AUDIO_VISUAL_ITEM__MINUTES_LENGTH

static final EAttribute AUDIO_VISUAL_ITEM__MINUTES_LENGTH
The meta object literal for the 'Minutes Length' attribute feature.


AUDIO_VISUAL_ITEM__DAMAGED

static final EAttribute AUDIO_VISUAL_ITEM__DAMAGED
The meta object literal for the 'Damaged' attribute feature.


BOOK_ON_TAPE

static final EClass BOOK_ON_TAPE
The meta object literal for the 'Book On Tape' class.

See Also:
BookOnTapeImpl, EXTLibraryPackageImpl.getBookOnTape()

BOOK_ON_TAPE__READER

static final EReference BOOK_ON_TAPE__READER
The meta object literal for the 'Reader' reference feature.


BOOK_ON_TAPE__AUTHOR

static final EReference BOOK_ON_TAPE__AUTHOR
The meta object literal for the 'Author' reference feature.


VIDEO_CASSETTE

static final EClass VIDEO_CASSETTE
The meta object literal for the 'Video Cassette' class.

See Also:
VideoCassetteImpl, EXTLibraryPackageImpl.getVideoCassette()

VIDEO_CASSETTE__CAST

static final EReference VIDEO_CASSETTE__CAST
The meta object literal for the 'Cast' reference list feature.


BORROWER

static final EClass BORROWER
The meta object literal for the 'Borrower' class.

See Also:
BorrowerImpl, EXTLibraryPackageImpl.getBorrower()

BORROWER__BORROWED

static final EReference BORROWER__BORROWED
The meta object literal for the 'Borrowed' reference list feature.


PERSON

static final EClass PERSON
The meta object literal for the 'Person' class.

See Also:
PersonImpl, EXTLibraryPackageImpl.getPerson()

PERSON__FIRST_NAME

static final EAttribute PERSON__FIRST_NAME
The meta object literal for the 'First Name' attribute feature.


PERSON__LAST_NAME

static final EAttribute PERSON__LAST_NAME
The meta object literal for the 'Last Name' attribute feature.


EMPLOYEE

static final EClass EMPLOYEE
The meta object literal for the 'Employee' class.

See Also:
EmployeeImpl, EXTLibraryPackageImpl.getEmployee()

EMPLOYEE__MANAGER

static final EReference EMPLOYEE__MANAGER
The meta object literal for the 'Manager' reference feature.


ADDRESSABLE

static final EClass ADDRESSABLE
The meta object literal for the 'Addressable' class.

See Also:
Addressable, EXTLibraryPackageImpl.getAddressable()

ADDRESSABLE__ADDRESS

static final EAttribute ADDRESSABLE__ADDRESS
The meta object literal for the 'Address' attribute feature.


BOOK_CATEGORY

static final EEnum BOOK_CATEGORY
The meta object literal for the 'Book Category' enum.

See Also:
BookCategory, EXTLibraryPackageImpl.getBookCategory()

Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.