Enum Class OperationType

java.lang.Object
java.lang.Enum<OperationType>
com.elitesland.ystdms.sys.enums.OperationType
All Implemented Interfaces:
Serializable, Comparable<OperationType>, Constable

@Deprecated public enum OperationType extends Enum<OperationType>
Deprecated.
操作类型枚举
  • Enum Constant Details

    • CREATE

      public static final OperationType CREATE
      Deprecated.
    • EDIT

      public static final OperationType EDIT
      Deprecated.
    • SUBMIT

      public static final OperationType SUBMIT
      Deprecated.
    • ENABLE

      public static final OperationType ENABLE
      Deprecated.
    • DISABLE

      public static final OperationType DISABLE
      Deprecated.
    • OBSOLETE

      public static final OperationType OBSOLETE
      Deprecated.
    • CANCEL

      public static final OperationType CANCEL
      Deprecated.
    • CONFIRM_SHELVE

      public static final OperationType CONFIRM_SHELVE
      Deprecated.
    • PUSH_EXTERNAL

      public static final OperationType PUSH_EXTERNAL
      Deprecated.
    • PUSH_SAP

      public static final OperationType PUSH_SAP
      Deprecated.
    • PUSH_TMS

      public static final OperationType PUSH_TMS
      Deprecated.
    • APPROVE

      public static final OperationType APPROVE
      Deprecated.
    • REJECT

      public static final OperationType REJECT
      Deprecated.
  • Method Details

    • values

      public static OperationType[] values()
      Deprecated.
      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 OperationType valueOf(String name)
      Deprecated.
      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