Enum Class XDBXContentTag

java.lang.Object
java.lang.Enum<XDBXContentTag>
org.x4o.sax3.io.xdbx.XDBXContentTag
All Implemented Interfaces:
Serializable, Comparable<XDBXContentTag>, Constable

public enum XDBXContentTag extends Enum<XDBXContentTag>
XDBXContentTag indicate the binary tag of the XDBX stream.
Version:
1.0 Dec 20, 2024
Author:
Willem Cazander
  • Enum Constant Details

  • Method Details

    • values

      public static XDBXContentTag[] 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 XDBXContentTag 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
    • getTagNumber

      public int getTagNumber()