org.eclipse.emf.ecp.view.validation.test.model
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 COMPUTER
          The meta object literal for the 'Computer' class.
static org.eclipse.emf.ecore.EReference COMPUTER__MAINBOARD
          The meta object literal for the 'Mainboard' containment reference feature.
static org.eclipse.emf.ecore.EAttribute COMPUTER__NAME
          The meta object literal for the 'Name' attribute feature.
static org.eclipse.emf.ecore.EReference COMPUTER__POWER_BLOCK
          The meta object literal for the 'Power Block' containment reference feature.
static org.eclipse.emf.ecore.EClass CONTAINER
          The meta object literal for the 'Container' class.
static org.eclipse.emf.ecore.EReference CONTAINER__CONTENTS
          The meta object literal for the 'Contents' containment reference list feature.
static org.eclipse.emf.ecore.EClass CONTENT
          The meta object literal for the 'Content' class.
static org.eclipse.emf.ecore.EAttribute CONTENT__SECOND_ATTRIBUTE
          The meta object literal for the 'Second Attribute' attribute feature.
static org.eclipse.emf.ecore.EAttribute CONTENT__UNIQUE_ATTRIBUTE
          The meta object literal for the 'Unique Attribute' attribute feature.
static org.eclipse.emf.ecore.EClass LIBRARIAN
          The meta object literal for the 'Librarian' class.
static org.eclipse.emf.ecore.EAttribute LIBRARIAN__NAME
          The meta object literal for the 'Name' attribute 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.EReference LIBRARY__LIBRARIAN
          The meta object literal for the 'Librarian' containment reference 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 MAINBOARD
          The meta object literal for the 'Mainboard' class.
static org.eclipse.emf.ecore.EAttribute MAINBOARD__NAME
          The meta object literal for the 'Name' attribute feature.
static org.eclipse.emf.ecore.EClass POWER_BLOCK
          The meta object literal for the 'Power Block' class.
static org.eclipse.emf.ecore.EAttribute POWER_BLOCK__NAME
          The meta object literal for the 'Name' attribute feature.
static org.eclipse.emf.ecore.EClass TABLE_CONTENT
          The meta object literal for the 'Table Content' class.
static org.eclipse.emf.ecore.EClass TABLE_CONTENT_WITH_VALIDATION
          The meta object literal for the ' Table Content With Validation' class.
static org.eclipse.emf.ecore.EAttribute TABLE_CONTENT_WITH_VALIDATION__NAME
          The meta object literal for the 'Name' attribute feature.
static org.eclipse.emf.ecore.EAttribute TABLE_CONTENT_WITH_VALIDATION__WEIGHT
          The meta object literal for the 'Weight' attribute feature.
static org.eclipse.emf.ecore.EClass TABLE_CONTENT_WITHOUT_VALIDATION
          The meta object literal for the ' Table Content Without Validation' class.
static org.eclipse.emf.ecore.EAttribute TABLE_CONTENT_WITHOUT_VALIDATION__NAME
          The meta object literal for the 'Name' attribute feature.
static org.eclipse.emf.ecore.EAttribute TABLE_CONTENT_WITHOUT_VALIDATION__WEIGHT
          The meta object literal for the 'Weight' attribute feature.
static org.eclipse.emf.ecore.EClass TABLE_WITH_MULTIPLICITY
          The meta object literal for the ' Table With Multiplicity' class.
static org.eclipse.emf.ecore.EReference TABLE_WITH_MULTIPLICITY__CONTENT
          The meta object literal for the 'Content' containment reference list feature.
static org.eclipse.emf.ecore.EClass TABLE_WITH_UNIQUE
          The meta object literal for the ' Table With Unique' class.
static org.eclipse.emf.ecore.EReference TABLE_WITH_UNIQUE__CONTENT
          The meta object literal for the 'Content' containment reference list feature.
static org.eclipse.emf.ecore.EClass TABLE_WITHOUT_MULTIPLICITY
          The meta object literal for the ' Table Without Multiplicity' class.
static org.eclipse.emf.ecore.EReference TABLE_WITHOUT_MULTIPLICITY__CONTENT
          The meta object literal for the 'Content' 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.


LIBRARY__LIBRARIAN

