Interface ActionsPackage.Literals
-
- Enclosing interface:
- ActionsPackage
public static interface ActionsPackage.Literals
Defines literals for the meta objects that represent- each class,
- each feature of each class,
- each enum,
- and each data type
- Generated class or method.
-
-
Field Summary
Fields Modifier and Type Field Description static EClass
ADD_TO_DATE_ACTION
The meta object literal for the 'Add To Date Action
' class.static EReference
ADD_TO_DATE_ACTION__VARIABLE_USAGES
The meta object literal for the 'Variable Usages' containment reference list feature.static EClass
ANALYSE_STACK_ACTION
The meta object literal for the 'Analyse Stack Action
' class.static EAttribute
ANALYSE_STACK_ACTION__MEASUREMENT_IDENTIFICATION_KEY
The meta object literal for the 'Measurement Identification Key' attribute feature.static EClass
CONSUME_DATA_ACTION
The meta object literal for the 'Consume Data Action
' class.static EReference
CONSUME_DATA_ACTION__DATA_SINK_ROLE
The meta object literal for the 'Data Sink Role' reference feature.static EClass
CREATE_DATE_ACTION
The meta object literal for the 'Create Date Action
' class.static EReference
CREATE_DATE_ACTION__DEPENDS_ON
The meta object literal for the 'Depends On' containment reference list feature.static EReference
CREATE_DATE_ACTION__VARIABLE_USAGES
The meta object literal for the 'Variable Usages' containment reference list feature.static EClass
DATA_ACTION
The meta object literal for the 'Data Action
' class.static EReference
DATA_ACTION__VARIABLE_REFERENCE
The meta object literal for the 'Variable Reference' containment reference feature.static EClass
DATA_ITERATOR_ACTION
The meta object literal for the 'Data Iterator Action
' class.static EClass
EMIT_DATA_ACTION
The meta object literal for the 'Emit Data Action
' class.static EReference
EMIT_DATA_ACTION__DATA_SOURCE_ROLE
The meta object literal for the 'Data Source Role' reference feature.static EClass
JAVA_CLASS_REGROUP_DATA_ACTION
The meta object literal for the 'Java Class Regroup Data Action
' class.static EClass
PUT_TIME_ON_STACK_ACTION
The meta object literal for the 'Put Time On Stack Action
' class.static EClass
REGROUP_DATA_ACTION
The meta object literal for the 'Regroup Data Action
' class.
-
-
-
Field Detail
-
DATA_ACTION
static final EClass DATA_ACTION
The meta object literal for the 'Data Action
' class.- See Also:
DataActionImpl
,ActionsPackageImpl.getDataAction()
- Generated class or method.
-
DATA_ACTION__VARIABLE_REFERENCE
static final EReference DATA_ACTION__VARIABLE_REFERENCE
The meta object literal for the 'Variable Reference' containment reference feature.- Generated class or method.
-
ANALYSE_STACK_ACTION
static final EClass ANALYSE_STACK_ACTION
The meta object literal for the 'Analyse Stack Action
' class.- See Also:
AnalyseStackActionImpl
,ActionsPackageImpl.getAnalyseStackAction()
- Generated class or method.
-
ANALYSE_STACK_ACTION__MEASUREMENT_IDENTIFICATION_KEY
static final EAttribute ANALYSE_STACK_ACTION__MEASUREMENT_IDENTIFICATION_KEY
The meta object literal for the 'Measurement Identification Key' attribute feature.- Generated class or method.
-
CONSUME_DATA_ACTION
static final EClass CONSUME_DATA_ACTION
The meta object literal for the 'Consume Data Action
' class.- See Also:
ConsumeDataActionImpl
,ActionsPackageImpl.getConsumeDataAction()
- Generated class or method.
-
CONSUME_DATA_ACTION__DATA_SINK_ROLE
static final EReference CONSUME_DATA_ACTION__DATA_SINK_ROLE
The meta object literal for the 'Data Sink Role' reference feature.- Generated class or method.
-
EMIT_DATA_ACTION
static final EClass EMIT_DATA_ACTION
The meta object literal for the 'Emit Data Action
' class.- See Also:
EmitDataActionImpl
,ActionsPackageImpl.getEmitDataAction()
- Generated class or method.
-
EMIT_DATA_ACTION__DATA_SOURCE_ROLE
static final EReference EMIT_DATA_ACTION__DATA_SOURCE_ROLE
The meta object literal for the 'Data Source Role' reference feature.- Generated class or method.
-
CREATE_DATE_ACTION
static final EClass CREATE_DATE_ACTION
The meta object literal for the 'Create Date Action
' class.- See Also:
CreateDateActionImpl
,ActionsPackageImpl.getCreateDateAction()
- Generated class or method.
-
CREATE_DATE_ACTION__VARIABLE_USAGES
static final EReference CREATE_DATE_ACTION__VARIABLE_USAGES
The meta object literal for the 'Variable Usages' containment reference list feature.- Generated class or method.
-
CREATE_DATE_ACTION__DEPENDS_ON
static final EReference CREATE_DATE_ACTION__DEPENDS_ON
The meta object literal for the 'Depends On' containment reference list feature.- Generated class or method.
-
ADD_TO_DATE_ACTION
static final EClass ADD_TO_DATE_ACTION
The meta object literal for the 'Add To Date Action
' class.- See Also:
AddToDateActionImpl
,ActionsPackageImpl.getAddToDateAction()
- Generated class or method.
-
ADD_TO_DATE_ACTION__VARIABLE_USAGES
static final EReference ADD_TO_DATE_ACTION__VARIABLE_USAGES
The meta object literal for the 'Variable Usages' containment reference list feature.- Generated class or method.
-
DATA_ITERATOR_ACTION
static final EClass DATA_ITERATOR_ACTION
The meta object literal for the 'Data Iterator Action
' class.- See Also:
DataIteratorActionImpl
,ActionsPackageImpl.getDataIteratorAction()
- Generated class or method.
-
PUT_TIME_ON_STACK_ACTION
static final EClass PUT_TIME_ON_STACK_ACTION
The meta object literal for the 'Put Time On Stack Action
' class.- See Also:
PutTimeOnStackActionImpl
,ActionsPackageImpl.getPutTimeOnStackAction()
- Generated class or method.
-
REGROUP_DATA_ACTION
static final EClass REGROUP_DATA_ACTION
The meta object literal for the 'Regroup Data Action
' class.- See Also:
RegroupDataActionImpl
,ActionsPackageImpl.getRegroupDataAction()
- Generated class or method.
-
JAVA_CLASS_REGROUP_DATA_ACTION
static final EClass JAVA_CLASS_REGROUP_DATA_ACTION
The meta object literal for the 'Java Class Regroup Data Action
' class.- See Also:
JavaClassRegroupDataActionImpl
,ActionsPackageImpl.getJavaClassRegroupDataAction()
- Generated class or method.
-
-