Interface MappingPackage.Literals
-
- Enclosing interface:
- MappingPackage
public static interface MappingPackage.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
CONVERSION_DIVISOR
The meta object literal for the 'Conversion Divisor
' class.static EReference
CONVERSION_DIVISOR__RESULTING_METRIC
The meta object literal for the 'Resulting Metric' reference feature.static EAttribute
CONVERSION_DIVISOR__VALUE
The meta object literal for the 'Value' attribute feature.static EAttribute
CONVERSION_DIVISOR__VALUE_STRING
The meta object literal for the 'Value String' attribute feature.static EClass
MAPPING_REPOSITORY
The meta object literal for the 'Repository
' class.static EReference
MAPPING_REPOSITORY__MAPPINGS
The meta object literal for the 'Mappings' containment reference list feature.static EReference
MAPPING_REPOSITORY__MARKER_LOG
The meta object literal for the 'Marker Log' containment reference feature.static EClass
MARKER_LOG
The meta object literal for the 'Marker Log
' class.static EAttribute
MARKER_LOG__CSV_FILE_URI
The meta object literal for the 'Csv File Uri' attribute feature.static EAttribute
MARKER_LOG__MEASUREMENT_SUFFIX
The meta object literal for the 'Measurement Suffix' attribute feature.static EReference
MARKER_LOG__REPOSITORY
The meta object literal for the 'Repository' container reference feature.static EAttribute
MARKER_LOG__START_SUFFIX
The meta object literal for the 'Start Suffix' attribute feature.static EClass
METRIC_TO_CSV_MAPPING
The meta object literal for the 'Metric To Csv Mapping
' class.static EReference
METRIC_TO_CSV_MAPPING__CONVERSION_DIVISOR
The meta object literal for the 'Conversion Divisor' containment reference feature.static EAttribute
METRIC_TO_CSV_MAPPING__CSV_FILE_URI
The meta object literal for the 'Csv File Uri' attribute feature.static EReference
METRIC_TO_CSV_MAPPING__METRIC
The meta object literal for the 'Metric' reference feature.static EReference
METRIC_TO_CSV_MAPPING__REPOSITORY
The meta object literal for the 'Repository' container reference feature.static EAttribute
METRIC_TO_CSV_MAPPING__UNIT
The meta object literal for the 'Unit' attribute feature.static EAttribute
METRIC_TO_CSV_MAPPING__UNIT_STRING
The meta object literal for the 'Unit String' attribute feature.
-
-
-
Field Detail
-
MAPPING_REPOSITORY
static final EClass MAPPING_REPOSITORY
The meta object literal for the 'Repository
' class.- See Also:
MappingRepositoryImpl
,MappingPackageImpl.getMappingRepository()
- Generated class or method.
-
MAPPING_REPOSITORY__MAPPINGS
static final EReference MAPPING_REPOSITORY__MAPPINGS
The meta object literal for the 'Mappings' containment reference list feature.- Generated class or method.
-
MAPPING_REPOSITORY__MARKER_LOG
static final EReference MAPPING_REPOSITORY__MARKER_LOG
The meta object literal for the 'Marker Log' containment reference feature.- Generated class or method.
-
METRIC_TO_CSV_MAPPING
static final EClass METRIC_TO_CSV_MAPPING
The meta object literal for the 'Metric To Csv Mapping
' class.- See Also:
MetricToCsvMappingImpl
,MappingPackageImpl.getMetricToCsvMapping()
- Generated class or method.
-
METRIC_TO_CSV_MAPPING__CSV_FILE_URI
static final EAttribute METRIC_TO_CSV_MAPPING__CSV_FILE_URI
The meta object literal for the 'Csv File Uri' attribute feature.- Generated class or method.
-
METRIC_TO_CSV_MAPPING__METRIC
static final EReference METRIC_TO_CSV_MAPPING__METRIC
The meta object literal for the 'Metric' reference feature.- Generated class or method.
-
METRIC_TO_CSV_MAPPING__REPOSITORY
static final EReference METRIC_TO_CSV_MAPPING__REPOSITORY
The meta object literal for the 'Repository' container reference feature.- Generated class or method.
-
METRIC_TO_CSV_MAPPING__CONVERSION_DIVISOR
static final EReference METRIC_TO_CSV_MAPPING__CONVERSION_DIVISOR
The meta object literal for the 'Conversion Divisor' containment reference feature.- Generated class or method.
-
METRIC_TO_CSV_MAPPING__UNIT_STRING
static final EAttribute METRIC_TO_CSV_MAPPING__UNIT_STRING
The meta object literal for the 'Unit String' attribute feature.- Generated class or method.
-
METRIC_TO_CSV_MAPPING__UNIT
static final EAttribute METRIC_TO_CSV_MAPPING__UNIT
The meta object literal for the 'Unit' attribute feature.- Generated class or method.
-
MARKER_LOG
static final EClass MARKER_LOG
The meta object literal for the 'Marker Log
' class.- See Also:
MarkerLogImpl
,MappingPackageImpl.getMarkerLog()
- Generated class or method.
-
MARKER_LOG__CSV_FILE_URI
static final EAttribute MARKER_LOG__CSV_FILE_URI
The meta object literal for the 'Csv File Uri' attribute feature.- Generated class or method.
-
MARKER_LOG__REPOSITORY
static final EReference MARKER_LOG__REPOSITORY
The meta object literal for the 'Repository' container reference feature.- Generated class or method.
-
MARKER_LOG__START_SUFFIX
static final EAttribute MARKER_LOG__START_SUFFIX
The meta object literal for the 'Start Suffix' attribute feature.- Generated class or method.
-
MARKER_LOG__MEASUREMENT_SUFFIX
static final EAttribute MARKER_LOG__MEASUREMENT_SUFFIX
The meta object literal for the 'Measurement Suffix' attribute feature.- Generated class or method.
-
CONVERSION_DIVISOR
static final EClass CONVERSION_DIVISOR
The meta object literal for the 'Conversion Divisor
' class.- See Also:
ConversionDivisorImpl
,MappingPackageImpl.getConversionDivisor()
- Generated class or method.
-
CONVERSION_DIVISOR__VALUE
static final EAttribute CONVERSION_DIVISOR__VALUE
The meta object literal for the 'Value' attribute feature.- Generated class or method.
-
CONVERSION_DIVISOR__VALUE_STRING
static final EAttribute CONVERSION_DIVISOR__VALUE_STRING
The meta object literal for the 'Value String' attribute feature.- Generated class or method.
-
CONVERSION_DIVISOR__RESULTING_METRIC
static final EReference CONVERSION_DIVISOR__RESULTING_METRIC
The meta object literal for the 'Resulting Metric' reference feature.- Generated class or method.
-
-