org.eclipse.emf.ecp.view.validation.test.model
Interface TestPackage

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EPackage, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
TestPackageImpl

public interface TestPackage
extends org.eclipse.emf.ecore.EPackage

The Package for the model. It contains accessors for the meta objects to represent

See Also:
TestFactory

Nested Class Summary
static interface TestPackage.Literals
          Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry
 
Field Summary
static int BOOK
          The meta object id for the 'Book' class.
static int BOOK__PAGES
          The feature id for the 'Pages' attribute.
static int BOOK__TITLE
          The feature id for the 'Title' attribute.
static int BOOK__WRITERS
          The feature id for the 'Writers' reference.
static int BOOK_FEATURE_COUNT
          The number of structural features of the 'Book' class.
static int COMPUTER
          The meta object id for the 'Computer' class.
static int COMPUTER__MAINBOARD
          The feature id for the 'Mainboard' containment reference.
static int COMPUTER__NAME
          The feature id for the 'Name' attribute.
static int COMPUTER__POWER_BLOCK
          The feature id for the 'Power Block' containment reference.
static int COMPUTER_FEATURE_COUNT
          The number of structural features of the 'Computer' class.
static int CONTAINER
          The meta object id for the 'Container' class.
static int CONTAINER__CONTENTS
          The feature id for the 'Contents' containment reference list.
static int CONTAINER_FEATURE_COUNT
          The number of structural features of the 'Container' class.
static int CONTENT
          The meta object id for the 'Content' class.
static int CONTENT__SECOND_ATTRIBUTE
          The feature id for the 'Second Attribute' attribute.
static int CONTENT__UNIQUE_ATTRIBUTE
          The feature id for the 'Unique Attribute' attribute.
static int CONTENT_FEATURE_COUNT
          The number of structural features of the 'Content' class.
static TestPackage eINSTANCE
          The singleton instance of the package.
static String eNAME
          The package name.
static String eNS_PREFIX
          The package namespace name.
static String eNS_URI
          The package namespace URI.
static int LIBRARIAN
          The meta object id for the 'Librarian' class.
static int LIBRARIAN__NAME
          The feature id for the 'Name' attribute.
static int LIBRARIAN_FEATURE_COUNT
          The number of structural features of the 'Librarian' class.
static int LIBRARY
          The meta object id for the 'Library' class.
static int LIBRARY__BOOKS
          The feature id for the 'Books' containment reference list.
static int LIBRARY__LIBRARIAN
          The feature id for the 'Librarian' containment reference.
static int LIBRARY__NAME
          The feature id for the 'Name' attribute.
static int LIBRARY__WRITERS
          The feature id for the 'Writers' containment reference list.
static int LIBRARY_FEATURE_COUNT
          The number of structural features of the 'Library' class.
static int MAINBOARD
          The meta object id for the 'Mainboard' class.
static int MAINBOARD__NAME
          The feature id for the 'Name' attribute.
static int MAINBOARD_FEATURE_COUNT
          The number of structural features of the 'Mainboard' class.
static int POWER_BLOCK
          The meta object id for the 'Power Block' class.
static int POWER_BLOCK__NAME
          The feature id for the 'Name' attribute.
static int POWER_BLOCK_FEATURE_COUNT
          The number of structural features of the 'Power Block' class.
static int TABLE_CONTENT
          The meta object id for the 'Table Content' class.
static int TABLE_CONTENT_FEATURE_COUNT
          The number of structural features of the 'Table Content' class.
static int TABLE_CONTENT_WITH_VALIDATION
          The meta object id for the ' Table Content With Validation' class.
static int TABLE_CONTENT_WITH_VALIDATION__NAME
          The feature id for the 'Name' attribute.
static int TABLE_CONTENT_WITH_VALIDATION__WEIGHT
          The feature id for the 'Weight' attribute.
static int TABLE_CONTENT_WITH_VALIDATION_FEATURE_COUNT
          The number of structural features of the 'Table Content With Validation' class.
static int TABLE_CONTENT_WITHOUT_VALIDATION
          The meta object id for the ' Table Content Without Validation' class.
static int TABLE_CONTENT_WITHOUT_VALIDATION__NAME
          The feature id for the 'Name' attribute.
static int TABLE_CONTENT_WITHOUT_VALIDATION__WEIGHT
          The feature id for the 'Weight' attribute.
