Enum Class Area.AttributeTag

java.lang.Object
java.lang.Enum<Area.AttributeTag>
com.inet.report.Area.AttributeTag
All Implemented Interfaces:
Serializable, Comparable<Area.AttributeTag>, Constable
Enclosing class:
Area

protected static enum Area.AttributeTag extends Enum<Area.AttributeTag>
FOR INTERNAL USE ONLY Attributes for the XML format
  • Enum Constant Details

  • Method Details

    • values

      public static Area.AttributeTag[] 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 Area.AttributeTag 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
    • getValueOf

      protected static Area.AttributeTag getValueOf(String name)
      Faster than AttributeTag.valueOf(String)
      Parameters:
      name - name of tag to get
      Returns:
      AttributeTag or Unknown if unknown