org.eclipse.datatools.modelbase.sql.expressions
Interface SQLExpressionsPackage

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

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

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

See Also:
SQLExpressionsFactory

Nested Class Summary
static interface SQLExpressionsPackage.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 SQLExpressionsPackage 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 QUERY_EXPRESSION
          The meta object id for the 'Query Expression' class.
static int QUERY_EXPRESSION_DEFAULT
          The meta object id for the 'Query Expression Default' class.
static int QUERY_EXPRESSION_DEFAULT__COMMENTS
          The feature id for the 'Comments' reference list.
static int QUERY_EXPRESSION_DEFAULT__DEPENDENCIES
          The feature id for the 'Dependencies' containment reference list.
static int QUERY_EXPRESSION_DEFAULT__DESCRIPTION
          The feature id for the 'Description' attribute.
static int QUERY_EXPRESSION_DEFAULT__EANNOTATIONS
          The feature id for the 'EAnnotations' containment reference list.
static int QUERY_EXPRESSION_DEFAULT__EXTENSIONS
          The feature id for the 'Extensions' containment reference list.
static int QUERY_EXPRESSION_DEFAULT__LABEL
          The feature id for the 'Label' attribute.
static int QUERY_EXPRESSION_DEFAULT__NAME
          The feature id for the 'Name' attribute.
static int QUERY_EXPRESSION_DEFAULT__PRIVILEGES
          The feature id for the 'Privileges' reference list.
static int QUERY_EXPRESSION_DEFAULT__SQL
          The feature id for the 'SQL' attribute.
static int QUERY_EXPRESSION_DEFAULT_FEATURE_COUNT
          The number of structural features of the 'Query Expression Default' class.
static int QUERY_EXPRESSION_FEATURE_COUNT
          The number of structural features of the 'Query Expression' class.
static int SEARCH_CONDITION
          The meta object id for the 'Search Condition' class.
static int SEARCH_CONDITION_DEFAULT
          The meta object id for the 'Search Condition Default' class.
static int SEARCH_CONDITION_DEFAULT__COMMENTS
          The feature id for the 'Comments' reference list.
static int SEARCH_CONDITION_DEFAULT__DEPENDENCIES
          The feature id for the 'Dependencies' containment reference list.
static int SEARCH_CONDITION_DEFAULT__DESCRIPTION
          The feature id for the 'Description' attribute.
static int SEARCH_CONDITION_DEFAULT__EANNOTATIONS
          The feature id for the 'EAnnotations' containment reference list.
static int SEARCH_CONDITION_DEFAULT__EXTENSIONS
          The feature id for the 'Extensions' containment reference list.
static int SEARCH_CONDITION_DEFAULT__LABEL
          The feature id for the 'Label' attribute.
static int SEARCH_CONDITION_DEFAULT__NAME
          The feature id for the 'Name' attribute.
static int SEARCH_CONDITION_DEFAULT__PRIVILEGES
          The feature id for the 'Privileges' reference list.
static int SEARCH_CONDITION_DEFAULT__SQL
          The feature id for the 'SQL' attribute.
static int SEARCH_CONDITION_DEFAULT_FEATURE_COUNT
          The number of structural features of the 'Search Condition Default' class.
static int SEARCH_CONDITION_FEATURE_COUNT
          The number of structural features of the 'Search Condition' class.
static int VALUE_EXPRESSION
          The meta object id for the 'Value Expression' class.
static int VALUE_EXPRESSION_DEFAULT
          The meta object id for the 'Value Expression Default' class.
static int VALUE_EXPRESSION_DEFAULT__COMMENTS
          The feature id for the 'Comments' reference list.
static int VALUE_EXPRESSION_DEFAULT__DEPENDENCIES
          The feature id for the 'Dependencies' containment reference list.
static int VALUE_EXPRESSION_DEFAULT__DESCRIPTION
          The feature id for the 'Description' attribute.
static int VALUE_EXPRESSION_DEFAULT__EANNOTATIONS
          The feature id for the 'EAnnotations' containment reference list.
static int VALUE_EXPRESSION_DEFAULT__EXTENSIONS
          The feature id for the 'Extensions' containment reference list.
static int VALUE_EXPRESSION_DEFAULT__LABEL
          The feature id for the 'Label' attribute.
