Enum HtmlAttr
- All Implemented Interfaces:
Serializable
,Comparable<HtmlAttr>
,java.lang.constant.Constable
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.
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Enum Constant Details
-
ALT
Deprecated. -
CLASS
Deprecated. -
CLEAR
Deprecated. -
COLS
Deprecated. -
CONTENT
Deprecated. -
DISABLED
Deprecated. -
HREF
Deprecated. -
HTTP_EQUIV
Deprecated. -
ID
Deprecated. -
LANG
Deprecated. -
NAME
Deprecated. -
ONLOAD
Deprecated. -
REL
Deprecated. -
ROLE
Deprecated. -
ROWS
Deprecated. -
SCOPE
Deprecated. -
SCROLLING
Deprecated. -
SRC
Deprecated. -
SUMMARY
Deprecated. -
TARGET
Deprecated. -
TITLE
Deprecated. -
TYPE
Deprecated. -
VALUE
Deprecated. -
WIDTH
Deprecated.
-
-
Field Details
-
value
Deprecated.
-
-
Constructor Details
-
HtmlAttr
private HtmlAttr()Deprecated. -
HtmlAttr
Deprecated.
-
-
Method Details
-
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
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 nameNullPointerException
- if the argument is null
-
toString
Deprecated.
-