java.lang.Object
java.lang.Enum<HtmlAttr>
gw.gosudoc.com.sun.tools.doclets.formats.html.markup.HtmlAttr
All Implemented Interfaces:
Serializable, Comparable<HtmlAttr>, java.lang.constant.Constable

@Deprecated public enum HtmlAttr extends Enum<HtmlAttr>
Deprecated.
Enum representing HTML tag attributes.

This is NOT part of any supported API. If you write code that depends on this, you do so at your own risk. This code and its internal interfaces are subject to change or deletion without notice.

  • Enum Constant Details

    • ALT

      public static final HtmlAttr ALT
      Deprecated.
    • CLASS

      public static final HtmlAttr CLASS
      Deprecated.
    • CLEAR

      public static final HtmlAttr CLEAR
      Deprecated.
    • COLS

      public static final HtmlAttr COLS
      Deprecated.
    • CONTENT

      public static final HtmlAttr CONTENT
      Deprecated.
    • DISABLED

      public static final HtmlAttr DISABLED
      Deprecated.
    • HREF

      public static final HtmlAttr HREF
      Deprecated.
    • HTTP_EQUIV

      public static final HtmlAttr HTTP_EQUIV
      Deprecated.
    • ID

      public static final HtmlAttr ID
      Deprecated.
    • LANG

      public static final HtmlAttr LANG
      Deprecated.
    • NAME

      public static final HtmlAttr NAME
      Deprecated.
    • ONLOAD

      public static final HtmlAttr ONLOAD
      Deprecated.
    • REL

      public static final HtmlAttr REL
      Deprecated.
    • ROLE

      public static final HtmlAttr ROLE
      Deprecated.
    • ROWS

      public static final HtmlAttr ROWS
      Deprecated.
    • SCOPE

      public static final HtmlAttr SCOPE
      Deprecated.
    • SCROLLING

      public static final HtmlAttr SCROLLING
      Deprecated.
    • SRC

      public static final HtmlAttr SRC
      Deprecated.
    • SUMMARY

      public static final HtmlAttr SUMMARY
      Deprecated.
    • TARGET

      public static final HtmlAttr TARGET
      Deprecated.
    • TITLE

      public static final HtmlAttr TITLE
      Deprecated.
    • TYPE

      public static final HtmlAttr TYPE
      Deprecated.
    • VALUE

      public static final HtmlAttr VALUE
      Deprecated.
    • WIDTH

      public static final HtmlAttr WIDTH
      Deprecated.
  • Field Details

    • value

      private final String value
      Deprecated.
  • Constructor Details

    • HtmlAttr

      private HtmlAttr()
      Deprecated.
    • HtmlAttr

      private HtmlAttr(String name)
      Deprecated.
  • Method Details

    • values

      public static HtmlAttr[] values()
      Deprecated.
      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 HtmlAttr valueOf(String name)
      Deprecated.
      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
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Enum<HtmlAttr>