public interface SEMeasRecord extends SEBaseRecord
The following features are supported:
SERecordPackage.getSEMeasRecord()
Modifier and Type | Method and Description |
---|---|
long |
getDeviceId()
Returns the value of the 'Device Id' attribute.
|
MeasureType |
getMeasureType()
Returns the value of the 'Measure Type' attribute.
|
boolean |
isAlive()
check the measurement record status
|
boolean |
isNotUsedInCal()
Returns the value of the 'Not Used In Cal' attribute.
|
boolean |
isQuality()
Returns the value of the 'Quality' attribute.
|
boolean |
isStatus()
Returns the value of the 'Status' attribute.
|
void |
setDeviceId(long value)
Sets the value of the '
Device Id ' attribute. |
void |
setMeasureType(MeasureType value)
Sets the value of the '
Measure Type ' attribute. |
void |
setNotUsedInCal(boolean value)
Sets the value of the '
Not Used In Cal ' attribute. |
void |
setQuality(boolean value)
Sets the value of the '
Quality ' attribute. |
void |
setStatus(boolean value)
Sets the value of the '
Status ' attribute. |
getMeasure, getResidual, getWeight, setMeasure, setResidual, setWeight, updateResidual
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
boolean isStatus()
"false"
.
actual measurement indicator
setStatus(boolean)
,
SERecordPackage.getSEMeasRecord_Status()
void setStatus(boolean value)
Status
' attribute.
value
- the new value of the 'Status' attribute.isStatus()
boolean isQuality()
setQuality(boolean)
,
SERecordPackage.getSEMeasRecord_Quality()
void setQuality(boolean value)
Quality
' attribute.
value
- the new value of the 'Quality' attribute.isQuality()
boolean isNotUsedInCal()
setNotUsedInCal(boolean)
,
SERecordPackage.getSEMeasRecord_NotUsedInCal()
void setNotUsedInCal(boolean value)
Not Used In Cal
' attribute.
value
- the new value of the 'Not Used In Cal' attribute.isNotUsedInCal()
long getDeviceId()
"-1"
.
Not used in the calculation indicator
setDeviceId(long)
,
SERecordPackage.getSEMeasRecord_DeviceId()
void setDeviceId(long value)
Device Id
' attribute.
value
- the new value of the 'Device Id' attribute.getDeviceId()
MeasureType getMeasureType()
"InjectP"
.
The literals are from the enumeration MeasureType
.
If the meaning of the 'Measure Type' attribute isn't clear, there really should be more of a description here...
MeasureType
,
setMeasureType(MeasureType)
,
SERecordPackage.getSEMeasRecord_MeasureType()
void setMeasureType(MeasureType value)
Measure Type
' attribute.
value
- the new value of the 'Measure Type' attribute.MeasureType
,
getMeasureType()
boolean isAlive()