Module java.base

Enum Class StructuredTaskScope.Subtask.State

java.lang.Object
java.lang.Enum<StructuredTaskScope.Subtask.StatePREVIEW>
java.util.concurrent.StructuredTaskScope.Subtask.State
All Implemented Interfaces:
Serializable, Comparable<StructuredTaskScope.Subtask.StatePREVIEW>, Constable
Enclosing interface:
StructuredTaskScope.SubtaskPREVIEW<T>

public static enum StructuredTaskScope.Subtask.State extends Enum<StructuredTaskScope.Subtask.StatePREVIEW>
State is a preview API of the Java platform.
Programs can only use State when preview features are enabled.
Preview features may be removed in a future release, or upgraded to permanent features of the Java platform.
Represents the state of a subtask.
Since:
21
See Also:
  • Enum Constant Details

  • Method Details

    • values

      public static StructuredTaskScope.Subtask.StatePREVIEW[] 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 StructuredTaskScope.Subtask.StatePREVIEW 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