Enum Class TOCommand.Type

java.lang.Object
java.lang.Enum<TOCommand.Type>
org.openwms.tms.api.TOCommand.Type
All Implemented Interfaces:
Serializable, Comparable<TOCommand.Type>, Constable
Enclosing class:
TOCommand

public static enum TOCommand.Type extends Enum<TOCommand.Type>
  • Enum Constant Details

    • CREATE

      public static final TOCommand.Type CREATE
      Create a new order.
    • CHANGE_TARGET

      public static final TOCommand.Type CHANGE_TARGET
      Change the target of the order.
    • FINISH

      public static final TOCommand.Type FINISH
      Finish started order.
    • CANCEL_ALL

      public static final TOCommand.Type CANCEL_ALL
      Cancel started order and cancel initialized ones.
  • Constructor Details

    • Type

      private Type()
  • Method Details

    • values

      public static TOCommand.Type[] 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 TOCommand.Type 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