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

Enclosing interface:
SQLExpressionsPackage

public static interface SQLExpressionsPackage.Literals

Defines literals for the meta objects that represent


Field Summary
static org.eclipse.emf.ecore.EClass QUERY_EXPRESSION
          The meta object literal for the 'Query Expression' class.
static org.eclipse.emf.ecore.EClass QUERY_EXPRESSION_DEFAULT
          The meta object literal for the 'Query Expression Default' class.
static org.eclipse.emf.ecore.EAttribute QUERY_EXPRESSION_DEFAULT__SQL
          The meta object literal for the 'SQL' attribute feature.
static org.eclipse.emf.ecore.EClass SEARCH_CONDITION
          The meta object literal for the 'Search Condition' class.
static org.eclipse.emf.ecore.EClass SEARCH_CONDITION_DEFAULT
          The meta object literal for the 'Search Condition Default' class.
static org.eclipse.emf.ecore.EAttribute SEARCH_CONDITION_DEFAULT__SQL
          The meta object literal for the 'SQL' attribute feature.
static org.eclipse.emf.ecore.EClass VALUE_EXPRESSION
          The meta object literal for the 'Value Expression' class.
static org.eclipse.emf.ecore.EClass VALUE_EXPRESSION_DEFAULT
          The meta object literal for the 'Value Expression Default' class.
static org.eclipse.emf.ecore.EAttribute VALUE_EXPRESSION_DEFAULT__SQL
          The meta object literal for the 'SQL' attribute feature.
 

Field Detail

QUERY_EXPRESSION

static final org.eclipse.emf.ecore.EClass QUERY_EXPRESSION
The meta object literal for the 'Query Expression' class.

See Also:
QueryExpression, SQLExpressionsPackageImpl.getQueryExpression()

VALUE_EXPRESSION

static final org.eclipse.emf.ecore.EClass VALUE_EXPRESSION
The meta object literal for the 'Value Expression' class.

See Also:
ValueExpression, SQLExpressionsPackageImpl.getValueExpression()

SEARCH_CONDITION

static final org.eclipse.emf.ecore.EClass SEARCH_CONDITION
The meta object literal for the 'Search Condition' class.

See Also:
SearchCondition, SQLExpressionsPackageImpl.getSearchCondition()

QUERY_EXPRESSION_DEFAULT

static final org.eclipse.emf.ecore.EClass QUERY_EXPRESSION_DEFAULT
The meta object literal for the 'Query Expression Default' class.

See Also:
QueryExpressionDefaultImpl, SQLExpressionsPackageImpl.getQueryExpressionDefault()

QUERY_EXPRESSION_DEFAULT__SQL

static final org.eclipse.emf.ecore.EAttribute QUERY_EXPRESSION_DEFAULT__SQL
The meta object literal for the 'SQL' attribute feature.


SEARCH_CONDITION_DEFAULT

static final org.eclipse.emf.ecore.EClass SEARCH_CONDITION_DEFAULT
The meta object literal for the 'Search Condition Default' class.

See Also:
SearchConditionDefaultImpl, SQLExpressionsPackageImpl.getSearchConditionDefault()

SEARCH_CONDITION_DEFAULT__SQL

static final org.eclipse.emf.ecore.EAttribute SEARCH_CONDITION_DEFAULT__SQL
The meta object literal for the 'SQL' attribute feature.


VALUE_EXPRESSION_DEFAULT

static final org.eclipse.emf.ecore.EClass VALUE_EXPRESSION_DEFAULT
The meta object literal for the 'Value Expression Default' class.

See Also:
ValueExpressionDefaultImpl, SQLExpressionsPackageImpl.getValueExpressionDefault()

VALUE_EXPRESSION_DEFAULT__SQL

static final org.eclipse.emf.ecore.EAttribute VALUE_EXPRESSION_DEFAULT__SQL
The meta object literal for the 'SQL' attribute feature.