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