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