static int VALUE_EXPRESSION_DEFAULT__NAME
          The feature id for the 'Name' attribute.
static int VALUE_EXPRESSION_DEFAULT__PRIVILEGES
          The feature id for the 'Privileges' reference list.
static int VALUE_EXPRESSION_DEFAULT__SQL
          The feature id for the 'SQL' attribute.
static int VALUE_EXPRESSION_DEFAULT_FEATURE_COUNT
          The number of structural features of the 'Value Expression Default' class.
static int VALUE_EXPRESSION_FEATURE_COUNT
          The number of structural features of the 'Value Expression' class.
 
Method Summary
 org.eclipse.emf.ecore.EClass getQueryExpression()
          Returns the meta object for class 'Query Expression'.
 org.eclipse.emf.ecore.EAttribute getQueryExpressionDefault_SQL()
          Returns the meta object for the attribute 'SQL'.
 org.eclipse.emf.ecore.EClass getQueryExpressionDefault()
          Returns the meta object for class 'Query Expression Default'.
 org.eclipse.emf.ecore.EClass getSearchCondition()
          Returns the meta object for class 'Search Condition'.
 org.eclipse.emf.ecore.EAttribute getSearchConditionDefault_SQL()
          Returns the meta object for the attribute 'SQL'.
 org.eclipse.emf.ecore.EClass getSearchConditionDefault()
          Returns the meta object for class 'Search Condition Default'.
 SQLExpressionsFactory getSQLExpressionsFactory()
          Returns the factory that creates the instances of the model.
 org.eclipse.emf.ecore.EClass getValueExpression()
          Returns the meta object for class 'Value Expression'.
 org.eclipse.emf.ecore.EAttribute getValueExpressionDefault_SQL()
          Returns the meta object for the attribute 'SQL'.
 org.eclipse.emf.ecore.EClass getValueExpressionDefault()
          Returns the meta object for class 'Value Expression Default'.
 
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

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 SQLExpressionsPackage eINSTANCE
The singleton instance of the package.


QUERY_EXPRESSION

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

See Also:
QueryExpression, SQLExpressionsPackageImpl.getQueryExpression(), Constant Field Values

QUERY_EXPRESSION_FEATURE_COUNT

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

See Also:
Constant Field Values

VALUE_EXPRESSION

static final int VALUE_EXPRESSION
The meta object id for the 'Value Expression' class.

See Also:
ValueExpression, SQLExpressionsPackageImpl.getValueExpression(), Constant Field Values

VALUE_EXPRESSION_FEATURE_COUNT

static final int VALUE_EXPRESSION_FEATURE_COUNT
The number of structural features of the 'Value Expression' class.

See Also:
Constant Field Values

SEARCH_CONDITION

static final int SEARCH_CONDITION
The meta object id for the 'Search Condition' class.

See Also:
SearchCondition, SQLExpressionsPackageImpl.getSearchCondition(), Constant Field Values

SEARCH_CONDITION_FEATURE_COUNT

static final int SEARCH_CONDITION_FEATURE_COUNT
The number of structural features of the 'Search Condition' class.

See Also:
Constant Field Values

QUERY_EXPRESSION_DEFAULT

static final int QUERY_EXPRESSION_DEFAULT
The meta object id for the 'Query Expression Default' class.

See Also:
QueryExpressionDefaultImpl, SQLExpressionsPackageImpl.getQueryExpressionDefault(), Constant Field Values

QUERY_EXPRESSION_DEFAULT__EANNOTATIONS

static final int QUERY_EXPRESSION_DEFAULT__EANNOTATIONS
The feature id for the 'EAnnotations' containment reference list.

See Also:
Constant Field Values

QUERY_EXPRESSION_DEFAULT__NAME

static final int QUERY_EXPRESSION_DEFAULT__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values

QUERY_EXPRESSION_DEFAULT__DEPENDENCIES

static final int QUERY_EXPRESSION_DEFAULT__DEPENDENCIES
The feature id for the 'Dependencies' containment reference list.

See Also:
Constant Field Values

QUERY_EXPRESSION_DEFAULT__DESCRIPTION

static final int QUERY_EXPRESSION_DEFAULT__DESCRIPTION
The feature id for the 'Description' attribute.

