- All Implemented Interfaces:
Serializable,Comparable<DarstellungErgebniswerte>,java.lang.constant.Constable
E058
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionalpha-numerischnumerisch (exponentielle Darstellung möglich)numerisch mit Messwertobergrenzenumerisch mit MesswertuntergrenzeBeispiele 01: 47.85, 5.00E+07, 1x10^6 02: <100, <1.00E+04 03: >2000, >5.00E+04 04: positiv, negativ, A positiv * 05: 1:2 06: <1:2 07: >1:2 08: 1, 2, 3 ** * für die Übertragung von Blutgruppen ist vorzugsweise das Obj_0055 zu verwenden ** Abbildung der Regel E169Titer mit ObergrenzeTiter mit Untergrenzetrinäres Testergebnis: 1 | 2 | 3 ** -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic DarstellungErgebniswerteReturns the enum constant of this type with the specified name.static DarstellungErgebniswerte[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
numerisch
numerisch (exponentielle Darstellung möglich) -
numerisch_mitMesswertuntergrenze
numerisch mit Messwertuntergrenze -
numerisch_mitMesswertobergrenze
numerisch mit Messwertobergrenze -
alphanumerisch
alpha-numerisch -
Titer
-
Titer_mitUntergrenze
Titer mit Untergrenze -
Titer_mitObergrenze
Titer mit Obergrenze -
trinaeresTestergebnis_1_2_3
trinäres Testergebnis: 1 | 2 | 3 ** -
Sonstige
Beispiele 01: 47.85, 5.00E+07, 1x10^6 02: <100, <1.00E+04 03: >2000, >5.00E+04 04: positiv, negativ, A positiv * 05: 1:2 06: <1:2 07: >1:2 08: 1, 2, 3 ** * für die Übertragung von Blutgruppen ist vorzugsweise das Obj_0055 zu verwenden ** Abbildung der Regel E169
-
-
Field Details
-
code
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-