|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LibPackage
The Package for the model. It contains accessors for the meta objects to represent
LibFactory| Nested Class Summary | |
|---|---|
static interface |
LibPackage.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 |
|---|
EPackage.Descriptor, EPackage.Registry |
| Field Summary | |
|---|---|
static int |
ADDRESS
The meta object id for the ' Address' class |
static int |
ADDRESS__POSTAL_CODE
The feature id for the 'Postal Code' attribute |
static int |
ADDRESS_FEATURE_COUNT
The number of structural features of the 'Address' class |
static int |
BOOK
The meta object id for the ' Book' class |
static int |
BOOK__TITLE
The feature id for the 'Title' attribute |
static int |
BOOK_FEATURE_COUNT
The number of structural features of the 'Book' class |
static int |
CAFETERIA
The meta object id for the ' Cafeteria' class |
static int |
CAFETERIA__LIBRARY
The feature id for the 'Library' container reference |
static int |
CAFETERIA__NAME
The feature id for the 'Name' attribute |
static int |
CAFETERIA_FEATURE_COUNT
The number of structural features of the 'Cafeteria' class |
static LibPackage |
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__ADDRESS
The feature id for the 'Address' containment reference |
static int |
LIBRARY__BOOKS
The feature id for the 'Books' containment reference list |
static int |
LIBRARY__CAFETERIA
The feature id for the 'Cafeteria' 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 |
PERSON
The meta object id for the ' Person' class |
static int |
PERSON__LIBRARY
The feature id for the 'Library' container reference |
static int |
PERSON__NAME
The feature id for the 'Name' attribute |
static int |
PERSON_FEATURE_COUNT
The number of structural features of the 'Person' class |
| Method Summary | |
|---|---|
EAttribute |
getAddress_PostalCode()
Returns the meta object for the attribute ' Postal Code' |
EClass |
getAddress()
Returns the meta object for class ' Address' |
EAttribute |
getBook_Title()
Returns the meta object for the attribute ' Title' |
EClass |
getBook()
Returns the meta object for class ' Book' |
EReference |
getCafeteria_Library()
Returns the meta object for the container reference ' Library' |
EAttribute |
getCafeteria_Name()
Returns the meta object for the attribute ' Name' |
EClass |
getCafeteria()
Returns the meta object for class ' Cafeteria' |
LibFactory |
getLibFactory()
Returns the factory that creates the instances of the model |
EReference |
getLibrary_Address()
Returns the meta object for the containment reference ' Address' |
EReference |
getLibrary_Books()
Returns the meta object for the containment reference list ' Books' |
EReference |
getLibrary_Cafeteria()
Returns the meta object for the containment reference ' Cafeteria' |
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' |
EReference |
getPerson_Library()
Returns the meta object for the container reference ' Library' |
EAttribute |
getPerson_Name()
Returns the meta object for the attribute ' Name' |
EClass |
getPerson()
Returns the meta object for class ' Person' |
| 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 java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final LibPackage eINSTANCE
static final int LIBRARY
Library' class.
LibraryImpl,
LibPackageImpl.getLibrary(),
Constant Field Valuesstatic final int LIBRARY__NAME
static final int LIBRARY__BOOKS
static final int LIBRARY__ADDRESS
static final int LIBRARY__WRITERS
static final int LIBRARY__CAFETERIA
static final int LIBRARY_FEATURE_COUNT
static final int BOOK
Book' class.
BookImpl,
LibPackageImpl.getBook(),
Constant Field Valuesstatic final int BOOK__TITLE
static final int BOOK_FEATURE_COUNT
static final int ADDRESS
Address' class.
AddressImpl,
LibPackageImpl.getAddress(),
Constant Field Valuesstatic final int ADDRESS__POSTAL_CODE
static final int ADDRESS_FEATURE_COUNT
static final int PERSON
Person' class.
PersonImpl,
LibPackageImpl.getPerson(),
Constant Field Valuesstatic final int PERSON__NAME
static final int PERSON__LIBRARY
static final int PERSON_FEATURE_COUNT
static final int CAFETERIA
Cafeteria' class.
CafeteriaImpl,
LibPackageImpl.getCafeteria(),
Constant Field Valuesstatic final int CAFETERIA__NAME
static final int CAFETERIA__LIBRARY
static final int CAFETERIA_FEATURE_COUNT
| Method Detail |
|---|
EClass getLibrary()
Library'.
LibraryEAttribute getLibrary_Name()
Name'.
Library.getName(),
getLibrary()EReference getLibrary_Books()
Books'.
Library.getBooks(),
getLibrary()EReference getLibrary_Address()
Address'.
Library.getAddress(),
getLibrary()EReference getLibrary_Writers()
Writers'.
Library.getWriters(),
getLibrary()EReference getLibrary_Cafeteria()
Cafeteria'.
Library.getCafeteria(),
getLibrary()EClass getBook()
Book'.
BookEAttribute getBook_Title()
Title'.
Book.getTitle(),
getBook()EClass getAddress()
Address'.
AddressEAttribute getAddress_PostalCode()
Postal Code'.
Address.getPostalCode(),
getAddress()EClass getPerson()
Person'.
PersonEAttribute getPerson_Name()
Name'.
Person.getName(),
getPerson()EReference getPerson_Library()
Library'.
Person.getLibrary(),
getPerson()EClass getCafeteria()
Cafeteria'.
CafeteriaEAttribute getCafeteria_Name()
Name'.
Cafeteria.getName(),
getCafeteria()EReference getCafeteria_Library()
Library'.
Cafeteria.getLibrary(),
getCafeteria()LibFactory getLibFactory()
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||