static final org.eclipse.emf.ecore.EReference LIBRARY__LIBRARIAN
The meta object literal for the 'Librarian' containment reference 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.


LIBRARIAN

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

See Also:
LibrarianImpl, TestPackageImpl.getLibrarian()

LIBRARIAN__NAME

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


COMPUTER

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

See Also:
ComputerImpl, TestPackageImpl.getComputer()

COMPUTER__MAINBOARD

static final org.eclipse.emf.ecore.EReference COMPUTER__MAINBOARD
The meta object literal for the 'Mainboard' containment reference feature.


COMPUTER__NAME

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


COMPUTER__POWER_BLOCK

static final org.eclipse.emf.ecore.EReference COMPUTER__POWER_BLOCK
The meta object literal for the 'Power Block' containment reference feature.


MAINBOARD

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

See Also:
MainboardImpl, TestPackageImpl.getMainboard()

MAINBOARD__NAME

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


POWER_BLOCK

static final org.eclipse.emf.ecore.EClass POWER_BLOCK
The meta object literal for the 'Power Block' class.

See Also:
PowerBlockImpl, TestPackageImpl.getPowerBlock()

POWER_BLOCK__NAME

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


CONTAINER

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

See Also:
ContainerImpl, TestPackageImpl.getContainer()

CONTAINER__CONTENTS

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


CONTENT

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

See Also:
ContentImpl, TestPackageImpl.getContent()

CONTENT__UNIQUE_ATTRIBUTE

static final org.eclipse.emf.ecore.EAttribute CONTENT__UNIQUE_ATTRIBUTE
The meta object literal for the 'Unique Attribute' attribute feature.


CONTENT__SECOND_ATTRIBUTE

static final org.eclipse.emf.ecore.EAttribute CONTENT__SECOND_ATTRIBUTE
The meta object literal for the 'Second Attribute' attribute feature.


TABLE_WITH_MULTIPLICITY

static final org.eclipse.emf.ecore.EClass TABLE_WITH_MULTIPLICITY
The meta object literal for the ' Table With Multiplicity' class.

See Also:
TableWithMultiplicityImpl, TestPackageImpl.getTableWithMultiplicity()

TABLE_WITH_MULTIPLICITY__CONTENT

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


TABLE_CONTENT

static final org.eclipse.emf.ecore.EClass TABLE_CONTENT
The meta object literal for the 'Table Content' class.

See Also:
TableContentImpl, TestPackageImpl.getTableContent()

TABLE_CONTENT_WITHOUT_VALIDATION

static final org.eclipse.emf.ecore.EClass TABLE_CONTENT_WITHOUT_VALIDATION
The meta object literal for the ' Table Content Without Validation' class.

See Also:
TableContentWithoutValidationImpl, TestPackageImpl.getTableContentWithoutValidation()

TABLE_CONTENT_WITHOUT_VALIDATION__NAME

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


TABLE_CONTENT_WITHOUT_VALIDATION__WEIGHT

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


TABLE_CONTENT_WITH_VALIDATION

static final org.eclipse.emf.ecore.EClass TABLE_CONTENT_WITH_VALIDATION
The meta object literal for the ' Table Content With Validation' class.

See Also:
TableContentWithValidationImpl, TestPackageImpl.getTableContentWithValidation()

TABLE_CONTENT_WITH_VALIDATION__NAME

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


TABLE_CONTENT_WITH_VALIDATION__WEIGHT

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


TABLE_WITHOUT_MULTIPLICITY

static final org.eclipse.emf.ecore.EClass TABLE_WITHOUT_MULTIPLICITY
The meta object literal for the ' Table Without Multiplicity' class.

See Also:
TableWithoutMultiplicityImpl, TestPackageImpl.getTableWithoutMultiplicity()

TABLE_WITHOUT_MULTIPLICITY__CONTENT

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


TABLE_WITH_UNIQUE

static final org.eclipse.emf.ecore.EClass TABLE_WITH_UNIQUE
The meta object literal for the ' Table With Unique' class.

See Also:
TableWithUniqueImpl, TestPackageImpl.getTableWithUnique()

TABLE_WITH_UNIQUE__CONTENT

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



Copyright © 2014. All Rights Reserved.