Enum Class XMLElement.Flags

java.lang.Object
java.lang.Enum<XMLElement.Flags>
org.tquadrat.foundation.xml.builder.XMLElement.Flags
All Implemented Interfaces:
Serializable, Comparable<XMLElement.Flags>, Constable
Enclosing interface:
XMLElement

@ClassVersion(sourceVersion="$Id: XMLElement.java 1071 2023-09-30 01:49:32Z tquadrat $") @API(status=STABLE, since="0.1.0") public static enum XMLElement.Flags extends Enum<XMLElement.Flags>
The flags that are used to configure a new instance of XMLElement (respectively an instance of an implementation of this interface.
Author:
Thomas Thrien (thomas.thrien@tquadrat.org)
Version:
$Id: XMLElement.java 1071 2023-09-30 01:49:32Z tquadrat $
Since:
0.0.5
UML Diagram
UML Diagram for "org.tquadrat.foundation.xml.builder.XMLElement.Flags"

UML Diagram for "org.tquadrat.foundation.xml.builder.XMLElement.Flags"

UML Diagram for "org.tquadrat.foundation.xml.builder.XMLElement.Flags"
  • Enum Constant Details

  • Constructor Details

  • Method Details

    • values

      public static XMLElement.Flags[] 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 XMLElement.Flags 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