Enum Cube.State

java.lang.Object
java.lang.Enum<Cube.State>
org.arquillian.cube.spi.Cube.State
All Implemented Interfaces:
Serializable, Comparable<Cube.State>, java.lang.constant.Constable
Enclosing interface:
Cube<T>

public static enum Cube.State extends Enum<Cube.State>
  • Enum Constant Details

    • CREATED

      public static final Cube.State CREATED
    • CREATE_FAILED

      public static final Cube.State CREATE_FAILED
    • STARTED

      public static final Cube.State STARTED
    • START_FAILED

      public static final Cube.State START_FAILED
    • STOPPED

      public static final Cube.State STOPPED
    • STOP_FAILED

      public static final Cube.State STOP_FAILED
    • DESTROYED

      public static final Cube.State DESTROYED
    • DESTROY_FAILED

      public static final Cube.State DESTROY_FAILED
    • PRE_RUNNING

      public static final Cube.State PRE_RUNNING
    • BEFORE_CREATE

      public static final Cube.State BEFORE_CREATE
  • Method Details

    • values

      public static Cube.State[] 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 Cube.State 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