See Also:
Constant Field Values

QUERY_EXPRESSION_DEFAULT__LABEL

static final int QUERY_EXPRESSION_DEFAULT__LABEL
The feature id for the 'Label' attribute.

See Also:
Constant Field Values

QUERY_EXPRESSION_DEFAULT__COMMENTS

static final int QUERY_EXPRESSION_DEFAULT__COMMENTS
The feature id for the 'Comments' reference list.

See Also:
Constant Field Values

QUERY_EXPRESSION_DEFAULT__EXTENSIONS

static final int QUERY_EXPRESSION_DEFAULT__EXTENSIONS
The feature id for the 'Extensions' containment reference list.

See Also:
Constant Field Values

QUERY_EXPRESSION_DEFAULT__PRIVILEGES

static final int QUERY_EXPRESSION_DEFAULT__PRIVILEGES
The feature id for the 'Privileges' reference list.

See Also:
Constant Field Values

QUERY_EXPRESSION_DEFAULT__SQL

static final int QUERY_EXPRESSION_DEFAULT__SQL
The feature id for the 'SQL' attribute.

See Also:
Constant Field Values

QUERY_EXPRESSION_DEFAULT_FEATURE_COUNT

static final int QUERY_EXPRESSION_DEFAULT_FEATURE_COUNT
The number of structural features of the 'Query Expression Default' class.

See Also:
Constant Field Values

SEARCH_CONDITION_DEFAULT

static final int SEARCH_CONDITION_DEFAULT
The meta object id for the 'Search Condition Default' class.

See Also:
SearchConditionDefaultImpl, SQLExpressionsPackageImpl.getSearchConditionDefault(), Constant Field Values

SEARCH_CONDITION_DEFAULT__EANNOTATIONS

static final int SEARCH_CONDITION_DEFAULT__EANNOTATIONS
The feature id for the 'EAnnotations' containment reference list.

See Also:
Constant Field Values

SEARCH_CONDITION_DEFAULT__NAME

static final int SEARCH_CONDITION_DEFAULT__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values

SEARCH_CONDITION_DEFAULT__DEPENDENCIES

static final int SEARCH_CONDITION_DEFAULT__DEPENDENCIES
The feature id for the 'Dependencies' containment reference list.

See Also:
Constant Field Values

SEARCH_CONDITION_DEFAULT__DESCRIPTION

static final int SEARCH_CONDITION_DEFAULT__DESCRIPTION
The feature id for the 'Description' attribute.

See Also:
Constant Field Values

SEARCH_CONDITION_DEFAULT__LABEL

static final int SEARCH_CONDITION_DEFAULT__LABEL
The feature id for the 'Label' attribute.

See Also:
Constant Field Values

SEARCH_CONDITION_DEFAULT__COMMENTS

static final int SEARCH_CONDITION_DEFAULT__COMMENTS
The feature id for the 'Comments' reference list.

See Also:
Constant Field Values

SEARCH_CONDITION_DEFAULT__EXTENSIONS

static final int SEARCH_CONDITION_DEFAULT__EXTENSIONS
The feature id for the 'Extensions' containment reference list.

See Also:
Constant Field Values

SEARCH_CONDITION_DEFAULT__PRIVILEGES

static final int SEARCH_CONDITION_DEFAULT__PRIVILEGES
The feature id for the 'Privileges' reference list.

See Also:
Constant Field Values

SEARCH_CONDITION_DEFAULT__SQL

static final int SEARCH_CONDITION_DEFAULT__SQL
The feature id for the 'SQL' attribute.

See Also:
Constant Field Values

SEARCH_CONDITION_DEFAULT_FEATURE_COUNT

static final int SEARCH_CONDITION_DEFAULT_FEATURE_COUNT
The number of structural features of the 'Search Condition Default' class.

See Also:
Constant Field Values

VALUE_EXPRESSION_DEFAULT

static final int VALUE_EXPRESSION_DEFAULT
The meta object id for the 'Value Expression Default' class.

See Also:
ValueExpressionDefaultImpl, SQLExpressionsPackageImpl.getValueExpressionDefault(), Constant Field Values

VALUE_EXPRESSION_DEFAULT__EANNOTATIONS

