public static enum GenericHeader.Type extends Enum<GenericHeader.Type>
| Enum Constant and Description |
|---|
BLUE |
HEADER_1 |
HEADER_2 |
HEADER_3 |
HEADER_4 |
SIMPLE
A simple header with just a bigger font, in black
|
| Modifier and Type | Method and Description |
|---|---|
static GenericHeader.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GenericHeader.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GenericHeader.Type SIMPLE
public static final GenericHeader.Type BLUE
public static final GenericHeader.Type HEADER_1
public static final GenericHeader.Type HEADER_2
public static final GenericHeader.Type HEADER_3
public static final GenericHeader.Type HEADER_4
public static GenericHeader.Type[] values()
for (GenericHeader.Type c : GenericHeader.Type.values()) System.out.println(c);
public static GenericHeader.Type 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 © 2017 etc.to. All rights reserved.