org.eclipse.emf.test.models.library
Interface LibraryPackage.Literals

Enclosing interface:
LibraryPackage

public static interface LibraryPackage.Literals

Defines literals for the meta objects that represent


Field Summary
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 LIBRARY
          The meta object literal for the 'Library' class
static EReference LIBRARY__BOOKS
          The meta object literal for the 'Books' containment reference list feature
static EAttribute LIBRARY__NAME
          The meta object literal for the 'Name' attribute feature
static EReference LIBRARY__WRITERS
          The meta object literal for the 'Writers' containment 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, LibraryPackageImpl.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, LibraryPackageImpl.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__BOOKS

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


WRITER

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

See Also:
WriterImpl, LibraryPackageImpl.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.


BOOK_CATEGORY

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

See Also:
BookCategory, LibraryPackageImpl.getBookCategory()

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