public class QueryPackageImpl extends EPackageImpl implements QueryPackage
QueryPackage.LiteralseINSTANCE, eNAME, eNS_PREFIX, eNS_URI, ISNOT, LOGICAL_OPERATOR, QUERY, QUERY__ACTIVE, QUERY__CONDITION, QUERY__DESCRIPTION, QUERY__ID, QUERY__NAME, QUERY_CONDITION, QUERY_CONDITION__ID, QUERY_CONDITION_FEATURE_COUNT, QUERY_CONDITION_OPERATION_COUNT, QUERY_FEATURE_COUNT, QUERY_OPERATION_COUNT| Modifier and Type | Method and Description |
|---|---|
void |
createPackageContents()
Creates the meta-model objects for the package.
|
EEnum |
getISNOT() |
EEnum |
getLogicalOperator() |
EAttribute |
getQuery_Active() |
EReference |
getQuery_Condition() |
EAttribute |
getQuery_Description() |
EAttribute |
getQuery_Id() |
EAttribute |
getQuery_Name() |
EClass |
getQuery() |
EAttribute |
getQueryCondition_Id() |
EClass |
getQueryCondition() |
QueryFactory |
getQueryFactory() |
static QueryPackage |
init()
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
|
void |
initializePackageContents()
Complete the initialization of the package and its meta-model.
|
public static QueryPackage init()
This method is used to initialize QueryPackage.eINSTANCE when that field is accessed.
Clients should not invoke it directly. Instead, they should simply access that field to obtain the package.
public EClass getQuery()
getQuery in interface QueryPackageQuerypublic EReference getQuery_Condition()
getQuery_Condition in interface QueryPackageQuery.getCondition(),
QueryPackage.getQuery()public EAttribute getQuery_Id()
getQuery_Id in interface QueryPackageQuery.getId(),
QueryPackage.getQuery()public EAttribute getQuery_Name()
getQuery_Name in interface QueryPackageQuery.getName(),
QueryPackage.getQuery()public EAttribute getQuery_Description()
getQuery_Description in interface QueryPackageQuery.getDescription(),
QueryPackage.getQuery()public EAttribute getQuery_Active()
getQuery_Active in interface QueryPackageQuery.isActive(),
QueryPackage.getQuery()public EClass getQueryCondition()
getQueryCondition in interface QueryPackageQueryConditionpublic EAttribute getQueryCondition_Id()
getQueryCondition_Id in interface QueryPackageQueryCondition.getId(),
QueryPackage.getQueryCondition()public EEnum getLogicalOperator()
getLogicalOperator in interface QueryPackageLogicalOperatorpublic EEnum getISNOT()
getISNOT in interface QueryPackageISNOTpublic QueryFactory getQueryFactory()
getQueryFactory in interface QueryPackagepublic void createPackageContents()
public void initializePackageContents()
Data In Motion Consulting GmbH