Enum TreeNodeType

java.lang.Object
java.lang.Enum<TreeNodeType>
org.qubership.atp.ram.entities.treenodes.TreeNodeType
All Implemented Interfaces:
Serializable, Comparable<TreeNodeType>, java.lang.constant.Constable

public enum TreeNodeType extends Enum<TreeNodeType>
  • Enum Constant Details

    • EXECUTION_REQUEST_NODE

      public static final TreeNodeType EXECUTION_REQUEST_NODE
    • TEST_RUN_NODE

      public static final TreeNodeType TEST_RUN_NODE
    • LOG_RECORD_NODE

      public static final TreeNodeType LOG_RECORD_NODE
    • LABEL_TEMPLATE_NODE

      public static final TreeNodeType LABEL_TEMPLATE_NODE
    • SCOPE_GROUP_NODE

      public static final TreeNodeType SCOPE_GROUP_NODE
  • Method Details

    • values

      public static TreeNodeType[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static TreeNodeType valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null