|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface QueryPackage
The Package for the model. It contains accessors for the meta objects to represent
QueryFactory
Nested Class Summary | |
---|---|
static interface |
QueryPackage.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 java.lang.String |
copyright
|
static QueryPackage |
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 |
LIST
The meta object id for the 'List' data type |
static int |
QUERY
The meta object id for the ' Query ' class |
static int |
QUERY__EXPRESSION
The feature id for the 'Expression' reference |
static int |
QUERY__EXTENT_MAP
The feature id for the 'Extent Map' attribute |
static int |
QUERY_FEATURE_COUNT
The number of structural features of the 'Query' class |
Method Summary | |
---|---|
org.eclipse.emf.ecore.EDataType |
getList()
Returns the meta object for data type ' List ' |
org.eclipse.emf.ecore.EReference |
getQuery_Expression()
Returns the meta object for the reference ' Expression ' |
org.eclipse.emf.ecore.EAttribute |
getQuery_ExtentMap()
Returns the meta object for the attribute ' Extent Map ' |
org.eclipse.emf.ecore.EClass |
getQuery()
Returns the meta object for class ' Query ' |
QueryFactory |
getQueryFactory()
Returns the factory that creates the instances of the model |
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, 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 copyright
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final QueryPackage eINSTANCE
static final int QUERY
Query
' class.
QueryImpl
,
QueryPackageImpl.getQuery()
,
Constant Field Valuesstatic final int QUERY__EXTENT_MAP
static final int QUERY__EXPRESSION
static final int QUERY_FEATURE_COUNT
static final int LIST
List
,
QueryPackageImpl.getList()
,
Constant Field ValuesMethod Detail |
---|
org.eclipse.emf.ecore.EClass getQuery()
Query
'.
Query
org.eclipse.emf.ecore.EAttribute getQuery_ExtentMap()
Extent Map
'.
Query.getExtentMap()
,
getQuery()
org.eclipse.emf.ecore.EReference getQuery_Expression()
Expression
'.
Query.getExpression()
,
getQuery()
org.eclipse.emf.ecore.EDataType getList()
List
'.
List
QueryFactory getQueryFactory()
|
Copyright 2002, 2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |