public enum Html extends Enum<Html>
Modifier and Type | Method and Description |
---|---|
String |
parse() |
String |
parse(Serializable... p) |
static Html |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Html[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Html COLOR_0
public static final Html COLOR_1
public static final Html COLOR_2
public static final Html COLOR_3
public static final Html COLOR_4
public static final Html COLOR_5
public static final Html COLOR_6
public static final Html COLOR_7
public static final Html COLOR_8
public static final Html COLOR_9
public static final Html COLOR_A
public static final Html COLOR_B
public static final Html COLOR_C
public static final Html COLOR_D
public static final Html COLOR_E
public static final Html COLOR_F
public static final Html FONT_AWESOME_ICON
public static final Html SPAN
public static final Html BUTTON
public static final Html BUTTON_CLASS
public static final Html LINK
public static final Html LINK_EXTERNAL
public static final Html LINK_CLASS
public static final Html IMG
public static final Html TABLE_START_2
public static final Html TABLE_START_3
public static final Html TABLE_START_4
public static final Html TABLE_SESSIONS_START
public static final Html TABLE_KILLS_START
public static final Html TABLE_FACTIONS_START
public static final Html TABLE_TOWNS_START
public static final Html TABLELINE_2
public static final Html TABLELINE_3
public static final Html TABLELINE_4
public static final Html TABLELINE_PLAYERS
public static final Html TABLELINE_3_CUSTOMKEY
public static final Html TABLELINE_3_CUSTOMKEY_1
public static final Html TABLE_END
public static Html[] values()
for (Html c : Html.values()) System.out.println(c);
public static Html 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 parse()
public String parse(Serializable... p)
p
- The replacement StringsCopyright © 2017. All rights reserved.