|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LibraryPackage
The Package for the model. It contains accessors for the meta objects to represent
LibraryFactory
Nested Class Summary | |
---|---|
static interface |
LibraryPackage.Literals
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type |
Field Summary | |
---|---|
static int |
BOOK
The meta object id for the ' Book ' class. |
static int |
BOOK__ISBN
The feature id for the 'ISBN' attribute. |
static int |
BOOK__LIBRARY
The feature id for the 'Library' container reference. |
static int |
BOOK__NAME
The feature id for the 'Name' attribute. |
static int |
BOOK__WRITER
The feature id for the 'Writer' reference. |
static int |
BOOK_FEATURE_COUNT
The number of structural features of the 'Book' class. |
static LibraryPackage |
eINSTANCE
The singleton instance of the package. |
static java.lang.String |
eNAME
The package name. |
static java.lang.String |
eNS_PREFIX
The package namespace name. |
static java.lang.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__LIBRARY
The feature id for the 'Library' container reference. |
static int |
WRITER__NAME
The feature id for the 'Name' attribute. |
static int |
WRITER_FEATURE_COUNT
The number of structural features of the 'Writer' class. |
Method Summary | |
---|---|
EAttribute |
getBook_ISBN()
Returns the meta object for the attribute ' ISBN '. |
EReference |
getBook_Library()
Returns the meta object for the container reference ' Library '. |
EAttribute |
getBook_Name()
Returns the meta object for the attribute ' Name '. |
EReference |
getBook_Writer()
Returns the meta object for the reference ' Writer '. |
EClass |
getBook()
Returns the meta object for class ' Book '. |
EReference |
getLibrary_Books()
Returns the meta object for the containment reference list ' Books '. |
EAttribute |
getLibrary_Name()
Returns the meta object for the attribute ' Name '. |
EReference |
getLibrary_Writers()
Returns the meta object for the containment reference list ' Writers '. |
EClass |
getLibrary()
Returns the meta object for class ' Library '. |
LibraryFactory |
getLibraryFactory()
Returns the factory that creates the instances of the model. |
EReference |
getWriter_Library()
Returns the meta object for the container reference ' Library '. |
EAttribute |
getWriter_Name()
Returns the meta object for the attribute ' Name '. |
EClass |
getWriter()
Returns the meta object for class ' Writer '. |
Field Detail |
---|
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final LibraryPackage eINSTANCE
static final int LIBRARY
Library
' class.
org.eclipse.papyrus.emf.facet.efacet.sdk.tests.metamodel.library.impl.LibraryImpl
,
org.eclipse.papyrus.emf.facet.efacet.sdk.tests.metamodel.library.impl.LibraryPackageImpl#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.
org.eclipse.papyrus.emf.facet.efacet.sdk.tests.metamodel.library.impl.WriterImpl
,
org.eclipse.papyrus.emf.facet.efacet.sdk.tests.metamodel.library.impl.LibraryPackageImpl#getWriter()
,
Constant Field Valuesstatic final int WRITER__NAME
static final int WRITER__LIBRARY
static final int WRITER_FEATURE_COUNT
static final int BOOK
Book
' class.
org.eclipse.papyrus.emf.facet.efacet.sdk.tests.metamodel.library.impl.BookImpl
,
org.eclipse.papyrus.emf.facet.efacet.sdk.tests.metamodel.library.impl.LibraryPackageImpl#getBook()
,
Constant Field Valuesstatic final int BOOK__NAME
static final int BOOK__ISBN
static final int BOOK__WRITER
static final int BOOK__LIBRARY
static final int BOOK_FEATURE_COUNT
Method Detail |
---|
EClass getLibrary()
Library
'.
Library
EAttribute getLibrary_Name()
Name
'.
Library.getName()
,
getLibrary()
EReference getLibrary_Writers()
Writers
'.
Library.getWriters()
,
getLibrary()
EReference getLibrary_Books()
Books
'.
Library.getBooks()
,
getLibrary()
EClass getWriter()
Writer
'.
Writer
EAttribute getWriter_Name()
Name
'.
Writer.getName()
,
getWriter()
EReference getWriter_Library()
Library
'.
Writer.getLibrary()
,
getWriter()
EClass getBook()
Book
'.
Book
EAttribute getBook_Name()
Name
'.
Book.getName()
,
getBook()
EAttribute getBook_ISBN()
ISBN
'.
Book.getISBN()
,
getBook()
EReference getBook_Writer()
Writer
'.
Book.getWriter()
,
getBook()
EReference getBook_Library()
Library
'.
Book.getLibrary()
,
getBook()
LibraryFactory getLibraryFactory()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |