java.lang.Object
java.lang.Enum<Disp>
com.blackhillsoftware.smf.dataset.Disp
All Implemented Interfaces:
Serializable, Comparable<Disp>, java.lang.constant.Constable

public enum Disp extends Enum<Disp>
Disp value NEW, MOD, OLD
  • Enum Constant Details

    • NULL

      public static final Disp NULL
    • NEW

      public static final Disp NEW
    • MOD

      public static final Disp MOD
    • OLD

      public static final Disp OLD
    • NOT_DEFINED

      public static final Disp NOT_DEFINED
      Not defined to EasySMF
  • Method Details

    • values

      public static Disp[] 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 Disp 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
    • from

      public static Disp from(int value)
      Get the Disp for an integer value. The disp is in the first 2 bits of the least significant byte i.e. masked with 0xC0.
      Parameters:
      value - the integer value
      Returns:
      the corresponding MvsStatus