Enum Class ExecutionManager.UpdateType

java.lang.Object
java.lang.Enum<ExecutionManager.UpdateType>
edu.tufts.hrilab.action.manager.ExecutionManager.UpdateType
All Implemented Interfaces:
Serializable, Comparable<ExecutionManager.UpdateType>, Constable
Enclosing class:
ExecutionManager

public static enum ExecutionManager.UpdateType extends Enum<ExecutionManager.UpdateType>
Enum used alongside goal notification updates to indicate whether the goal was added, removed, or already present in the relevant collection
  • Enum Constant Details

  • Method Details

    • values

      public static ExecutionManager.UpdateType[] 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 ExecutionManager.UpdateType 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