java.lang.Object
java.lang.Enum<DropModelState>
org.apache.iotdb.confignode.procedure.state.model.DropModelState
All Implemented Interfaces:
Serializable, Comparable<DropModelState>

public enum DropModelState extends Enum<DropModelState>
  • Enum Constant Details

    • AI_NODE_DROPPED

      public static final DropModelState AI_NODE_DROPPED
    • CONFIG_NODE_DROPPED

      public static final DropModelState CONFIG_NODE_DROPPED
  • Method Details

    • values

      public static DropModelState[] 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 DropModelState 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