org.eclipse.emf.ocl.query
Interface QueryPackage

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EPackage, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
QueryPackageImpl

public interface QueryPackage
extends org.eclipse.emf.ecore.EPackage

The Package for the model. It contains accessors for the meta objects to represent

See Also:
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

copyright

static final java.lang.String copyright

See Also:
Constant Field Values

eNAME

static final java.lang.String eNAME
The package name.

See Also:
Constant Field Values

eNS_URI

static final java.lang.String eNS_URI
The package namespace URI.

See Also:
Constant Field Values

eNS_PREFIX

static final java.lang.String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values

eINSTANCE

static final QueryPackage eINSTANCE
The singleton instance of the package.


QUERY

static final int QUERY
The meta object id for the 'Query' class.

See Also:
QueryImpl, QueryPackageImpl.getQuery(), Constant Field Values

QUERY__EXTENT_MAP

static final int QUERY__EXTENT_MAP
The feature id for the 'Extent Map' attribute.

See Also:
Constant Field Values

QUERY__EXPRESSION

static final int QUERY__EXPRESSION
The feature id for the 'Expression' reference.

See Also:
Constant Field Values

QUERY_FEATURE_COUNT

static final int QUERY_FEATURE_COUNT
The number of structural features of the 'Query' class.

See Also:
Constant Field Values

LIST

static final int LIST
The meta object id for the 'List' data type.

See Also:
List, QueryPackageImpl.getList(), Constant Field Values
Method Detail

getQuery

org.eclipse.emf.ecore.EClass getQuery()
Returns the meta object for class 'Query'.

Returns:
the meta object for class 'Query'.
See Also:
Query

getQuery_ExtentMap

org.eclipse.emf.ecore.EAttribute getQuery_ExtentMap()
Returns the meta object for the attribute 'Extent Map'.

Returns:
the meta object for the attribute 'Extent Map'.
See Also:
Query.getExtentMap(), getQuery()

getQuery_Expression

org.eclipse.emf.ecore.EReference getQuery_Expression()
Returns the meta object for the reference 'Expression'.

Returns:
the meta object for the reference 'Expression'.
See Also:
Query.getExpression(), getQuery()

getList

org.eclipse.emf.ecore.EDataType getList()
Returns the meta object for data type 'List'.

Returns:
the meta object for data type 'List'.
See Also:
List

getQueryFactory

QueryFactory getQueryFactory()
Returns the factory that creates the instances of the model.

Returns:
the factory that creates the instances of the model.

Copyright 2002, 2006 IBM Corporation and others.
All Rights Reserved.