Enum Event.ID

java.lang.Object
java.lang.Enum<Event.ID>
org.snakeyaml.engine.v2.events.Event.ID
All Implemented Interfaces:
Serializable, Comparable<Event.ID>, java.lang.constant.Constable
Enclosing class:
Event

public static enum Event.ID extends Enum<Event.ID>
ID of a non-abstract Event
  • Enum Constant Details

    • Alias

      public static final Event.ID Alias
    • Comment

      public static final Event.ID Comment
    • DocumentEnd

      public static final Event.ID DocumentEnd
    • DocumentStart

      public static final Event.ID DocumentStart
    • MappingEnd

      public static final Event.ID MappingEnd
    • MappingStart

      public static final Event.ID MappingStart
    • Scalar

      public static final Event.ID Scalar
    • SequenceEnd

      public static final Event.ID SequenceEnd
    • SequenceStart

      public static final Event.ID SequenceStart
    • StreamEnd

      public static final Event.ID StreamEnd
    • StreamStart

      public static final Event.ID StreamStart
  • Constructor Details

    • ID

      private ID()
  • Method Details

    • values

      public static Event.ID[] 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 Event.ID 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