|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Query
API is not an element of
the OCL abstract syntax model.
@Deprecated 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
Deprecated. 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 String |
copyright
Deprecated. |
static QueryPackage |
eINSTANCE
Deprecated. The singleton instance of the package |
static String |
eNAME
Deprecated. The package name |
static String |
eNS_PREFIX
Deprecated. The package namespace name |
static String |
eNS_URI
Deprecated. The package namespace URI |
static int |
LIST
Deprecated. The meta object id for the 'List' data type |
static int |
QUERY
Deprecated. The meta object id for the ' Query ' class |
static int |
QUERY__EXPRESSION
Deprecated. The feature id for the 'Expression' reference |
static int |
QUERY__EXTENT_MAP
Deprecated. The feature id for the 'Extent Map' attribute |
static int |
QUERY_FEATURE_COUNT
Deprecated. The number of structural features of the 'Query' class |
Method Summary | |
---|---|
EDataType |
getList()
Deprecated. Returns the meta object for data type ' List ' |
EReference |
getQuery_Expression()
Deprecated. Returns the meta object for the reference ' Expression ' |
EAttribute |
getQuery_ExtentMap()
Deprecated. Returns the meta object for the attribute ' Extent Map ' |
EClass |
getQuery()
Deprecated. Returns the meta object for class ' Query ' |
QueryFactory |
getQueryFactory()
Deprecated. 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 String copyright
static final String eNAME
static final String eNS_URI
static final 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 |
---|
EClass getQuery()
Query
'.
Query
EAttribute getQuery_ExtentMap()
Extent Map
'.
Query.getExtentMap()
,
getQuery()
EReference getQuery_Expression()
Expression
'.
Query.getExpression()
,
getQuery()
EDataType getList()
List
'.
List
QueryFactory getQueryFactory()
|
Copyright 2002, 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |