org.eclipse.emf.ecp.validation.test.test
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 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 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__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 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 getLibrary_Books()
          Returns the meta object for the containment reference list ' Books'.
 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'.
 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_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
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()

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()

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.