public static enum Page.EnumThreadState extends Enum<Page.EnumThreadState>
| Enum Constant and Description |
|---|
NULL |
VALUE_EXISTING_THREAD |
VALUE_NEW_THREAD |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static Page.EnumThreadState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Page.EnumThreadState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Page.EnumThreadState VALUE_NEW_THREAD
public static final Page.EnumThreadState VALUE_EXISTING_THREAD
public static final Page.EnumThreadState NULL
public static Page.EnumThreadState[] values()
for (Page.EnumThreadState c : Page.EnumThreadState.values()) System.out.println(c);
public static Page.EnumThreadState 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 toString()
toString in class Enum<Page.EnumThreadState>Copyright © 2018. All rights reserved.