Enum Flags

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

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

    • SKIP_IF_DEPENDENCY_FAILED

      public static final Flags SKIP_IF_DEPENDENCY_FAILED
    • STOP_ON_FAIL

      public static final Flags STOP_ON_FAIL
    • TERMINATE_IF_FAIL

      public static final Flags TERMINATE_IF_FAIL
    • IGNORE_PREREQUISITE_IN_PASS_RATE

      public static final Flags IGNORE_PREREQUISITE_IN_PASS_RATE
    • IGNORE_VALIDATION_IN_PASS_RATE

      public static final Flags IGNORE_VALIDATION_IN_PASS_RATE
  • Method Details

    • values

      public static Flags[] 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 Flags 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
    • getName

      public String getName()
    • getDescription

      public String getDescription()
    • getId

      public UUID getId()