Enum Class TOLERANZMODE

java.lang.Object
java.lang.Enum<TOLERANZMODE>
at.letto.math.enums.TOLERANZMODE
All Implemented Interfaces:
Serializable, Comparable<TOLERANZMODE>, Constable

public enum TOLERANZMODE extends Enum<TOLERANZMODE>
Art der Toleranzverarbeitung
RELATIV : Die Toleranz wird relativ zum größeren Wert des Vergleiches bestimmt
ABSOLUT : Die Toleranz wird absolut angegeben und ist von den Werten unabhängig
Author:
L-DAMB
  • Enum Constant Details

  • Constructor Details

    • TOLERANZMODE

      private TOLERANZMODE()
  • Method Details

    • values

      public static TOLERANZMODE[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static TOLERANZMODE valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null