static int TABLE_CONTENT_WITHOUT_VALIDATION_FEATURE_COUNT
          The number of structural features of the 'Table Content Without Validation' class.
static int TABLE_WITH_MULTIPLICITY
          The meta object id for the 'Table With Multiplicity' class.
static int TABLE_WITH_MULTIPLICITY__CONTENT
          The feature id for the 'Content' containment reference list.
static int TABLE_WITH_MULTIPLICITY_FEATURE_COUNT
          The number of structural features of the 'Table With Multiplicity' class.
static int TABLE_WITH_UNIQUE
          The meta object id for the 'Table With Unique' class.
static int TABLE_WITH_UNIQUE__CONTENT
          The feature id for the 'Content' containment reference list.
static int TABLE_WITH_UNIQUE_FEATURE_COUNT
          The number of structural features of the 'Table With Unique' class.
static int TABLE_WITHOUT_MULTIPLICITY
          The meta object id for the ' Table Without Multiplicity' class.
static int TABLE_WITHOUT_MULTIPLICITY__CONTENT
          The feature id for the 'Content' containment reference list.
static int TABLE_WITHOUT_MULTIPLICITY_FEATURE_COUNT
          The number of structural features of the 'Table Without Multiplicity' class.
static int WRITER
          The meta object id for the 'Writer' class.
static int WRITER__BIRTH_DATE
          The feature id for the 'Birth Date' attribute.
static int WRITER__BOOKS
          The feature id for the 'Books' reference list.
static int WRITER__EMAIL
          The feature id for the 'EMail' attribute.
static int WRITER__FIRST_NAME
          The feature id for the 'First Name' attribute.
static int WRITER__LAST_NAME
          The feature id for the 'Last Name' attribute.
static int WRITER__LIBRARY
          The feature id for the 'Library' container reference.
static int WRITER__PSEUDONYM
          The feature id for the 'Pseudonym' attribute.
static int WRITER_FEATURE_COUNT
          The number of structural features of the 'Writer' class.
 
