Module libldt

Enum Grenzwertindikator

java.lang.Object
java.lang.Enum<Grenzwertindikator>
libldt3.model.enums.Grenzwertindikator
All Implemented Interfaces:
Serializable, Comparable<Grenzwertindikator>, java.lang.constant.Constable

public enum Grenzwertindikator extends Enum<Grenzwertindikator>
E005
  • Enum Constant Details

    • imNormalbereich

      public static final Grenzwertindikator imNormalbereich
      im Normalbereich
    • schwach_erhoeht

      public static final Grenzwertindikator schwach_erhoeht
      schwach erhöht,
    • schwach_erhoeht_

      public static final Grenzwertindikator schwach_erhoeht_
      schwach erhöht,
    • stark_erhoeht

      public static final Grenzwertindikator stark_erhoeht
      stark erhöht,
    • stark_erhoeht_

      public static final Grenzwertindikator stark_erhoeht_
      stark erhöht,
    • schwach_erniedrigt

      public static final Grenzwertindikator schwach_erniedrigt
      schwach erniedrigt,
    • schwach_erniedrigt_

      public static final Grenzwertindikator schwach_erniedrigt_
      schwach erniedrigt,
    • stark_erniedrigt

      public static final Grenzwertindikator stark_erniedrigt
      stark erniedrigt,
    • stark_erniedrigt_

      public static final Grenzwertindikator stark_erniedrigt_
      stark erniedrigt,
    • Wert_extrem_erhoeht

      public static final Grenzwertindikator Wert_extrem_erhoeht
      Wert extrem erhöht,
    • Wert_extrem_erhoeht_

      public static final Grenzwertindikator Wert_extrem_erhoeht_
      Wert extrem erhöht,
    • Wert_extrem_erniedrigt_

      public static final Grenzwertindikator Wert_extrem_erniedrigt_
      Wert extrem erniedrigt.
    • Wert_extrem_erniedrigt__

      public static final Grenzwertindikator Wert_extrem_erniedrigt__
      Wert extrem erniedrigt. Bei nicht numerischen Werten:
    • normal

      public static final Grenzwertindikator normal
      normal (anzuwenden bei nicht numerischen Werten),
    • auffaellig

      public static final Grenzwertindikator auffaellig
      auffällig (anzuwenden bei nicht numerischen Werten),
    • sehr_auffaellig_

      public static final Grenzwertindikator sehr_auffaellig_
      sehr auffällig (anzuwenden bei nicht numerischen Werten).
  • Field Details

    • code

      public final String code
  • Method Details

    • values

      public static Grenzwertindikator[] 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

      public static Grenzwertindikator valueOf(String name)
      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 name
      NullPointerException - if the argument is null