Enum SegmentType

java.lang.Object
java.lang.Enum<SegmentType>
org.apache.maven.surefire.api.stream.SegmentType
All Implemented Interfaces:
Serializable, Comparable<SegmentType>, java.lang.constant.Constable

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

    • RUN_MODE

      public static final SegmentType RUN_MODE
    • TEST_RUN_ID

      public static final SegmentType TEST_RUN_ID
    • STRING_ENCODING

      public static final SegmentType STRING_ENCODING
    • DATA_STRING

      public static final SegmentType DATA_STRING
    • DATA_INTEGER

      public static final SegmentType DATA_INTEGER
    • DATA_INT

      public static final SegmentType DATA_INT
    • DATA_BYTE

      public static final SegmentType DATA_BYTE
    • DATA_STRING_ARRAY

      public static final SegmentType DATA_STRING_ARRAY
    • END_OF_FRAME

      public static final SegmentType END_OF_FRAME
  • Method Details

    • values

      public static SegmentType[] 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 SegmentType 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