Method Summary
 org.eclipse.emf.ecore.EAttribute getBook_Pages()
          Returns the meta object for the attribute 'Pages'.
 org.eclipse.emf.ecore.EAttribute getBook_Title()
          Returns the meta object for the attribute 'Title'.
 org.eclipse.emf.ecore.EReference getBook_Writers()
          Returns the meta object for the reference 'Writers'.
 org.eclipse.emf.ecore.EClass getBook()
          Returns the meta object for class 'Book'.
 org.eclipse.emf.ecore.EReference getComputer_Mainboard()
          Returns the meta object for the containment reference ' Mainboard'.
 org.eclipse.emf.ecore.EAttribute getComputer_Name()
          Returns the meta object for the attribute ' Name'.
 org.eclipse.emf.ecore.EReference getComputer_PowerBlock()
          Returns the meta object for the containment reference ' Power Block'.
 org.eclipse.emf.ecore.EClass getComputer()
          Returns the meta object for class 'Computer'.
 org.eclipse.emf.ecore.EReference getContainer_Contents()
          Returns the meta object for the containment reference list ' Contents'.
 org.eclipse.emf.ecore.EClass getContainer()
          Returns the meta object for class 'Container'.
 org.eclipse.emf.ecore.EAttribute getContent_SecondAttribute()
          Returns the meta object for the attribute ' Second Attribute'.
 org.eclipse.emf.ecore.EAttribute getContent_UniqueAttribute()
          Returns the meta object for the attribute ' Unique Attribute'.
 org.eclipse.emf.ecore.EClass getContent()
          Returns the meta object for class 'Content'.
 org.eclipse.emf.ecore.EAttribute getLibrarian_Name()
          Returns the meta object for the attribute ' Name'.
 org.eclipse.emf.ecore.EClass getLibrarian()
          Returns the meta object for class 'Librarian'.
 org.eclipse.emf.ecore.EReference getLibrary_Books()
          Returns the meta object for the containment reference list ' Books'.
 org.eclipse.emf.ecore.EReference getLibrary_Librarian()
          Returns the meta object for the containment reference ' Librarian'.
 org.eclipse.emf.ecore.EAttribute getLibrary_Name()
          Returns the meta object for the attribute 'Name'.
 org.eclipse.emf.ecore.EReference getLibrary_Writers()
          Returns the meta object for the containment reference list ' Writers'.
 org.eclipse.emf.ecore.EClass getLibrary()
          Returns the meta object for class 'Library'.
 org.eclipse.emf.ecore.EAttribute getMainboard_Name()
          Returns the meta object for the attribute ' Name'.
 org.eclipse.emf.ecore.EClass getMainboard()
          Returns the meta object for class 'Mainboard'.
 org.eclipse.emf.ecore.EAttribute getPowerBlock_Name()
          Returns the meta object for the attribute ' Name'.
 org.eclipse.emf.ecore.EClass getPowerBlock()
          Returns the meta object for class 'Power Block'.
 org.eclipse.emf.ecore.EClass getTableContent()
          Returns the meta object for class 'Table Content'.
 org.eclipse.emf.ecore.EAttribute getTableContentWithoutValidation_Name()
          Returns the meta object for the attribute ' Name'.
 org.eclipse.emf.ecore.EAttribute getTableContentWithoutValidation_Weight()
          Returns the meta object for the attribute ' Weight'.
 org.eclipse.emf.ecore.EClass getTableContentWithoutValidation()
          Returns the meta object for class ' Table Content Without Validation'.
 org.eclipse.emf.ecore.EAttribute getTableContentWithValidation_Name()
          Returns the meta object for the attribute ' Name'.
 org.eclipse.emf.ecore.EAttribute getTableContentWithValidation_Weight()
          Returns the meta object for the attribute ' Weight'.
 org.eclipse.emf.ecore.EClass getTableContentWithValidation()
          Returns the meta object for class ' Table Content With Validation'.
 org.eclipse.emf.ecore.EReference getTableWithMultiplicity_Content()
          Returns the meta object for the containment reference list ' Content'.
 org.eclipse.emf.ecore.EClass getTableWithMultiplicity()
          Returns the meta object for class 'Table With Multiplicity'.
 org.eclipse.emf.ecore.EReference getTableWithoutMultiplicity_Content()
          Returns the meta object for the containment reference list ' Content'.
 org.eclipse.emf.ecore.EClass getTableWithoutMultiplicity()
          Returns the meta object for class ' Table Without Multiplicity'.
 org.eclipse.emf.ecore.EReference getTableWithUnique_Content()
          Returns the meta object for the containment reference list ' Content'.
 org.eclipse.emf.ecore.EClass getTableWithUnique()
          Returns the meta object for class 'Table With Unique'.
 TestFactory getTestFactory()
          Returns the factory that creates the instances of the model.
 org.eclipse.emf.ecore.EAttribute getWriter_BirthDate()
          Returns the meta object for the attribute ' Birth Date'.
 org.eclipse.emf.ecore.EReference getWriter_Books()
          Returns the meta object for the reference list ' Books'.
 org.eclipse.emf.ecore.EAttribute getWriter_EMail()
          Returns the meta object for the attribute 'EMail'.
 org.eclipse.emf.ecore.EAttribute getWriter_FirstName()
          Returns the meta object for the attribute ' First Name'.
 org.eclipse.emf.ecore.EAttribute getWriter_LastName()
          Returns the meta object for the attribute ' Last Name'.
 org.eclipse.emf.ecore.EReference getWriter_Library()
          Returns the meta object for the container reference ' Library'.
 org.eclipse.emf.ecore.EAttribute getWriter_Pseudonym()
          Returns the meta object for the attribute ' Pseudonym'.
 org.eclipse.emf.ecore.EClass getWriter()
          Returns the meta object for class 'Writer '.
 
Methods inherited from interface org.eclipse.emf.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
 
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

eNAME

static final String eNAME
The package name.

See Also:
Constant Field Values

eNS_URI

static final String eNS_URI
The package namespace URI.

See Also:
Constant Field Values

eNS_PREFIX

static final String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values

eINSTANCE

static final TestPackage eINSTANCE
The singleton instance of the package.


LIBRARY

static final int LIBRARY
The meta object id for the 'Library' class.

See Also:
LibraryImpl, TestPackageImpl.getLibrary(), Constant Field Values

LIBRARY__NAME

static final int LIBRARY__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values

LIBRARY__WRITERS

static final int LIBRARY__WRITERS
The feature id for the 'Writers' containment reference list.

