public static enum GrouperInstaller.GrouperInstallerAdminAction extends Enum<GrouperInstaller.GrouperInstallerAdminAction>
Enum Constant and Description |
---|
develop
develop
|
manage
manage
|
upgradeTask
convert
|
Modifier and Type | Method and Description |
---|---|
static GrouperInstaller.GrouperInstallerAdminAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GrouperInstaller.GrouperInstallerAdminAction |
valueOfIgnoreCase(String string,
boolean exceptionIfBlank,
boolean exceptionIfInvalid) |
static GrouperInstaller.GrouperInstallerAdminAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GrouperInstaller.GrouperInstallerAdminAction manage
public static final GrouperInstaller.GrouperInstallerAdminAction develop
public static final GrouperInstaller.GrouperInstallerAdminAction upgradeTask
public static GrouperInstaller.GrouperInstallerAdminAction[] values()
for (GrouperInstaller.GrouperInstallerAdminAction c : GrouperInstaller.GrouperInstallerAdminAction.values()) System.out.println(c);
public static GrouperInstaller.GrouperInstallerAdminAction 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 static GrouperInstaller.GrouperInstallerAdminAction valueOfIgnoreCase(String string, boolean exceptionIfBlank, boolean exceptionIfInvalid)
string
- exceptionIfInvalid
- exceptionIfBlank
- Copyright © 2016 Internet2. All rights reserved.