public interface QueryPackage
QueryFactory| Modifier and Type | Interface and Description |
|---|---|
static interface |
QueryPackage.Literals
Defines literals for the meta objects that represent
each class,
each feature of each class,
each operation of each class,
each enum,
and each data type
|
| Modifier and Type | Field and Description |
|---|---|
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 |
ISNOT
The meta object id for the '
ISNOT' enum. |
static int |
LOGICAL_OPERATOR
The meta object id for the '
Logical Operator' enum. |
static int |
QUERY
The meta object id for the '
Query' class. |
static int |
QUERY__ACTIVE
The feature id for the 'Active' attribute.
|
static int |
QUERY__CONDITION
The feature id for the 'Condition' containment reference.
|
static int |
QUERY__DESCRIPTION
The feature id for the 'Description' attribute.
|
static int |
QUERY__ID
The feature id for the 'Id' attribute.
|
static int |
QUERY__NAME
The feature id for the 'Name' attribute.
|
static int |
QUERY_CONDITION
The meta object id for the '
Condition' class. |
static int |
QUERY_CONDITION__ID
The feature id for the 'Id' attribute.
|
static int |
QUERY_CONDITION_FEATURE_COUNT
The number of structural features of the 'Condition' class.
|
static int |
QUERY_CONDITION_OPERATION_COUNT
The number of operations of the 'Condition' class.
|
static int |
QUERY_FEATURE_COUNT
The number of structural features of the 'Query' class.
|
static int |
QUERY_OPERATION_COUNT
The number of operations of the 'Query' class.
|
| Modifier and Type | Method and Description |
|---|---|
EEnum |
getISNOT()
Returns the meta object for enum '
ISNOT'. |
EEnum |
getLogicalOperator()
Returns the meta object for enum '
Logical Operator'. |
EAttribute |
getQuery_Active()
Returns the meta object for the attribute '
Active'. |
EReference |
getQuery_Condition()
Returns the meta object for the containment reference '
Condition'. |
EAttribute |
getQuery_Description()
Returns the meta object for the attribute '
Description'. |
EAttribute |
getQuery_Id()
Returns the meta object for the attribute '
Id'. |
EAttribute |
getQuery_Name()
Returns the meta object for the attribute '
Name'. |
EClass |
getQuery()
Returns the meta object for class '
Query'. |
EAttribute |
getQueryCondition_Id()
Returns the meta object for the attribute '
Id'. |
EClass |
getQueryCondition()
Returns the meta object for class '
Condition'. |
QueryFactory |
getQueryFactory()
Returns the factory that creates the instances of the model.
|
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final QueryPackage eINSTANCE
static final int QUERY
Query' class.
static final int QUERY__CONDITION
static final int QUERY__ID
static final int QUERY__NAME
static final int QUERY__DESCRIPTION
static final int QUERY__ACTIVE
static final int QUERY_FEATURE_COUNT
static final int QUERY_OPERATION_COUNT
static final int QUERY_CONDITION
Condition' class.
static final int QUERY_CONDITION__ID
static final int QUERY_CONDITION_FEATURE_COUNT
static final int QUERY_CONDITION_OPERATION_COUNT
static final int LOGICAL_OPERATOR
Logical Operator' enum.
static final int ISNOT
ISNOT' enum.
ISNOT,
QueryPackageImpl.getISNOT(),
Constant Field ValuesEClass getQuery()
Query'.
QueryEReference getQuery_Condition()
Condition'.
Query.getCondition(),
getQuery()EAttribute getQuery_Id()
Id'.
Query.getId(),
getQuery()EAttribute getQuery_Name()
Name'.
Query.getName(),
getQuery()EAttribute getQuery_Description()
Description'.
Query.getDescription(),
getQuery()EAttribute getQuery_Active()
Active'.
Query.isActive(),
getQuery()EClass getQueryCondition()
Condition'.
QueryConditionEAttribute getQueryCondition_Id()
Id'.
QueryCondition.getId(),
getQueryCondition()EEnum getLogicalOperator()
Logical Operator'.
LogicalOperatorEEnum getISNOT()
ISNOT'.
ISNOTQueryFactory getQueryFactory()
Data In Motion Consulting GmbH