See Also:
Constant Field Values

LIBRARY__BOOKS

static final int LIBRARY__BOOKS
The feature id for the 'Books' containment reference list.

See Also:
Constant Field Values

LIBRARY__LIBRARIAN

static final int LIBRARY__LIBRARIAN
The feature id for the 'Librarian' containment reference.

See Also:
Constant Field Values

LIBRARY_FEATURE_COUNT

static final int LIBRARY_FEATURE_COUNT
The number of structural features of the 'Library' class.

See Also:
Constant Field Values

WRITER

static final int WRITER
The meta object id for the 'Writer' class.

See Also:
WriterImpl, TestPackageImpl.getWriter(), Constant Field Values

WRITER__FIRST_NAME

static final int WRITER__FIRST_NAME
The feature id for the 'First Name' attribute.

See Also:
Constant Field Values

WRITER__LAST_NAME

static final int WRITER__LAST_NAME
The feature id for the 'Last Name' attribute.

See Also:
Constant Field Values

WRITER__EMAIL

static final int WRITER__EMAIL
The feature id for the 'EMail' attribute.

See Also:
Constant Field Values

WRITER__BIRTH_DATE

static final int WRITER__BIRTH_DATE
The feature id for the 'Birth Date' attribute.

See Also:
Constant Field Values

WRITER__BOOKS

static final int WRITER__BOOKS
The feature id for the 'Books' reference list.

See Also:
Constant Field Values

WRITER__PSEUDONYM

static final int WRITER__PSEUDONYM
The feature id for the 'Pseudonym' attribute.

See Also:
Constant Field Values

WRITER__LIBRARY

static final int WRITER__LIBRARY
The feature id for the 'Library' container reference.

See Also:
Constant Field Values

WRITER_FEATURE_COUNT

static final int WRITER_FEATURE_COUNT
The number of structural features of the 'Writer' class.

See Also:
Constant Field Values

BOOK

static final int BOOK
The meta object id for the 'Book' class.

See Also:
BookImpl, TestPackageImpl.getBook(), Constant Field Values

BOOK__TITLE

static final int BOOK__TITLE
The feature id for the 'Title' attribute.

See Also:
Constant Field Values

BOOK__PAGES

static final int BOOK__PAGES
The feature id for the 'Pages' attribute.

See Also:
Constant Field Values

BOOK__WRITERS

static final int BOOK__WRITERS
The feature id for the 'Writers' reference.

See Also:
Constant Field Values

BOOK_FEATURE_COUNT

static final int BOOK_FEATURE_COUNT
The number of structural features of the 'Book' class.

See Also:
Constant Field Values

LIBRARIAN

static final int LIBRARIAN
The meta object id for the 'Librarian' class.

See Also:
LibrarianImpl, TestPackageImpl.getLibrarian(), Constant Field Values

LIBRARIAN__NAME

static final int LIBRARIAN__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values

LIBRARIAN_FEATURE_COUNT

static final int LIBRARIAN_FEATURE_COUNT
The number of structural features of the 'Librarian' class.

See Also:
Constant Field Values

COMPUTER

static final int COMPUTER
The meta object id for the 'Computer' class.

See Also:
ComputerImpl, TestPackageImpl.getComputer(), Constant Field Values

COMPUTER__MAINBOARD

static final int COMPUTER__MAINBOARD
The feature id for the 'Mainboard' containment reference.

See Also:
Constant Field Values

COMPUTER__NAME

static final int COMPUTER__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values

COMPUTER__POWER_BLOCK

static final int COMPUTER__POWER_BLOCK
The feature id for the 'Power Block' containment reference.

See Also:
Constant Field Values

COMPUTER_FEATURE_COUNT

static final int COMPUTER_FEATURE_COUNT
The number of structural features of the 'Computer' class.

See Also:
Constant Field Values

MAINBOARD

static final int MAINBOARD
The meta object id for the 'Mainboard' class.

See Also:
MainboardImpl, TestPackageImpl.getMainboard(), Constant Field Values

MAINBOARD__NAME

static final int MAINBOARD__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values

MAINBOARD_FEATURE_COUNT

static final int MAINBOARD_FEATURE_COUNT
The number of structural features of the 'Mainboard' class.

See Also:
Constant Field Values

POWER_BLOCK

static final int POWER_BLOCK
The meta object id for the 'Power Block' class.

