Enum Class Action.Type

java.lang.Object
java.lang.Enum<Action.Type>
de.gematik.test.tiger.mockserver.model.Action.Type
All Implemented Interfaces:
Serializable, Comparable<Action.Type>, Constable
Enclosing class:
Action<T extends Action>

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

    • FORWARD

      public static final Action.Type FORWARD
    • FORWARD_TEMPLATE

      public static final Action.Type FORWARD_TEMPLATE
    • FORWARD_CLASS_CALLBACK

      public static final Action.Type FORWARD_CLASS_CALLBACK
    • FORWARD_OBJECT_CALLBACK

      public static final Action.Type FORWARD_OBJECT_CALLBACK
    • FORWARD_REPLACE

      public static final Action.Type FORWARD_REPLACE
    • RESPONSE

      public static final Action.Type RESPONSE
    • RESPONSE_TEMPLATE

      public static final Action.Type RESPONSE_TEMPLATE
    • RESPONSE_CLASS_CALLBACK

      public static final Action.Type RESPONSE_CLASS_CALLBACK
    • RESPONSE_OBJECT_CALLBACK

      public static final Action.Type RESPONSE_OBJECT_CALLBACK
    • ERROR

      public static final Action.Type ERROR
  • Field Details

  • Method Details

    • values

      public static Action.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 Action.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