org.eclipse.emf.test.models.lib
Interface LibPackage.Literals

Enclosing interface:
LibPackage

public static interface LibPackage.Literals

Defines literals for the meta objects that represent


Field Summary
static EClass ADDRESS
          The meta object literal for the 'Address' class
static EAttribute ADDRESS__POSTAL_CODE
          The meta object literal for the 'Postal Code' attribute feature
static EClass BOOK
          The meta object literal for the 'Book' class
static EAttribute BOOK__TITLE
          The meta object literal for the 'Title' attribute feature
static EClass CAFETERIA
          The meta object literal for the 'Cafeteria' class
static EReference CAFETERIA__LIBRARY
          The meta object literal for the 'Library' container reference feature
static EAttribute CAFETERIA__NAME
          The meta object literal for the 'Name' attribute feature
static EClass LIBRARY
          The meta object literal for the 'Library' class
static EReference LIBRARY__ADDRESS
          The meta object literal for the 'Address' containment reference feature
static EReference LIBRARY__BOOKS
          The meta object literal for the 'Books' containment reference list feature
static EReference LIBRARY__CAFETERIA
          The meta object literal for the 'Cafeteria' containment reference 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 PERSON
          The meta object literal for the 'Person' class
static EReference PERSON__LIBRARY
          The meta object literal for the 'Library' container reference feature
static EAttribute PERSON__NAME
          The meta object literal for the 'Name' attribute feature
 

Field Detail

LIBRARY

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

See Also:
LibraryImpl, LibPackageImpl.getLibrary()

LIBRARY__NAME

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


LIBRARY__BOOKS

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


LIBRARY__ADDRESS

static final EReference LIBRARY__ADDRESS
The meta object literal for the 'Address' containment reference feature.


LIBRARY__WRITERS

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


LIBRARY__CAFETERIA

static final EReference LIBRARY__CAFETERIA
The meta object literal for the 'Cafeteria' containment reference feature.


BOOK

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

See Also:
BookImpl, LibPackageImpl.getBook()

BOOK__TITLE

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


ADDRESS

static final EClass ADDRESS
The meta object literal for the 'Address' class.

See Also:
AddressImpl, LibPackageImpl.getAddress()

ADDRESS__POSTAL_CODE

static final EAttribute ADDRESS__POSTAL_CODE
The meta object literal for the 'Postal Code' attribute feature.


PERSON

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

See Also:
PersonImpl, LibPackageImpl.getPerson()

PERSON__NAME

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


PERSON__LIBRARY

static final EReference PERSON__LIBRARY
The meta object literal for the 'Library' container reference feature.


CAFETERIA

static final EClass CAFETERIA
The meta object literal for the 'Cafeteria' class.

See Also:
CafeteriaImpl, LibPackageImpl.getCafeteria()

CAFETERIA__NAME

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


CAFETERIA__LIBRARY

static final EReference CAFETERIA__LIBRARY
The meta object literal for the 'Library' container reference feature.


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