See Also:
PowerBlockImpl, TestPackageImpl.getPowerBlock(), Constant Field Values

POWER_BLOCK__NAME

static final int POWER_BLOCK__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values

POWER_BLOCK_FEATURE_COUNT

static final int POWER_BLOCK_FEATURE_COUNT
The number of structural features of the 'Power Block' class.

See Also:
Constant Field Values

CONTAINER

static final int CONTAINER
The meta object id for the 'Container' class.

See Also:
ContainerImpl, TestPackageImpl.getContainer(), Constant Field Values

CONTAINER__CONTENTS

static final int CONTAINER__CONTENTS
The feature id for the 'Contents' containment reference list.

See Also:
Constant Field Values

CONTAINER_FEATURE_COUNT

static final int CONTAINER_FEATURE_COUNT
The number of structural features of the 'Container' class.

See Also:
Constant Field Values

CONTENT

static final int CONTENT
The meta object id for the 'Content' class.

See Also:
ContentImpl, TestPackageImpl.getContent(), Constant Field Values

CONTENT__UNIQUE_ATTRIBUTE

static final int CONTENT__UNIQUE_ATTRIBUTE
The feature id for the 'Unique Attribute' attribute.

See Also:
Constant Field Values

CONTENT__SECOND_ATTRIBUTE

static final int CONTENT__SECOND_ATTRIBUTE
The feature id for the 'Second Attribute' attribute.

See Also:
Constant Field Values

CONTENT_FEATURE_COUNT

static final int CONTENT_FEATURE_COUNT
The number of structural features of the 'Content' class.

See Also:
Constant Field Values

TABLE_WITH_MULTIPLICITY

static final int TABLE_WITH_MULTIPLICITY
The meta object id for the 'Table With Multiplicity' class.

See Also:
TableWithMultiplicityImpl, TestPackageImpl.getTableWithMultiplicity(), Constant Field Values

TABLE_WITH_MULTIPLICITY__CONTENT

static final int TABLE_WITH_MULTIPLICITY__CONTENT
The feature id for the 'Content' containment reference list.

See Also:
Constant Field Values

TABLE_WITH_MULTIPLICITY_FEATURE_COUNT

static final int TABLE_WITH_MULTIPLICITY_FEATURE_COUNT
The number of structural features of the 'Table With Multiplicity' class.

See Also:
Constant Field Values

TABLE_CONTENT

static final int TABLE_CONTENT
The meta object id for the 'Table Content' class.

See Also:
TableContentImpl, TestPackageImpl.getTableContent(), Constant Field Values

TABLE_CONTENT_FEATURE_COUNT

static final int TABLE_CONTENT_FEATURE_COUNT
The number of structural features of the 'Table Content' class.

See Also:
Constant Field Values

TABLE_CONTENT_WITHOUT_VALIDATION

static final int TABLE_CONTENT_WITHOUT_VALIDATION
The meta object id for the ' Table Content Without Validation' class.

See Also:
TableContentWithoutValidationImpl, TestPackageImpl.getTableContentWithoutValidation(), Constant Field Values

TABLE_CONTENT_WITHOUT_VALIDATION__NAME

static final int TABLE_CONTENT_WITHOUT_VALIDATION__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values

TABLE_CONTENT_WITHOUT_VALIDATION__WEIGHT

static final int TABLE_CONTENT_WITHOUT_VALIDATION__WEIGHT
The feature id for the 'Weight' attribute.

See Also:
Constant Field Values

TABLE_CONTENT_WITHOUT_VALIDATION_FEATURE_COUNT

static final int TABLE_CONTENT_WITHOUT_VALIDATION_FEATURE_COUNT
The number of structural features of the 'Table Content Without Validation' class.

See Also:
Constant Field Values

TABLE_CONTENT_WITH_VALIDATION

static final int TABLE_CONTENT_WITH_VALIDATION
The meta object id for the ' Table Content With Validation' class.

See Also:
TableContentWithValidationImpl, TestPackageImpl.getTableContentWithValidation(), Constant Field Values

TABLE_CONTENT_WITH_VALIDATION__NAME

static final int TABLE_CONTENT_WITH_VALIDATION__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values

TABLE_CONTENT_WITH_VALIDATION__WEIGHT

