Enum Class PeopleFlowActionTypeService.Type

java.lang.Object
java.lang.Enum<PeopleFlowActionTypeService.Type>
org.kuali.rice.krms.impl.peopleflow.PeopleFlowActionTypeService.Type
All Implemented Interfaces:
Serializable, Comparable<PeopleFlowActionTypeService.Type>, Constable
Enclosing class:
PeopleFlowActionTypeService

public static enum PeopleFlowActionTypeService.Type extends Enum<PeopleFlowActionTypeService.Type>
enum used to specify the action type to be specified in the vended actions.
  • Enum Constant Details

  • Method Details

    • values

      public static PeopleFlowActionTypeService.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 PeopleFlowActionTypeService.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
    • toString

      public String toString()
      Overrides:
      toString in class Enum<PeopleFlowActionTypeService.Type>
    • getActionRequestType

      public org.kuali.rice.kew.api.action.ActionRequestType getActionRequestType()
      Returns:
      ActionRequestType
    • fromString

      public static PeopleFlowActionTypeService.Type fromString(String s)
      for each type, check the input with the lowercase version of the type name, and returns any match.
      Parameters:
      s - the type to retrieve
      Returns:
      the type, or null if a match is not found.