public interface BaseMetricDescription extends MetricDescription
The following features are supported:
MetricSpecPackage.getBaseMetricDescription()
Modifier and Type | Method and Description |
---|---|
CaptureType |
getCaptureType()
Returns the value of the 'Capture Type' attribute.
|
DataType |
getDataType()
Returns the value of the 'Data Type' attribute.
|
Scale |
getScale()
Returns the value of the 'Scale' attribute.
|
void |
setCaptureType(CaptureType value)
Sets the value of the '
Capture Type ' attribute. |
void |
setDataType(DataType value)
Sets the value of the '
Data Type
' attribute. |
void |
setScale(Scale value)
Sets the value of the '
Scale '
attribute. |
getRepository, setRepository
getName, getTextualDescription, setName, setTextualDescription
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
CaptureType getCaptureType()
CaptureType
.
Determines the observable and capturable type for his metric.
CaptureType
,
setCaptureType(CaptureType)
,
MetricSpecPackage.getBaseMetricDescription_CaptureType()
void setCaptureType(CaptureType value)
Capture Type
' attribute. value
- the new value of the 'Capture Type' attribute.CaptureType
,
getCaptureType()
DataType getDataType()
DataType
. Determines the kind of observable data for this
metric. E.g. if it contains quantitative or qualitative data. DataType
,
setDataType(DataType)
,
MetricSpecPackage.getBaseMetricDescription_DataType()
void setDataType(DataType value)
Data Type
' attribute. value
- the new value of the 'Data Type' attribute.DataType
,
getDataType()
Scale getScale()
Scale
. Determines the mathematical scale of the metric.
Scale
,
setScale(Scale)
,
MetricSpecPackage.getBaseMetricDescription_Scale()
void setScale(Scale value)
Scale
'
attribute. value
- the new value of the 'Scale' attribute.Scale
,
getScale()