static final int TABLE_CONTENT_WITH_VALIDATION__WEIGHT
The feature id for the 'Weight' attribute.

See Also:
Constant Field Values

TABLE_CONTENT_WITH_VALIDATION_FEATURE_COUNT

static final int TABLE_CONTENT_WITH_VALIDATION_FEATURE_COUNT
The number of structural features of the 'Table Content With Validation' class.

See Also:
Constant Field Values

TABLE_WITHOUT_MULTIPLICITY

static final int TABLE_WITHOUT_MULTIPLICITY
The meta object id for the ' Table Without Multiplicity' class.

See Also:
TableWithoutMultiplicityImpl, TestPackageImpl.getTableWithoutMultiplicity(), Constant Field Values

TABLE_WITHOUT_MULTIPLICITY__CONTENT

static final int TABLE_WITHOUT_MULTIPLICITY__CONTENT
The feature id for the 'Content' containment reference list.

See Also:
Constant Field Values

TABLE_WITHOUT_MULTIPLICITY_FEATURE_COUNT

static final int TABLE_WITHOUT_MULTIPLICITY_FEATURE_COUNT
The number of structural features of the 'Table Without Multiplicity' class.

See Also:
Constant Field Values

TABLE_WITH_UNIQUE

static final int TABLE_WITH_UNIQUE
The meta object id for the 'Table With Unique' class.

See Also:
TableWithUniqueImpl, TestPackageImpl.getTableWithUnique(), Constant Field Values

TABLE_WITH_UNIQUE__CONTENT

static final int TABLE_WITH_UNIQUE__CONTENT
The feature id for the 'Content' containment reference list.

See Also:
Constant Field Values

TABLE_WITH_UNIQUE_FEATURE_COUNT

static final int TABLE_WITH_UNIQUE_FEATURE_COUNT
The number of structural features of the 'Table With Unique' class.

See Also:
Constant Field Values
Method Detail

getLibrary

org.eclipse.emf.ecore.EClass getLibrary()
Returns the meta object for class 'Library'.

Returns:
the meta object for class 'Library'.
See Also:
Library

getLibrary_Name

org.eclipse.emf.ecore.EAttribute getLibrary_Name()
Returns the meta object for the attribute 'Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
Library.getName(), getLibrary()

getLibrary_Writers

org.eclipse.emf.ecore.EReference getLibrary_Writers()
Returns the meta object for the containment reference list ' Writers'.

Returns:
the meta object for the containment reference list 'Writers'.
See Also:
Library.getWriters(), getLibrary()

getLibrary_Books

org.eclipse.emf.ecore.EReference getLibrary_Books()
Returns the meta object for the containment reference list ' Books'.

Returns:
the meta object for the containment reference list 'Books'.
See Also:
Library.getBooks(), getLibrary()

getLibrary_Librarian

org.eclipse.emf.ecore.EReference getLibrary_Librarian()
Returns the meta object for the containment reference ' Librarian'.

Returns:
the meta object for the containment reference 'Librarian'.
See Also:
Library.getLibrarian(), getLibrary()

getWriter

org.eclipse.emf.ecore.EClass getWriter()
Returns the meta object for class 'Writer '.

Returns:
the meta object for class 'Writer'.
See Also:
Writer

getWriter_FirstName

org.eclipse.emf.ecore.EAttribute getWriter_FirstName()
Returns the meta object for the attribute ' First Name'.

Returns:
the meta object for the attribute 'First Name'.
See Also:
Writer.getFirstName(), getWriter()

getWriter_LastName

org.eclipse.emf.ecore.EAttribute getWriter_LastName()
Returns the meta object for the attribute ' Last Name'.

Returns:
the meta object for the attribute 'Last Name'.
See Also:
Writer.getLastName(), getWriter()

getWriter_EMail

org.eclipse.emf.ecore.EAttribute getWriter_EMail()
Returns the meta object for the attribute 'EMail'.

Returns:
the meta object for the attribute 'EMail'.
See Also:
Writer.getEMail(), getWriter()

getWriter_BirthDate

org.eclipse.emf.ecore.EAttribute getWriter_BirthDate()
Returns the meta object for the attribute ' Birth Date'.

Returns:
the meta object for the attribute 'Birth Date'.
See Also:
Writer.getBirthDate(), getWriter()

getWriter_Books

