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