Enum Class SFlowNodeType

java.lang.Object
java.lang.Enum<SFlowNodeType>
org.bonitasoft.engine.core.process.definition.model.SFlowNodeType
All Implemented Interfaces:
Serializable, Comparable<SFlowNodeType>, Constable

public enum SFlowNodeType extends Enum<SFlowNodeType>
Author:
Zhang Bole, Baptitse Mesta, Elias Ricken de Medeiros, Matthieu Chaffotte, Celine Souchet
  • Enum Constant Details

    • AUTOMATIC_TASK

      public static final SFlowNodeType AUTOMATIC_TASK
    • USER_TASK

      public static final SFlowNodeType USER_TASK
    • MANUAL_TASK

      public static final SFlowNodeType MANUAL_TASK
    • RECEIVE_TASK

      public static final SFlowNodeType RECEIVE_TASK
    • SEND_TASK

      public static final SFlowNodeType SEND_TASK
    • GATEWAY

      public static final SFlowNodeType GATEWAY
    • START_EVENT

      public static final SFlowNodeType START_EVENT
    • INTERMEDIATE_CATCH_EVENT

      public static final SFlowNodeType INTERMEDIATE_CATCH_EVENT
    • BOUNDARY_EVENT

      public static final SFlowNodeType BOUNDARY_EVENT
    • INTERMEDIATE_THROW_EVENT

      public static final SFlowNodeType INTERMEDIATE_THROW_EVENT
    • END_EVENT

      public static final SFlowNodeType END_EVENT
    • LOOP_ACTIVITY

      public static final SFlowNodeType LOOP_ACTIVITY
    • MULTI_INSTANCE_ACTIVITY

      public static final SFlowNodeType MULTI_INSTANCE_ACTIVITY
    • CALL_ACTIVITY

      public static final SFlowNodeType CALL_ACTIVITY
    • SUB_PROCESS

      public static final SFlowNodeType SUB_PROCESS
  • Method Details

    • values

      public static SFlowNodeType[] 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 SFlowNodeType 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
    • getValue

      public String getValue()