org.eclipse.emf.ecore.EReference getWriter_Books()
Returns the meta object for the reference list ' Books'.

Returns:
the meta object for the reference list 'Books'.
See Also:
Writer.getBooks(), getWriter()

getWriter_Pseudonym

org.eclipse.emf.ecore.EAttribute getWriter_Pseudonym()
Returns the meta object for the attribute ' Pseudonym'.

Returns:
the meta object for the attribute 'Pseudonym'.
See Also:
Writer.isPseudonym(), getWriter()

getWriter_Library

org.eclipse.emf.ecore.EReference getWriter_Library()
Returns the meta object for the container reference ' Library'.

Returns:
the meta object for the container reference 'Library'.
See Also:
Writer.getLibrary(), getWriter()

getBook

org.eclipse.emf.ecore.EClass getBook()
Returns the meta object for class 'Book'.

Returns:
the meta object for class 'Book'.
See Also:
Book

getBook_Title

org.eclipse.emf.ecore.EAttribute getBook_Title()
Returns the meta object for the attribute 'Title'.

Returns:
the meta object for the attribute 'Title'.
See Also:
Book.getTitle(), getBook()

getBook_Pages

org.eclipse.emf.ecore.EAttribute getBook_Pages()
Returns the meta object for the attribute 'Pages'.

Returns:
the meta object for the attribute 'Pages'.
See Also:
Book.getPages(), getBook()

getBook_Writers

org.eclipse.emf.ecore.EReference getBook_Writers()
Returns the meta object for the reference 'Writers'.

Returns:
the meta object for the reference 'Writers'.
See Also:
Book.getWriters(), getBook()

getLibrarian

org.eclipse.emf.ecore.EClass getLibrarian()
Returns the meta object for class 'Librarian'.

Returns:
the meta object for class 'Librarian'.
See Also:
Librarian

getLibrarian_Name

org.eclipse.emf.ecore.EAttribute getLibrarian_Name()
Returns the meta object for the attribute ' Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
Librarian.getName(), getLibrarian()

getComputer

org.eclipse.emf.ecore.EClass getComputer()
Returns the meta object for class 'Computer'.

Returns:
the meta object for class 'Computer'.
See Also:
Computer

getComputer_Mainboard

org.eclipse.emf.ecore.EReference getComputer_Mainboard()
Returns the meta object for the containment reference ' Mainboard'.

Returns:
the meta object for the containment reference 'Mainboard'.
See Also:
Computer.getMainboard(), getComputer()

getComputer_Name

org.eclipse.emf.ecore.EAttribute getComputer_Name()
Returns the meta object for the attribute ' Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
Computer.getName(), getComputer()

getComputer_PowerBlock

org.eclipse.emf.ecore.EReference getComputer_PowerBlock()
Returns the meta object for the containment reference ' Power Block'.

Returns:
the meta object for the containment reference 'Power Block'.
See Also:
Computer.getPowerBlock(), getComputer()

getMainboard

org.eclipse.emf.ecore.EClass getMainboard()
Returns the meta object for class 'Mainboard'.

Returns:
the meta object for class 'Mainboard'.
See Also:
Mainboard

getMainboard_Name

org.eclipse.emf.ecore.EAttribute getMainboard_Name()
Returns the meta object for the attribute ' Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
Mainboard.getName(), getMainboard()

getPowerBlock

org.eclipse.emf.ecore.EClass getPowerBlock()
Returns the meta object for class 'Power Block'.

Returns:
the meta object for class 'Power Block'.
See Also:
PowerBlock

getPowerBlock_Name

org.eclipse.emf.ecore.EAttribute getPowerBlock_Name()
Returns the meta object for the attribute ' Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
PowerBlock.getName(), getPowerBlock()

getContainer

org.eclipse.emf.ecore.EClass getContainer()
Returns the meta object for class 'Container'.

Returns:
the meta object for class 'Container'.
See Also:
Container

getContainer_Contents

org.eclipse.emf.ecore.EReference getContainer_Contents()
Returns the meta object for the containment reference list ' Contents'.

Returns:
the meta object for the containment reference list 'Contents'.
See Also:
Container.getContents(), getContainer()

getContent

org.eclipse.emf.ecore.EClass getContent()
Returns the meta object for class 'Content'.

Returns:
the meta object for class 'Content'.
See Also:
Content

getContent_UniqueAttribute

