|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TestPackage
The Package for the model. It contains accessors for the meta objects to represent
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 |
---|
static final String eNAME
static final String eNS_URI
static final String eNS_PREFIX
static final TestPackage eINSTANCE
static final int LIBRARY
Library
'
class.
LibraryImpl
,
TestPackageImpl.getLibrary()
,
Constant Field Valuesstatic final int LIBRARY__NAME
static final int LIBRARY__WRITERS
static final int LIBRARY__BOOKS
static final int LIBRARY_FEATURE_COUNT
static final int WRITER
Writer
'
class.
WriterImpl
,
TestPackageImpl.getWriter()
,
Constant Field Valuesstatic final int WRITER__FIRST_NAME
static final int WRITER__LAST_NAME
static final int WRITER__EMAIL
static final int WRITER__BIRTH_DATE
static final int WRITER__BOOKS
static final int WRITER__PSEUDONYM
static final int WRITER__LIBRARY
static final int WRITER_FEATURE_COUNT
static final int BOOK
Book
' class.
BookImpl
,
TestPackageImpl.getBook()
,
Constant Field Valuesstatic final int BOOK__TITLE
static final int BOOK__PAGES
static final int BOOK__WRITERS
static final int BOOK_FEATURE_COUNT
Method Detail |
---|
org.eclipse.emf.ecore.EClass getLibrary()
Library
'.
Library
org.eclipse.emf.ecore.EAttribute getLibrary_Name()
Name
'.
Library.getName()
,
getLibrary()
org.eclipse.emf.ecore.EReference getLibrary_Writers()
Writers
'.
Library.getWriters()
,
getLibrary()
org.eclipse.emf.ecore.EReference getLibrary_Books()
Books
'.
Library.getBooks()
,
getLibrary()
org.eclipse.emf.ecore.EClass getWriter()
Writer
'.
Writer
org.eclipse.emf.ecore.EAttribute getWriter_FirstName()
First Name
'.
Writer.getFirstName()
,
getWriter()
org.eclipse.emf.ecore.EAttribute getWriter_LastName()
Last Name
'.
Writer.getLastName()
,
getWriter()
org.eclipse.emf.ecore.EAttribute getWriter_EMail()
EMail
'.
Writer.getEMail()
,
getWriter()
org.eclipse.emf.ecore.EAttribute getWriter_BirthDate()
Birth Date
'.
Writer.getBirthDate()
,
getWriter()
org.eclipse.emf.ecore.EReference getWriter_Books()
Books
'.
Writer.getBooks()
,
getWriter()
org.eclipse.emf.ecore.EAttribute getWriter_Pseudonym()
Pseudonym
'.
Writer.isPseudonym()
,
getWriter()
org.eclipse.emf.ecore.EReference getWriter_Library()
Library
'.
Writer.getLibrary()
,
getWriter()
org.eclipse.emf.ecore.EClass getBook()
Book
'.
Book
org.eclipse.emf.ecore.EAttribute getBook_Title()
Title
'.
Book.getTitle()
,
getBook()
org.eclipse.emf.ecore.EAttribute getBook_Pages()
Pages
'.
Book.getPages()
,
getBook()
org.eclipse.emf.ecore.EReference getBook_Writers()
Writers
'.
Book.getWriters()
,
getBook()
TestFactory getTestFactory()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |