Enum Constant and Description |
---|
CSS |
ERROR |
FAVICON |
FORBIDDEN |
JS |
NETWORK_CONTENT |
NOT_FOUND |
PLAYER |
PLAYER_PLUGINS_TAB
Deprecated.
|
PLAYERS |
RAW_PLAYER |
RAW_SERVER |
SERVER |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
id() |
java.lang.String |
of(java.lang.String additionalInfo) |
java.lang.String |
of(java.util.UUID uuid) |
static PageId |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PageId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PageId SERVER
public static final PageId RAW_SERVER
public static final PageId PLAYER
public static final PageId RAW_PLAYER
public static final PageId PLAYERS
public static final PageId ERROR
public static final PageId FORBIDDEN
public static final PageId NOT_FOUND
public static final PageId JS
public static final PageId CSS
public static final PageId FAVICON
@Deprecated public static final PageId PLAYER_PLUGINS_TAB
public static final PageId NETWORK_CONTENT
public static PageId[] values()
for (PageId c : PageId.values()) System.out.println(c);
public static PageId valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String of(java.lang.String additionalInfo)
public java.lang.String of(java.util.UUID uuid)
public java.lang.String id()