org.eclipse.emf.ecore.EAttribute getContent_UniqueAttribute()
Returns the meta object for the attribute ' Unique Attribute'.

Returns:
the meta object for the attribute 'Unique Attribute'.
See Also:
Content.getUniqueAttribute(), getContent()

getContent_SecondAttribute

org.eclipse.emf.ecore.EAttribute getContent_SecondAttribute()
Returns the meta object for the attribute ' Second Attribute'.

Returns:
the meta object for the attribute 'Second Attribute'.
See Also:
Content.getSecondAttribute(), getContent()

getTableWithMultiplicity

org.eclipse.emf.ecore.EClass getTableWithMultiplicity()
Returns the meta object for class 'Table With Multiplicity'.

Returns:
the meta object for class 'Table With Multiplicity'.
See Also:
TableWithMultiplicity

getTableWithMultiplicity_Content

org.eclipse.emf.ecore.EReference getTableWithMultiplicity_Content()
Returns the meta object for the containment reference list ' Content'.

Returns:
the meta object for the containment reference list 'Content'.
See Also:
TableWithMultiplicity.getContent(), getTableWithMultiplicity()

getTableContent

org.eclipse.emf.ecore.EClass getTableContent()
Returns the meta object for class 'Table Content'.

Returns:
the meta object for class 'Table Content'.
See Also:
TableContent

getTableContentWithoutValidation

org.eclipse.emf.ecore.EClass getTableContentWithoutValidation()
Returns the meta object for class ' Table Content Without Validation'.

Returns:
the meta object for class 'Table Content Without Validation'.
See Also:
TableContentWithoutValidation

getTableContentWithoutValidation_Name

org.eclipse.emf.ecore.EAttribute getTableContentWithoutValidation_Name()
Returns the meta object for the attribute ' Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
TableContentWithoutValidation.getName(), getTableContentWithoutValidation()

getTableContentWithoutValidation_Weight

org.eclipse.emf.ecore.EAttribute getTableContentWithoutValidation_Weight()
Returns the meta object for the attribute ' Weight'.

Returns:
the meta object for the attribute 'Weight'.
See Also:
TableContentWithoutValidation.getWeight(), getTableContentWithoutValidation()

getTableContentWithValidation

org.eclipse.emf.ecore.EClass getTableContentWithValidation()
Returns the meta object for class ' Table Content With Validation'.

Returns:
the meta object for class 'Table Content With Validation'.
See Also:
TableContentWithValidation

getTableContentWithValidation_Name

org.eclipse.emf.ecore.EAttribute getTableContentWithValidation_Name()
Returns the meta object for the attribute ' Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
TableContentWithValidation.getName(), getTableContentWithValidation()

getTableContentWithValidation_Weight

org.eclipse.emf.ecore.EAttribute getTableContentWithValidation_Weight()
Returns the meta object for the attribute ' Weight'.

Returns:
the meta object for the attribute 'Weight'.
See Also:
TableContentWithValidation.getWeight(), getTableContentWithValidation()

getTableWithoutMultiplicity

org.eclipse.emf.ecore.EClass getTableWithoutMultiplicity()
Returns the meta object for class ' Table Without Multiplicity'.

Returns:
the meta object for class 'Table Without Multiplicity'.
See Also:
TableWithoutMultiplicity

getTableWithoutMultiplicity_Content

org.eclipse.emf.ecore.EReference getTableWithoutMultiplicity_Content()
Returns the meta object for the containment reference list ' Content'.

Returns:
the meta object for the containment reference list 'Content'.
See Also:
TableWithoutMultiplicity.getContent(), getTableWithoutMultiplicity()

getTableWithUnique

org.eclipse.emf.ecore.EClass getTableWithUnique()
Returns the meta object for class 'Table With Unique'.

Returns:
the meta object for class 'Table With Unique'.
See Also:
TableWithUnique

getTableWithUnique_Content

org.eclipse.emf.ecore.EReference getTableWithUnique_Content()
Returns the meta object for the containment reference list ' Content'.

Returns:
the meta object for the containment reference list 'Content'.
See Also:
TableWithUnique.getContent(), getTableWithUnique()

getTestFactory

TestFactory getTestFactory()
Returns the factory that creates the instances of the model.

Returns:
the factory that creates the instances of the model.


Copyright © 2014. All Rights Reserved.