Interface MappingPackage
-
- All Superinterfaces:
EModelElement
,ENamedElement
,EObject
,EPackage
,Notifier
- All Known Implementing Classes:
MappingPackageImpl
public interface MappingPackage extends EPackage
The Package for the model. It contains accessors for the meta objects to represent- each class,
- each feature of each class,
- each enum,
- and each data type
- See Also:
MappingFactory
- Generated class or method.
- EMF model class or method.
- kind="package"
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description 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-
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
EPackage.Descriptor, EPackage.Registry
-
-
Field Summary
Fields Modifier and Type Field Description static int
CONVERSION_DIVISOR
The meta object id for the 'Conversion Divisor
' class.static int
CONVERSION_DIVISOR__ID
The feature id for the 'Id' attribute.static int
CONVERSION_DIVISOR__RESULTING_METRIC
The feature id for the 'Resulting Metric' reference.static int
CONVERSION_DIVISOR__VALUE
The feature id for the 'Value' attribute.static int
CONVERSION_DIVISOR__VALUE_STRING
The feature id for the 'Value String' attribute.static int
CONVERSION_DIVISOR_FEATURE_COUNT
The number of structural features of the 'Conversion Divisor' class.static MappingPackage
eINSTANCE
The singleton instance of the package.static String
eNAME
The package name.static String
eNS_PREFIX
The package namespace name.static String
eNS_URI
The package namespace URI.static int
MAPPING_REPOSITORY
The meta object id for the 'Repository
' class.static int
MAPPING_REPOSITORY__ID
The feature id for the 'Id' attribute.static int
MAPPING_REPOSITORY__MAPPINGS
The feature id for the 'Mappings' containment reference list.static int
MAPPING_REPOSITORY__MARKER_LOG
The feature id for the 'Marker Log' containment reference.static int
MAPPING_REPOSITORY_FEATURE_COUNT
The number of structural features of the 'Repository' class.static int
MARKER_LOG
The meta object id for the 'Marker Log
' class.static int
MARKER_LOG__CSV_FILE_URI
The feature id for the 'Csv File Uri' attribute.static int
MARKER_LOG__ID
The feature id for the 'Id' attribute.static int
MARKER_LOG__MEASUREMENT_SUFFIX
The feature id for the 'Measurement Suffix' attribute.static int
MARKER_LOG__REPOSITORY
The feature id for the 'Repository' container reference.static int
MARKER_LOG__START_SUFFIX
The feature id for the 'Start Suffix' attribute.static int
MARKER_LOG_FEATURE_COUNT
The number of structural features of the 'Marker Log' class.static int
METRIC_TO_CSV_MAPPING
The meta object id for the 'Metric To Csv Mapping
' class.static int
METRIC_TO_CSV_MAPPING__CONVERSION_DIVISOR
The feature id for the 'Conversion Divisor' containment reference.static int
METRIC_TO_CSV_MAPPING__CSV_FILE_URI
The feature id for the 'Csv File Uri' attribute.static int
METRIC_TO_CSV_MAPPING__ID
The feature id for the 'Id' attribute.static int
METRIC_TO_CSV_MAPPING__METRIC
The feature id for the 'Metric' reference.static int
METRIC_TO_CSV_MAPPING__REPOSITORY
The feature id for the 'Repository' container reference.static int
METRIC_TO_CSV_MAPPING__UNIT
The feature id for the 'Unit' attribute.static int
METRIC_TO_CSV_MAPPING__UNIT_STRING
The feature id for the 'Unit String' attribute.static int
METRIC_TO_CSV_MAPPING_FEATURE_COUNT
The number of structural features of the 'Metric To Csv Mapping' class.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EClass
getConversionDivisor()
Returns the meta object for class 'Conversion Divisor
'.EReference
getConversionDivisor_ResultingMetric()
Returns the meta object for the reference 'Resulting Metric
'.EAttribute
getConversionDivisor_Value()
Returns the meta object for the attribute 'Value
'.EAttribute
getConversionDivisor_ValueString()
Returns the meta object for the attribute 'Value String
'.MappingFactory
getMappingFactory()
Returns the factory that creates the instances of the model.EClass
getMappingRepository()
Returns the meta object for class 'Repository
'.EReference
getMappingRepository_Mappings()
Returns the meta object for the containment reference list 'Mappings
'.EReference
getMappingRepository_MarkerLog()
Returns the meta object for the containment reference 'Marker Log
'.EClass
getMarkerLog()
Returns the meta object for class 'Marker Log
'.EAttribute
getMarkerLog_CsvFileUri()
Returns the meta object for the attribute 'Csv File Uri
'.EAttribute
getMarkerLog_MeasurementSuffix()
Returns the meta object for the attribute 'Measurement Suffix
'.EReference
getMarkerLog_Repository()
Returns the meta object for the container reference 'Repository
'.EAttribute
getMarkerLog_StartSuffix()
Returns the meta object for the attribute 'Start Suffix
'.EClass
getMetricToCsvMapping()
Returns the meta object for class 'Metric To Csv Mapping
'.EReference
getMetricToCsvMapping_ConversionDivisor()
Returns the meta object for the containment reference 'Conversion Divisor
'.EAttribute
getMetricToCsvMapping_CsvFileUri()
Returns the meta object for the attribute 'Csv File Uri
'.EReference
getMetricToCsvMapping_Metric()
Returns the meta object for the reference 'Metric
'.EReference
getMetricToCsvMapping_Repository()
Returns the meta object for the container reference 'Repository
'.EAttribute
getMetricToCsvMapping_Unit()
Returns the meta object for the attribute 'Unit
'.EAttribute
getMetricToCsvMapping_UnitString()
Returns the meta object for the attribute 'Unit String
'.-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
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.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Field Detail
-
eNAME
static final String eNAME
The package name.- See Also:
- Constant Field Values
- Generated class or method.
-
eNS_URI
static final String eNS_URI
The package namespace URI.- See Also:
- Constant Field Values
- Generated class or method.
-
eNS_PREFIX
static final String eNS_PREFIX
The package namespace name.- See Also:
- Constant Field Values
- Generated class or method.
-
eINSTANCE
static final MappingPackage eINSTANCE
The singleton instance of the package.- Generated class or method.
-
MAPPING_REPOSITORY
static final int MAPPING_REPOSITORY
The meta object id for the 'Repository
' class.- See Also:
MappingRepositoryImpl
,MappingPackageImpl.getMappingRepository()
, Constant Field Values- Generated class or method.
-
MAPPING_REPOSITORY__ID
static final int MAPPING_REPOSITORY__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
MAPPING_REPOSITORY__MAPPINGS
static final int MAPPING_REPOSITORY__MAPPINGS
The feature id for the 'Mappings' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
MAPPING_REPOSITORY__MARKER_LOG
static final int MAPPING_REPOSITORY__MARKER_LOG
The feature id for the 'Marker Log' containment reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
MAPPING_REPOSITORY_FEATURE_COUNT
static final int MAPPING_REPOSITORY_FEATURE_COUNT
The number of structural features of the 'Repository' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
METRIC_TO_CSV_MAPPING
static final int METRIC_TO_CSV_MAPPING
The meta object id for the 'Metric To Csv Mapping
' class.- See Also:
MetricToCsvMappingImpl
,MappingPackageImpl.getMetricToCsvMapping()
, Constant Field Values- Generated class or method.
-
METRIC_TO_CSV_MAPPING__ID
static final int METRIC_TO_CSV_MAPPING__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
METRIC_TO_CSV_MAPPING__CSV_FILE_URI
static final int METRIC_TO_CSV_MAPPING__CSV_FILE_URI
The feature id for the 'Csv File Uri' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
METRIC_TO_CSV_MAPPING__METRIC
static final int METRIC_TO_CSV_MAPPING__METRIC
The feature id for the 'Metric' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
METRIC_TO_CSV_MAPPING__REPOSITORY
static final int METRIC_TO_CSV_MAPPING__REPOSITORY
The feature id for the 'Repository' container reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
METRIC_TO_CSV_MAPPING__CONVERSION_DIVISOR
static final int METRIC_TO_CSV_MAPPING__CONVERSION_DIVISOR
The feature id for the 'Conversion Divisor' containment reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
METRIC_TO_CSV_MAPPING__UNIT_STRING
static final int METRIC_TO_CSV_MAPPING__UNIT_STRING
The feature id for the 'Unit String' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
METRIC_TO_CSV_MAPPING__UNIT
static final int METRIC_TO_CSV_MAPPING__UNIT
The feature id for the 'Unit' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
METRIC_TO_CSV_MAPPING_FEATURE_COUNT
static final int METRIC_TO_CSV_MAPPING_FEATURE_COUNT
The number of structural features of the 'Metric To Csv Mapping' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
MARKER_LOG
static final int MARKER_LOG
The meta object id for the 'Marker Log
' class.- See Also:
MarkerLogImpl
,MappingPackageImpl.getMarkerLog()
, Constant Field Values- Generated class or method.
-
MARKER_LOG__ID
static final int MARKER_LOG__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
MARKER_LOG__CSV_FILE_URI
static final int MARKER_LOG__CSV_FILE_URI
The feature id for the 'Csv File Uri' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
MARKER_LOG__REPOSITORY
static final int MARKER_LOG__REPOSITORY
The feature id for the 'Repository' container reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
MARKER_LOG__START_SUFFIX
static final int MARKER_LOG__START_SUFFIX
The feature id for the 'Start Suffix' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
MARKER_LOG__MEASUREMENT_SUFFIX
static final int MARKER_LOG__MEASUREMENT_SUFFIX
The feature id for the 'Measurement Suffix' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
MARKER_LOG_FEATURE_COUNT
static final int MARKER_LOG_FEATURE_COUNT
The number of structural features of the 'Marker Log' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
CONVERSION_DIVISOR
static final int CONVERSION_DIVISOR
The meta object id for the 'Conversion Divisor
' class.- See Also:
ConversionDivisorImpl
,MappingPackageImpl.getConversionDivisor()
, Constant Field Values- Generated class or method.
-
CONVERSION_DIVISOR__ID
static final int CONVERSION_DIVISOR__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
CONVERSION_DIVISOR__VALUE
static final int CONVERSION_DIVISOR__VALUE
The feature id for the 'Value' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
CONVERSION_DIVISOR__VALUE_STRING
static final int CONVERSION_DIVISOR__VALUE_STRING
The feature id for the 'Value String' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
CONVERSION_DIVISOR__RESULTING_METRIC
static final int CONVERSION_DIVISOR__RESULTING_METRIC
The feature id for the 'Resulting Metric' reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
CONVERSION_DIVISOR_FEATURE_COUNT
static final int CONVERSION_DIVISOR_FEATURE_COUNT
The number of structural features of the 'Conversion Divisor' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
-
Method Detail
-
getMappingRepository
EClass getMappingRepository()
Returns the meta object for class 'Repository
'.- Returns:
- the meta object for class 'Repository'.
- See Also:
MappingRepository
- Generated class or method.
-
getMappingRepository_Mappings
EReference getMappingRepository_Mappings()
Returns the meta object for the containment reference list 'Mappings
'.- Returns:
- the meta object for the containment reference list 'Mappings'.
- See Also:
MappingRepository.getMappings()
,getMappingRepository()
- Generated class or method.
-
getMappingRepository_MarkerLog
EReference getMappingRepository_MarkerLog()
Returns the meta object for the containment reference 'Marker Log
'.- Returns:
- the meta object for the containment reference 'Marker Log'.
- See Also:
MappingRepository.getMarkerLog()
,getMappingRepository()
- Generated class or method.
-
getMetricToCsvMapping
EClass getMetricToCsvMapping()
Returns the meta object for class 'Metric To Csv Mapping
'.- Returns:
- the meta object for class 'Metric To Csv Mapping'.
- See Also:
MetricToCsvMapping
- Generated class or method.
-
getMetricToCsvMapping_CsvFileUri
EAttribute getMetricToCsvMapping_CsvFileUri()
Returns the meta object for the attribute 'Csv File Uri
'.- Returns:
- the meta object for the attribute 'Csv File Uri'.
- See Also:
MetricToCsvMapping.getCsvFileUri()
,getMetricToCsvMapping()
- Generated class or method.
-
getMetricToCsvMapping_Metric
EReference getMetricToCsvMapping_Metric()
Returns the meta object for the reference 'Metric
'.- Returns:
- the meta object for the reference 'Metric'.
- See Also:
MetricToCsvMapping.getMetric()
,getMetricToCsvMapping()
- Generated class or method.
-
getMetricToCsvMapping_Repository
EReference getMetricToCsvMapping_Repository()
Returns the meta object for the container reference 'Repository
'.- Returns:
- the meta object for the container reference 'Repository'.
- See Also:
MetricToCsvMapping.getRepository()
,getMetricToCsvMapping()
- Generated class or method.
-
getMetricToCsvMapping_ConversionDivisor
EReference getMetricToCsvMapping_ConversionDivisor()
Returns the meta object for the containment reference 'Conversion Divisor
'.- Returns:
- the meta object for the containment reference 'Conversion Divisor'.
- See Also:
MetricToCsvMapping.getConversionDivisor()
,getMetricToCsvMapping()
- Generated class or method.
-
getMetricToCsvMapping_UnitString
EAttribute getMetricToCsvMapping_UnitString()
Returns the meta object for the attribute 'Unit String
'.- Returns:
- the meta object for the attribute 'Unit String'.
- See Also:
MetricToCsvMapping.getUnitString()
,getMetricToCsvMapping()
- Generated class or method.
-
getMetricToCsvMapping_Unit
EAttribute getMetricToCsvMapping_Unit()
Returns the meta object for the attribute 'Unit
'.- Returns:
- the meta object for the attribute 'Unit'.
- See Also:
MetricToCsvMapping.getUnit()
,getMetricToCsvMapping()
- Generated class or method.
-
getMarkerLog
EClass getMarkerLog()
Returns the meta object for class 'Marker Log
'.- Returns:
- the meta object for class 'Marker Log'.
- See Also:
MarkerLog
- Generated class or method.
-
getMarkerLog_CsvFileUri
EAttribute getMarkerLog_CsvFileUri()
Returns the meta object for the attribute 'Csv File Uri
'.- Returns:
- the meta object for the attribute 'Csv File Uri'.
- See Also:
MarkerLog.getCsvFileUri()
,getMarkerLog()
- Generated class or method.
-
getMarkerLog_Repository
EReference getMarkerLog_Repository()
Returns the meta object for the container reference 'Repository
'.- Returns:
- the meta object for the container reference 'Repository'.
- See Also:
MarkerLog.getRepository()
,getMarkerLog()
- Generated class or method.
-
getMarkerLog_StartSuffix
EAttribute getMarkerLog_StartSuffix()
Returns the meta object for the attribute 'Start Suffix
'.- Returns:
- the meta object for the attribute 'Start Suffix'.
- See Also:
MarkerLog.getStartSuffix()
,getMarkerLog()
- Generated class or method.
-
getMarkerLog_MeasurementSuffix
EAttribute getMarkerLog_MeasurementSuffix()
Returns the meta object for the attribute 'Measurement Suffix
'.- Returns:
- the meta object for the attribute 'Measurement Suffix'.
- See Also:
MarkerLog.getMeasurementSuffix()
,getMarkerLog()
- Generated class or method.
-
getConversionDivisor
EClass getConversionDivisor()
Returns the meta object for class 'Conversion Divisor
'.- Returns:
- the meta object for class 'Conversion Divisor'.
- See Also:
ConversionDivisor
- Generated class or method.
-
getConversionDivisor_Value
EAttribute getConversionDivisor_Value()
Returns the meta object for the attribute 'Value
'.- Returns:
- the meta object for the attribute 'Value'.
- See Also:
ConversionDivisor.getValue()
,getConversionDivisor()
- Generated class or method.
-
getConversionDivisor_ValueString
EAttribute getConversionDivisor_ValueString()
Returns the meta object for the attribute 'Value String
'.- Returns:
- the meta object for the attribute 'Value String'.
- See Also:
ConversionDivisor.getValueString()
,getConversionDivisor()
- Generated class or method.
-
getConversionDivisor_ResultingMetric
EReference getConversionDivisor_ResultingMetric()
Returns the meta object for the reference 'Resulting Metric
'.- Returns:
- the meta object for the reference 'Resulting Metric'.
- See Also:
ConversionDivisor.getResultingMetric()
,getConversionDivisor()
- Generated class or method.
-
getMappingFactory
MappingFactory getMappingFactory()
Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
- Generated class or method.
-
-