| 
 | ||||||||||
| 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.LiteralsDefines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type | 
| Field Summary | |
|---|---|
| static int | BOOKThe meta object id for the ' Book' class. | 
| static int | BOOK__ISBNThe feature id for the 'ISBN' attribute. | 
| static int | BOOK__LIBRARYThe feature id for the 'Library' container reference. | 
| static int | BOOK__NAMEThe feature id for the 'Name' attribute. | 
| static int | BOOK__WRITERThe feature id for the 'Writer' reference. | 
| static int | BOOK_FEATURE_COUNTThe number of structural features of the 'Book' class. | 
| static LibraryPackage | eINSTANCEThe singleton instance of the package. | 
| static java.lang.String | eNAMEThe package name. | 
| static java.lang.String | eNS_PREFIXThe package namespace name. | 
| static java.lang.String | eNS_URIThe package namespace URI. | 
| static int | LIBRARYThe meta object id for the ' Library' class. | 
| static int | LIBRARY__BOOKSThe feature id for the 'Books' containment reference list. | 
| static int | LIBRARY__NAMEThe feature id for the 'Name' attribute. | 
| static int | LIBRARY__WRITERSThe feature id for the 'Writers' containment reference list. | 
| static int | LIBRARY_FEATURE_COUNTThe number of structural features of the 'Library' class. | 
| static int | WRITERThe meta object id for the ' Writer' class. | 
| static int | WRITER__LIBRARYThe feature id for the 'Library' container reference. | 
| static int | WRITER__NAMEThe feature id for the 'Name' attribute. | 
| static int | WRITER_FEATURE_COUNTThe 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'.
 
 
LibraryEAttribute getLibrary_Name()
Name'.
 
 
Library.getName(), 
getLibrary()EReference getLibrary_Writers()
Writers'.
 
 
Library.getWriters(), 
getLibrary()EReference getLibrary_Books()
Books'.
 
 
Library.getBooks(), 
getLibrary()EClass getWriter()
Writer'.
 
 
WriterEAttribute getWriter_Name()
Name'.
 
 
Writer.getName(), 
getWriter()EReference getWriter_Library()
Library'.
 
 
Writer.getLibrary(), 
getWriter()EClass getBook()
Book'.
 
 
BookEAttribute 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 | |||||||||