- All Implemented Interfaces:
Serializable,Comparable<Grenzwertindikator>,java.lang.constant.Constable
E005
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionauffällig (anzuwenden bei nicht numerischen Werten),im Normalbereichnormal (anzuwenden bei nicht numerischen Werten),schwach erhöht,schwach erhöht,schwach erniedrigt,schwach erniedrigt,sehr auffällig (anzuwenden bei nicht numerischen Werten).stark erhöht,stark erhöht,stark erniedrigt,stark erniedrigt,Wert extrem erhöht,Wert extrem erhöht,Wert extrem erniedrigt.Wert extrem erniedrigt. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic GrenzwertindikatorReturns the enum constant of this type with the specified name.static Grenzwertindikator[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
imNormalbereich
im Normalbereich -
schwach_erhoeht
schwach erhöht, -
schwach_erhoeht_
schwach erhöht, -
stark_erhoeht
stark erhöht, -
stark_erhoeht_
stark erhöht, -
schwach_erniedrigt
schwach erniedrigt, -
schwach_erniedrigt_
schwach erniedrigt, -
stark_erniedrigt
stark erniedrigt, -
stark_erniedrigt_
stark erniedrigt, -
Wert_extrem_erhoeht
Wert extrem erhöht, -
Wert_extrem_erhoeht_
Wert extrem erhöht, -
Wert_extrem_erniedrigt_
Wert extrem erniedrigt. -
Wert_extrem_erniedrigt__
Wert extrem erniedrigt. Bei nicht numerischen Werten: -
normal
normal (anzuwenden bei nicht numerischen Werten), -
auffaellig
auffällig (anzuwenden bei nicht numerischen Werten), -
sehr_auffaellig_
sehr auffällig (anzuwenden bei nicht numerischen Werten).
-
-
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
-