org.eclipse.wst.rdb.internal.models.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
All Known Implementing Classes:
SQLExpressionsPackageImpl

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

Inner classes inherited from class 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__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__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__SQL
          The feature id for the 'SQL' attribute.
static int QUERY_EXPRESSION_DEFAULT_FEATURE_COUNT
          The number of structural features of the the 'Query Expression Default' class.
static int QUERY_EXPRESSION_FEATURE_COUNT
          The number of structural features of the 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__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__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__SQL
          The feature id for the 'SQL' attribute.
static int SEARCH_CONDITION_DEFAULT_FEATURE_COUNT
          The number of structural features of the the 'Search Condition Default' class.
static int SEARCH_CONDITION_FEATURE_COUNT
          The number of structural features of the 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__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__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__SQL
          The feature id for the 'SQL' attribute.
static int VALUE_EXPRESSION_DEFAULT_FEATURE_COUNT
          The number of structural features of the the 'Value Expression Default' class.
static int VALUE_EXPRESSION_FEATURE_COUNT
          The number of structural features of the 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

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

eNS_URI

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

eNS_PREFIX

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

eINSTANCE

public static final SQLExpressionsPackage eINSTANCE
The singleton instance of the package.

QUERY_EXPRESSION

public static final int QUERY_EXPRESSION
The meta object id for the 'Query Expression' class.
See Also:
QueryExpression, SQLExpressionsPackageImpl.getQueryExpression()

QUERY_EXPRESSION_FEATURE_COUNT

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

VALUE_EXPRESSION

public static final int VALUE_EXPRESSION
The meta object id for the 'Value Expression' class.
See Also:
ValueExpression, SQLExpressionsPackageImpl.getValueExpression()

VALUE_EXPRESSION_FEATURE_COUNT

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

SEARCH_CONDITION

public static final int SEARCH_CONDITION
The meta object id for the 'Search Condition' class.
See Also:
SearchCondition, SQLExpressionsPackageImpl.getSearchCondition()

SEARCH_CONDITION_FEATURE_COUNT

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

QUERY_EXPRESSION_DEFAULT

public static final int QUERY_EXPRESSION_DEFAULT
The meta object id for the 'Query Expression Default' class.
See Also:
QueryExpressionDefaultImpl, SQLExpressionsPackageImpl.getQueryExpressionDefault()

QUERY_EXPRESSION_DEFAULT__EANNOTATIONS

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

QUERY_EXPRESSION_DEFAULT__NAME

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

QUERY_EXPRESSION_DEFAULT__DEPENDENCIES

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

QUERY_EXPRESSION_DEFAULT__DESCRIPTION

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

QUERY_EXPRESSION_DEFAULT__LABEL

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

QUERY_EXPRESSION_DEFAULT__SQL

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

QUERY_EXPRESSION_DEFAULT_FEATURE_COUNT

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

SEARCH_CONDITION_DEFAULT

public static final int SEARCH_CONDITION_DEFAULT
The meta object id for the 'Search Condition Default' class.
See Also:
SearchConditionDefaultImpl, SQLExpressionsPackageImpl.getSearchConditionDefault()

SEARCH_CONDITION_DEFAULT__EANNOTATIONS

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

SEARCH_CONDITION_DEFAULT__NAME

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

SEARCH_CONDITION_DEFAULT__DEPENDENCIES

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

SEARCH_CONDITION_DEFAULT__DESCRIPTION

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

SEARCH_CONDITION_DEFAULT__LABEL

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

SEARCH_CONDITION_DEFAULT__SQL

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

SEARCH_CONDITION_DEFAULT_FEATURE_COUNT

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

VALUE_EXPRESSION_DEFAULT

public static final int VALUE_EXPRESSION_DEFAULT
The meta object id for the 'Value Expression Default' class.
See Also:
ValueExpressionDefaultImpl, SQLExpressionsPackageImpl.getValueExpressionDefault()

VALUE_EXPRESSION_DEFAULT__EANNOTATIONS

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

VALUE_EXPRESSION_DEFAULT__NAME

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

VALUE_EXPRESSION_DEFAULT__DEPENDENCIES

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

VALUE_EXPRESSION_DEFAULT__DESCRIPTION

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

VALUE_EXPRESSION_DEFAULT__LABEL

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

VALUE_EXPRESSION_DEFAULT__SQL

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

VALUE_EXPRESSION_DEFAULT_FEATURE_COUNT

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

getQueryExpression

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

public 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

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