static final int VALUE_EXPRESSION_DEFAULT__EANNOTATIONS
The feature id for the 'EAnnotations' containment reference list.

See Also:
Constant Field Values

VALUE_EXPRESSION_DEFAULT__NAME

static final int VALUE_EXPRESSION_DEFAULT__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values

VALUE_EXPRESSION_DEFAULT__DEPENDENCIES

static final int VALUE_EXPRESSION_DEFAULT__DEPENDENCIES
The feature id for the 'Dependencies' containment reference list.

See Also:
Constant Field Values

VALUE_EXPRESSION_DEFAULT__DESCRIPTION

static final int VALUE_EXPRESSION_DEFAULT__DESCRIPTION
The feature id for the 'Description' attribute.

See Also:
Constant Field Values

VALUE_EXPRESSION_DEFAULT__LABEL

static final int VALUE_EXPRESSION_DEFAULT__LABEL
The feature id for the 'Label' attribute.

See Also:
Constant Field Values

VALUE_EXPRESSION_DEFAULT__COMMENTS

static final int VALUE_EXPRESSION_DEFAULT__COMMENTS
The feature id for the 'Comments' reference list.

See Also:
Constant Field Values

VALUE_EXPRESSION_DEFAULT__EXTENSIONS

static final int VALUE_EXPRESSION_DEFAULT__EXTENSIONS
The feature id for the 'Extensions' containment reference list.

See Also:
Constant Field Values

VALUE_EXPRESSION_DEFAULT__PRIVILEGES

static final int VALUE_EXPRESSION_DEFAULT__PRIVILEGES
The feature id for the 'Privileges' reference list.

See Also:
Constant Field Values

VALUE_EXPRESSION_DEFAULT__SQL

static final int VALUE_EXPRESSION_DEFAULT__SQL
The feature id for the 'SQL' attribute.

See Also:
Constant Field Values

VALUE_EXPRESSION_DEFAULT_FEATURE_COUNT

static final int VALUE_EXPRESSION_DEFAULT_FEATURE_COUNT
The number of structural features of the 'Value Expression Default' class.

See Also:
Constant Field Values
Method Detail

getQueryExpression

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

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

getValueExpression

org.eclipse.emf.ecore.EClass getValueExpression()
Returns the meta object for class 'Value Expression'.

Returns:
the meta object for class 'Value Expression'.
See Also:
ValueExpression

getSearchCondition

org.eclipse.emf.ecore.EClass getSearchCondition()
Returns the meta object for class 'Search Condition'.

Returns:
the meta object for class 'Search Condition'.
See Also:
SearchCondition

getQueryExpressionDefault

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

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

getQueryExpressionDefault_SQL

org.eclipse.emf.ecore.EAttribute getQueryExpressionDefault_SQL()
Returns the meta object for the attribute 'SQL'.

Returns:
the meta object for the attribute 'SQL'.
See Also:
QueryExpressionDefault.getSQL(), getQueryExpressionDefault()

getSearchConditionDefault

org.eclipse.emf.ecore.EClass getSearchConditionDefault()
Returns the meta object for class 'Search Condition Default'.

Returns:
the meta object for class 'Search Condition Default'.
See Also:
SearchConditionDefault

getSearchConditionDefault_SQL

org.eclipse.emf.ecore.EAttribute getSearchConditionDefault_SQL()
Returns the meta object for the attribute 'SQL'.

Returns:
the meta object for the attribute 'SQL'.
See Also:
SearchConditionDefault.getSQL(), getSearchConditionDefault()

getValueExpressionDefault

org.eclipse.emf.ecore.EClass getValueExpressionDefault()
Returns the meta object for class 'Value Expression Default'.

Returns:
the meta object for class 'Value Expression Default'.
See Also:
ValueExpressionDefault

getValueExpressionDefault_SQL

org.eclipse.emf.ecore.EAttribute getValueExpressionDefault_SQL()
Returns the meta object for the attribute 'SQL'.

Returns:
the meta object for the attribute 'SQL'.
See Also:
ValueExpressionDefault.getSQL(), getValueExpressionDefault()

getSQLExpressionsFactory

SQLExpressionsFactory getSQLExpressionsFactory()
Returns the factory that creates the instances of the model.

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