Enum DumperOptions.Version

java.lang.Object
java.lang.Enum<DumperOptions.Version>
org.yaml.snakeyaml.DumperOptions.Version
All Implemented Interfaces:
Serializable, Comparable<DumperOptions.Version>, java.lang.constant.Constable
Enclosing class:
DumperOptions

public static enum DumperOptions.Version extends Enum<DumperOptions.Version>
Specification version. Currently supported 1.0 and 1.1
  • Enum Constant Details

  • Method Details

    • values

      public static DumperOptions.Version[] 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 DumperOptions.Version 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
    • major

      public int major()
      getter
      Returns:
      major part (always 1)
    • minor

      public int minor()
      Minor part (0 or 1)
      Returns:
      0 or 1
    • getRepresentation

      public String getRepresentation()
      getter
      Returns:
      representation for serialisation
    • toString

      public String toString()
      Readable string
      Overrides:
      toString in class Enum<DumperOptions.Version>
      Returns:
      for humans