| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DerbyModelPackage
The Package for the model. It contains accessors for the meta objects to represent
DerbyModelFactory| Nested Class Summary | |
|---|---|
| static interface | DerbyModelPackage.LiteralsDefines 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 | DERBY_SCHEMAThe meta object id for the ' Derby Schema' class. | 
| static int | DERBY_SCHEMA__ASSERTIONSThe feature id for the 'Assertions' reference list. | 
| static int | DERBY_SCHEMA__CATALOGThe feature id for the 'Catalog' reference. | 
| static int | DERBY_SCHEMA__CHAR_SETSThe feature id for the 'Char Sets' reference list. | 
| static int | DERBY_SCHEMA__COMMENTSThe feature id for the 'Comments' reference list. | 
| static int | DERBY_SCHEMA__DATABASEThe feature id for the 'Database' reference. | 
| static int | DERBY_SCHEMA__DEPENDENCIESThe feature id for the 'Dependencies' containment reference list. | 
| static int | DERBY_SCHEMA__DESCRIPTIONThe feature id for the 'Description' attribute. | 
| static int | DERBY_SCHEMA__EANNOTATIONSThe feature id for the 'EAnnotations' containment reference list. | 
| static int | DERBY_SCHEMA__EXTENSIONSThe feature id for the 'Extensions' containment reference list. | 
| static int | DERBY_SCHEMA__INDICESThe feature id for the 'Indices' reference list. | 
| static int | DERBY_SCHEMA__LABELThe feature id for the 'Label' attribute. | 
| static int | DERBY_SCHEMA__NAMEThe feature id for the 'Name' attribute. | 
| static int | DERBY_SCHEMA__OWNERThe feature id for the 'Owner' reference. | 
| static int | DERBY_SCHEMA__PRIVILEGESThe feature id for the 'Privileges' reference list. | 
| static int | DERBY_SCHEMA__ROUTINESThe feature id for the 'Routines' reference list. | 
| static int | DERBY_SCHEMA__SEQUENCESThe feature id for the 'Sequences' reference list. | 
| static int | DERBY_SCHEMA__TABLESThe feature id for the 'Tables' reference list. | 
| static int | DERBY_SCHEMA__TRIGGERSThe feature id for the 'Triggers' reference list. | 
| static int | DERBY_SCHEMA__USER_DEFINED_TYPESThe feature id for the 'User Defined Types' reference list. | 
| static int | DERBY_SCHEMA_FEATURE_COUNTThe number of structural features of the 'Derby Schema' class. | 
| static DerbyModelPackage | 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 | SYNONYMThe meta object id for the ' Synonym' class. | 
| static int | SYNONYM__COLUMNSThe feature id for the 'Columns' containment reference list. | 
| static int | SYNONYM__COMMENTSThe feature id for the 'Comments' reference list. | 
| static int | SYNONYM__DEPENDENCIESThe feature id for the 'Dependencies' containment reference list. | 
| static int | SYNONYM__DESCRIPTIONThe feature id for the 'Description' attribute. | 
| static int | SYNONYM__EANNOTATIONSThe feature id for the 'EAnnotations' containment reference list. | 
| static int | SYNONYM__EXTENSIONSThe feature id for the 'Extensions' containment reference list. | 
| static int | SYNONYM__INDEXThe feature id for the 'Index' reference list. | 
| static int | SYNONYM__INSERTABLEThe feature id for the 'Insertable' attribute. | 
| static int | SYNONYM__LABELThe feature id for the 'Label' attribute. | 
| static int | SYNONYM__NAMEThe feature id for the 'Name' attribute. | 
| static int | SYNONYM__PRIVILEGESThe feature id for the 'Privileges' reference list. | 
| static int | SYNONYM__SCHEMAThe feature id for the 'Schema' reference. | 
| static int | SYNONYM__SELF_REF_COLUMN_GENERATIONThe feature id for the 'Self Ref Column Generation' attribute. | 
| static int | SYNONYM__SUBTABLESThe feature id for the 'Subtables' reference list. | 
| static int | SYNONYM__SUPERTABLEThe feature id for the 'Supertable' reference. | 
| static int | SYNONYM__TABLEThe feature id for the 'Table' reference. | 
| static int | SYNONYM__TRIGGERSThe feature id for the 'Triggers' reference list. | 
| static int | SYNONYM__UDTThe feature id for the 'Udt' reference. | 
| static int | SYNONYM__UPDATABLEThe feature id for the 'Updatable' attribute. | 
| static int | SYNONYM_FEATURE_COUNTThe number of structural features of the 'Synonym' class. | 
| Method Summary | |
|---|---|
|  DerbyModelFactory | getDerbyModelFactory()Returns the factory that creates the instances of the model. | 
|  org.eclipse.emf.ecore.EClass | getDerbySchema()Returns the meta object for class ' Derby Schema'. | 
|  org.eclipse.emf.ecore.EReference | getSynonym_Table()Returns the meta object for the reference ' Table'. | 
|  org.eclipse.emf.ecore.EClass | getSynonym()Returns the meta object for class ' Synonym'. | 
| 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 DerbyModelPackage eINSTANCE
static final int SYNONYM
Synonym' class.
 
 
SynonymImpl, 
DerbyModelPackageImpl.getSynonym(), 
Constant Field Valuesstatic final int SYNONYM__EANNOTATIONS
static final int SYNONYM__NAME
static final int SYNONYM__DEPENDENCIES
static final int SYNONYM__DESCRIPTION
static final int SYNONYM__LABEL
static final int SYNONYM__COMMENTS
static final int SYNONYM__EXTENSIONS
static final int SYNONYM__PRIVILEGES
static final int SYNONYM__COLUMNS
static final int SYNONYM__SUPERTABLE
static final int SYNONYM__SUBTABLES
static final int SYNONYM__SCHEMA
static final int SYNONYM__UDT
static final int SYNONYM__TRIGGERS
static final int SYNONYM__INDEX
static final int SYNONYM__SELF_REF_COLUMN_GENERATION
static final int SYNONYM__INSERTABLE
static final int SYNONYM__UPDATABLE
static final int SYNONYM__TABLE
static final int SYNONYM_FEATURE_COUNT
static final int DERBY_SCHEMA
Derby Schema' class.
 
 
DerbySchemaImpl, 
DerbyModelPackageImpl.getDerbySchema(), 
Constant Field Valuesstatic final int DERBY_SCHEMA__EANNOTATIONS
static final int DERBY_SCHEMA__NAME
static final int DERBY_SCHEMA__DEPENDENCIES
static final int DERBY_SCHEMA__DESCRIPTION
static final int DERBY_SCHEMA__LABEL
static final int DERBY_SCHEMA__COMMENTS
static final int DERBY_SCHEMA__EXTENSIONS
static final int DERBY_SCHEMA__PRIVILEGES
static final int DERBY_SCHEMA__TRIGGERS
static final int DERBY_SCHEMA__INDICES
static final int DERBY_SCHEMA__TABLES
static final int DERBY_SCHEMA__SEQUENCES
static final int DERBY_SCHEMA__DATABASE
static final int DERBY_SCHEMA__CATALOG
static final int DERBY_SCHEMA__ASSERTIONS
static final int DERBY_SCHEMA__USER_DEFINED_TYPES
static final int DERBY_SCHEMA__CHAR_SETS
static final int DERBY_SCHEMA__ROUTINES
static final int DERBY_SCHEMA__OWNER
static final int DERBY_SCHEMA_FEATURE_COUNT
| Method Detail | 
|---|
org.eclipse.emf.ecore.EClass getSynonym()
Synonym'.
 
 
Synonymorg.eclipse.emf.ecore.EReference getSynonym_Table()
Table'.
 
 
Synonym.getTable(), 
getSynonym()org.eclipse.emf.ecore.EClass getDerbySchema()
Derby Schema'.
 
 
DerbySchemaDerbyModelFactory getDerbyModelFactory()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||