Enum Class SaWsHistoryEnum

java.lang.Object
java.lang.Enum<SaWsHistoryEnum>
com.saperion.ws.wrapper.wf.SaWsHistoryEnum
All Implemented Interfaces:
Serializable, Comparable<SaWsHistoryEnum>, Constable

public enum SaWsHistoryEnum extends Enum<SaWsHistoryEnum>
The Enum SaWsHistoryEnum.
  • Enum Constant Details

    • NodeEnter

      public static final SaWsHistoryEnum NodeEnter
      The Node enter.
    • NodeExit

      public static final SaWsHistoryEnum NodeExit
      The Node exit.
    • NodeError

      public static final SaWsHistoryEnum NodeError
      The Node error.
    • NodeAction

      public static final SaWsHistoryEnum NodeAction
      The Node action.
    • UserDefined

      public static final SaWsHistoryEnum UserDefined
      The User defined.
    • GroupEnter

      public static final SaWsHistoryEnum GroupEnter
      The Group enter.
    • GroupExit

      public static final SaWsHistoryEnum GroupExit
      The Group exit.
    • GroupAction

      public static final SaWsHistoryEnum GroupAction
      The Group action.
    • GroupError

      public static final SaWsHistoryEnum GroupError
      The Group error.
  • Method Details

    • values

      public static SaWsHistoryEnum[] 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 SaWsHistoryEnum 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
    • fromBackend

      public static SaWsHistoryEnum fromBackend(com.saperion.intf.wf.HistoryInfo.HistoryKind kind)
      From backend.
      Parameters:
      kind - the kind
      Returns:
      the sa ws history enum
    • fromWebService

      public static com.saperion.intf.wf.HistoryInfo.HistoryKind fromWebService(SaWsHistoryEnum kind)
      From web service.
      Parameters:
      kind - the kind
      Returns:
      the history kind