public enum Attribute extends Enum<Attribute>
Enum Constant and Description |
---|
ACCEPT |
ACTION |
ALT |
AUTOCOMPLETE |
AUTOFOCUS |
CHECKED |
CLASS |
COLSPAN |
CONTENT |
DATA_DISMISS |
DATA_TARGET |
DATA_TOGGLE |
DATA_TYPE |
DATA_URL |
DISABLED |
ENCTYPE |
FOR |
HEIGHT |
HREF |
HTTP_EQUIV |
ID |
LANG |
MAX |
MAXLENGTH |
METHOD |
MIN |
MULTIPLE |
NAME |
NOVALIDATE |
ONSUBMIT |
PATTERN |
PLACEHOLDER |
REL |
REQUIRED |
ROLE |
ROWS |
SELECTED |
SRC |
STYLE |
TARGET |
TITLE |
TYPE |
VALUE |
WIDTH |
XMLNS |
Modifier and Type | Method and Description |
---|---|
String |
getAttribute() |
static Attribute |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Attribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Attribute ACTION
public static final Attribute ACCEPT
public static final Attribute ALT
public static final Attribute AUTOFOCUS
public static final Attribute AUTOCOMPLETE
public static final Attribute CLASS
public static final Attribute CONTENT
public static final Attribute CHECKED
public static final Attribute COLSPAN
public static final Attribute DATA_DISMISS
public static final Attribute DATA_TOGGLE
public static final Attribute DATA_TARGET
public static final Attribute DATA_TYPE
public static final Attribute DATA_URL
public static final Attribute DISABLED
public static final Attribute ENCTYPE
public static final Attribute FOR
public static final Attribute HREF
public static final Attribute HTTP_EQUIV
public static final Attribute HEIGHT
public static final Attribute ID
public static final Attribute LANG
public static final Attribute METHOD
public static final Attribute MAXLENGTH
public static final Attribute MULTIPLE
public static final Attribute MAX
public static final Attribute MIN
public static final Attribute NAME
public static final Attribute NOVALIDATE
public static final Attribute ONSUBMIT
public static final Attribute PLACEHOLDER
public static final Attribute PATTERN
public static final Attribute REL
public static final Attribute ROLE
public static final Attribute REQUIRED
public static final Attribute ROWS
public static final Attribute SRC
public static final Attribute SELECTED
public static final Attribute STYLE
public static final Attribute TYPE
public static final Attribute TITLE
public static final Attribute TARGET
public static final Attribute VALUE
public static final Attribute XMLNS
public static final Attribute WIDTH
public static Attribute[] values()
for (Attribute c : Attribute.values()) System.out.println(c);
public static Attribute valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getAttribute()
Copyright © 2016 JSL Solucoes LTDA. All Rights Reserved.