public static enum CSEvaluateDialog.EvaluateDialogType extends java.lang.Enum<CSEvaluateDialog.EvaluateDialogType>
| Enum Constant and Description |
|---|
ROBOT |
STAR |
STAR_MESSAGE |
| Modifier and Type | Method and Description |
|---|---|
static CSEvaluateDialog.EvaluateDialogType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CSEvaluateDialog.EvaluateDialogType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CSEvaluateDialog.EvaluateDialogType ROBOT
public static final CSEvaluateDialog.EvaluateDialogType STAR
public static final CSEvaluateDialog.EvaluateDialogType STAR_MESSAGE
public static CSEvaluateDialog.EvaluateDialogType[] values()
for (CSEvaluateDialog.EvaluateDialogType c : CSEvaluateDialog.EvaluateDialogType.values()) System.out.println(c);
public static CSEvaluateDialog.EvaluateDialogType 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 null