public enum GWTWorkspaceItemAction extends Enum<GWTWorkspaceItemAction> implements com.google.gwt.user.client.rpc.IsSerializable
Modifier and Type | Method and Description |
---|---|
static GWTWorkspaceItemAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GWTWorkspaceItemAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GWTWorkspaceItemAction CREATED
public static final GWTWorkspaceItemAction RENAMED
public static final GWTWorkspaceItemAction MOVED
public static final GWTWorkspaceItemAction CLONED
public static GWTWorkspaceItemAction[] values()
for (GWTWorkspaceItemAction c : GWTWorkspaceItemAction.values()) System.out.println(c);
public static GWTWorkspaceItemAction 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 nullCopyright © 2015. All Rights Reserved.