public static enum HTMLHeader.HeaderLevel extends Enum<HTMLHeader.HeaderLevel>
Enum Constant and Description |
---|
HEADER_1 |
HEADER_2 |
HEADER_3 |
HEADER_4 |
HEADER_5 |
HEADER_6 |
Modifier and Type | Method and Description |
---|---|
static HTMLHeader.HeaderLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HTMLHeader.HeaderLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HTMLHeader.HeaderLevel HEADER_1
public static final HTMLHeader.HeaderLevel HEADER_2
public static final HTMLHeader.HeaderLevel HEADER_3
public static final HTMLHeader.HeaderLevel HEADER_4
public static final HTMLHeader.HeaderLevel HEADER_5
public static final HTMLHeader.HeaderLevel HEADER_6
public static HTMLHeader.HeaderLevel[] values()
for (HTMLHeader.HeaderLevel c : HTMLHeader.HeaderLevel.values()) System.out.println(c);
public static HTMLHeader.HeaderLevel 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 nullCopyright © 2018 Xalys. All rights reserved.