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