org.eclipse.emf.ecp.validation.test.test
Interface TestPackage.Literals

Enclosing interface:
TestPackage

public static interface TestPackage.Literals

Defines literals for the meta objects that represent


Field Summary
static org.eclipse.emf.ecore.EClass BOOK
          The meta object literal for the 'Book ' class.
static org.eclipse.emf.ecore.EAttribute BOOK__PAGES
          The meta object literal for the 'Pages' attribute feature.
static org.eclipse.emf.ecore.EAttribute BOOK__TITLE
          The meta object literal for the 'Title' attribute feature.
static org.eclipse.emf.ecore.EReference BOOK__WRITERS
          The meta object literal for the 'Writers' reference feature.
static org.eclipse.emf.ecore.EClass LIBRARY
          The meta object literal for the 'Library' class.
static org.eclipse.emf.ecore.EReference LIBRARY__BOOKS
          The meta object literal for the 'Books' containment reference list feature.
static org.eclipse.emf.ecore.EAttribute LIBRARY__NAME
          The meta object literal for the 'Name' attribute feature.
static org.eclipse.emf.ecore.EReference LIBRARY__WRITERS
          The meta object literal for the 'Writers' containment reference list feature.
static org.eclipse.emf.ecore.EClass WRITER
          The meta object literal for the 'Writer' class.
static org.eclipse.emf.ecore.EAttribute WRITER__BIRTH_DATE
          The meta object literal for the 'Birth Date' attribute feature.
static org.eclipse.emf.ecore.EReference WRITER__BOOKS
          The meta object literal for the 'Books' reference list feature.
static org.eclipse.emf.ecore.EAttribute WRITER__EMAIL
          The meta object literal for the 'EMail' attribute feature.
static org.eclipse.emf.ecore.EAttribute WRITER__FIRST_NAME
          The meta object literal for the 'First Name' attribute feature.
static org.eclipse.emf.ecore.EAttribute WRITER__LAST_NAME
          The meta object literal for the 'Last Name' attribute feature.
static org.eclipse.emf.ecore.EReference WRITER__LIBRARY
          The meta object literal for the 'Library' container reference feature.
static org.eclipse.emf.ecore.EAttribute WRITER__PSEUDONYM
          The meta object literal for the 'Pseudonym' attribute feature.
 

Field Detail

LIBRARY

static final org.eclipse.emf.ecore.EClass LIBRARY
The meta object literal for the 'Library' class.

See Also:
LibraryImpl, TestPackageImpl.getLibrary()

LIBRARY__NAME

static final org.eclipse.emf.ecore.EAttribute LIBRARY__NAME
The meta object literal for the 'Name' attribute feature.


LIBRARY__WRITERS

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


LIBRARY__BOOKS

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


WRITER

static final org.eclipse.emf.ecore.EClass WRITER
The meta object literal for the 'Writer' class.

See Also:
WriterImpl, TestPackageImpl.getWriter()

WRITER__FIRST_NAME

static final org.eclipse.emf.ecore.EAttribute WRITER__FIRST_NAME
The meta object literal for the 'First Name' attribute feature.


WRITER__LAST_NAME

static final org.eclipse.emf.ecore.EAttribute WRITER__LAST_NAME
The meta object literal for the 'Last Name' attribute feature.


WRITER__EMAIL

static final org.eclipse.emf.ecore.EAttribute WRITER__EMAIL
The meta object literal for the 'EMail' attribute feature.


WRITER__BIRTH_DATE

static final org.eclipse.emf.ecore.EAttribute WRITER__BIRTH_DATE
The meta object literal for the 'Birth Date' attribute feature.


WRITER__BOOKS

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


WRITER__PSEUDONYM

static final org.eclipse.emf.ecore.EAttribute WRITER__PSEUDONYM
The meta object literal for the 'Pseudonym' attribute feature.


WRITER__LIBRARY

static final org.eclipse.emf.ecore.EReference WRITER__LIBRARY
The meta object literal for the 'Library' container reference feature.


BOOK

static final org.eclipse.emf.ecore.EClass BOOK
The meta object literal for the 'Book ' class.

See Also:
BookImpl, TestPackageImpl.getBook()

BOOK__TITLE

static final org.eclipse.emf.ecore.EAttribute BOOK__TITLE
The meta object literal for the 'Title' attribute feature.


BOOK__PAGES

static final org.eclipse.emf.ecore.EAttribute BOOK__PAGES
The meta object literal for the 'Pages' attribute feature.


BOOK__WRITERS

static final org.eclipse.emf.ecore.EReference BOOK__WRITERS
The meta object literal for the 'Writers' reference feature.



Copyright © 2014. All Rights Reserved.