public enum EWorkshopFileAction extends Enum<EWorkshopFileAction>
| Modifier and Type | Field and Description |
|---|---|
private int |
code |
| Modifier and Type | Method and Description |
|---|---|
int |
v() |
static EWorkshopFileAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EWorkshopFileAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EWorkshopFileAction Played
public static final EWorkshopFileAction Completed
public static EWorkshopFileAction[] values()
for (EWorkshopFileAction c : EWorkshopFileAction.values()) System.out.println(c);
public static EWorkshopFileAction 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 int v()
Copyright © 2012. All Rights Reserved.