Enum Class VFMResult.Quality

java.lang.Object
java.lang.Enum<VFMResult.Quality>
neqsim.process.measurementdevice.vfm.VFMResult.Quality
All Implemented Interfaces:
Serializable, Comparable<VFMResult.Quality>, Constable
Enclosing class:
VFMResult

public static enum VFMResult.Quality extends Enum<VFMResult.Quality>
Quality indicator for VFM result.
Version:
1.0
Author:
ESOL
  • Enum Constant Details

    • HIGH

      public static final VFMResult.Quality HIGH
      High confidence result based on recent calibration.
    • NORMAL

      public static final VFMResult.Quality NORMAL
      Normal confidence result.
    • LOW

      public static final VFMResult.Quality LOW
      Low confidence, model may need recalibration.
    • EXTRAPOLATED

      public static final VFMResult.Quality EXTRAPOLATED
      Result is extrapolated outside calibration range.
    • INVALID

      public static final VFMResult.Quality INVALID
      Result should not be used.
  • Constructor Details

    • Quality

      private Quality()
  • Method Details

    • values

      public static VFMResult.Quality[] 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 VFMResult.Quality 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