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 interfaceMappingPackage.LiteralsDefines 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 intCONVERSION_DIVISORThe meta object id for the 'Conversion Divisor' class.static intCONVERSION_DIVISOR__IDThe feature id for the 'Id' attribute.static intCONVERSION_DIVISOR__RESULTING_METRICThe feature id for the 'Resulting Metric' reference.static intCONVERSION_DIVISOR__VALUEThe feature id for the 'Value' attribute.static intCONVERSION_DIVISOR__VALUE_STRINGThe feature id for the 'Value String' attribute.static intCONVERSION_DIVISOR_FEATURE_COUNTThe number of structural features of the 'Conversion Divisor' class.static MappingPackageeINSTANCEThe singleton instance of the package.static StringeNAMEThe package name.static StringeNS_PREFIXThe package namespace name.static StringeNS_URIThe package namespace URI.static intMAPPING_REPOSITORYThe meta object id for the 'Repository' class.static intMAPPING_REPOSITORY__IDThe feature id for the 'Id' attribute.static intMAPPING_REPOSITORY__MAPPINGSThe feature id for the 'Mappings' containment reference list.static intMAPPING_REPOSITORY__MARKER_LOGThe feature id for the 'Marker Log' containment reference.static intMAPPING_REPOSITORY_FEATURE_COUNTThe number of structural features of the 'Repository' class.static intMARKER_LOGThe meta object id for the 'Marker Log' class.static intMARKER_LOG__CSV_FILE_URIThe feature id for the 'Csv File Uri' attribute.static intMARKER_LOG__IDThe feature id for the 'Id' attribute.static intMARKER_LOG__MEASUREMENT_SUFFIXThe feature id for the 'Measurement Suffix' attribute.static intMARKER_LOG__REPOSITORYThe feature id for the 'Repository' container reference.static intMARKER_LOG__START_SUFFIXThe feature id for the 'Start Suffix' attribute.static intMARKER_LOG_FEATURE_COUNTThe number of structural features of the 'Marker Log' class.static intMETRIC_TO_CSV_MAPPINGThe meta object id for the 'Metric To Csv Mapping' class.static intMETRIC_TO_CSV_MAPPING__CONVERSION_DIVISORThe feature id for the 'Conversion Divisor' containment reference.static intMETRIC_TO_CSV_MAPPING__CSV_FILE_URIThe feature id for the 'Csv File Uri' attribute.static intMETRIC_TO_CSV_MAPPING__IDThe feature id for the 'Id' attribute.static intMETRIC_TO_CSV_MAPPING__METRICThe feature id for the 'Metric' reference.static intMETRIC_TO_CSV_MAPPING__REPOSITORYThe feature id for the 'Repository' container reference.static intMETRIC_TO_CSV_MAPPING__UNITThe feature id for the 'Unit' attribute.static intMETRIC_TO_CSV_MAPPING__UNIT_STRINGThe feature id for the 'Unit String' attribute.static intMETRIC_TO_CSV_MAPPING_FEATURE_COUNTThe number of structural features of the 'Metric To Csv Mapping' class.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EClassgetConversionDivisor()Returns the meta object for class 'Conversion Divisor'.EReferencegetConversionDivisor_ResultingMetric()Returns the meta object for the reference 'Resulting Metric'.EAttributegetConversionDivisor_Value()Returns the meta object for the attribute 'Value'.EAttributegetConversionDivisor_ValueString()Returns the meta object for the attribute 'Value String'.MappingFactorygetMappingFactory()Returns the factory that creates the instances of the model.EClassgetMappingRepository()Returns the meta object for class 'Repository'.EReferencegetMappingRepository_Mappings()Returns the meta object for the containment reference list 'Mappings'.EReferencegetMappingRepository_MarkerLog()Returns the meta object for the containment reference 'Marker Log'.EClassgetMarkerLog()Returns the meta object for class 'Marker Log'.EAttributegetMarkerLog_CsvFileUri()Returns the meta object for the attribute 'Csv File Uri'.EAttributegetMarkerLog_MeasurementSuffix()Returns the meta object for the attribute 'Measurement Suffix'.EReferencegetMarkerLog_Repository()Returns the meta object for the container reference 'Repository'.EAttributegetMarkerLog_StartSuffix()Returns the meta object for the attribute 'Start Suffix'.EClassgetMetricToCsvMapping()Returns the meta object for class 'Metric To Csv Mapping'.EReferencegetMetricToCsvMapping_ConversionDivisor()Returns the meta object for the containment reference 'Conversion Divisor'.EAttributegetMetricToCsvMapping_CsvFileUri()Returns the meta object for the attribute 'Csv File Uri'.EReferencegetMetricToCsvMapping_Metric()Returns the meta object for the reference 'Metric'.EReferencegetMetricToCsvMapping_Repository()Returns the meta object for the container reference 'Repository'.EAttributegetMetricToCsvMapping_Unit()Returns the meta object for the attribute 'Unit'.EAttributegetMetricToCsvMapping_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.
-
-