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