Extensions.DiagCom.ResultState
Classification
Name | ResultState |
Short Description | State of Result |
Class | Simple Data Type |
Base Data Type | - |
Default Value | Empty |
Provide a Literal | No |
SpecifiedBy | ISO 13209-3 |
Standard Compliant | Yes |
Description
ResultState is an enumeration type describing the state of a Result.
The list of allowed enumeration values is defined as follows:
- ALL_FAILED
- ALL_INVALID
- ALL_NEGATIVE
- ALL_POSITIVE
- FAILED
- INVALID
- NEGATIVE
- POSITIVE
ResultState have the following semantic:
- <init> : ResultStateLiteral [0..1]
This optional element stands for the hard-coded initialisation value of the identifier at declaration time.- value : ResultStates={ALL_FAILED|ALL_INVALID|ALL_NEGATIVE|ALL_POSITIVE|FAILED|INVALID|NEGATIVE|POSITIVE} [1]
This attribute contain one of the values defined in the ResultStates enumeration.
- value : ResultStates={ALL_FAILED|ALL_INVALID|ALL_NEGATIVE|ALL_POSITIVE|FAILED|INVALID|NEGATIVE|POSITIVE} [1]