Enum Class WorkflowNodeStatusEnum

java.lang.Object
java.lang.Enum<WorkflowNodeStatusEnum>
com.bytedesk.core.workflow.node.WorkflowNodeStatusEnum
All Implemented Interfaces:
Serializable, Comparable<WorkflowNodeStatusEnum>, Constable

public enum WorkflowNodeStatusEnum extends Enum<WorkflowNodeStatusEnum>
工作流节点状态枚举
  • Enum Constant Details

  • Constructor Details

    • WorkflowNodeStatusEnum

      private WorkflowNodeStatusEnum()
  • Method Details

    • values

      public static WorkflowNodeStatusEnum[] 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 WorkflowNodeStatusEnum 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
    • fromValue

      public static WorkflowNodeStatusEnum fromValue(String value)
      根据字符串查找对应的枚举常量
    • getChineseName

      public String getChineseName()
      获取枚举类型对应的中文名称
      Returns:
      对应的中文名称