public static enum APIConst.SERVER_ACTION_SOURCE extends Enum<APIConst.SERVER_ACTION_SOURCE>
| Enum Constant and Description |
|---|
API_Local |
API_RMI |
API_URL |
Dashboard |
Designer |
ServerAdmin |
ServerConsole |
Studio_Page |
Studio_Web |
VisualAnalysis |
| Modifier and Type | Method and Description |
|---|---|
static APIConst.SERVER_ACTION_SOURCE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static APIConst.SERVER_ACTION_SOURCE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final APIConst.SERVER_ACTION_SOURCE Designer
public static final APIConst.SERVER_ACTION_SOURCE ServerConsole
public static final APIConst.SERVER_ACTION_SOURCE ServerAdmin
public static final APIConst.SERVER_ACTION_SOURCE API_RMI
public static final APIConst.SERVER_ACTION_SOURCE API_Local
public static final APIConst.SERVER_ACTION_SOURCE API_URL
public static final APIConst.SERVER_ACTION_SOURCE Studio_Page
public static final APIConst.SERVER_ACTION_SOURCE Studio_Web
public static final APIConst.SERVER_ACTION_SOURCE Dashboard
public static final APIConst.SERVER_ACTION_SOURCE VisualAnalysis
public static APIConst.SERVER_ACTION_SOURCE[] values()
for (APIConst.SERVER_ACTION_SOURCE c : APIConst.SERVER_ACTION_SOURCE.values()) System.out.println(c);
public static APIConst.SERVER_ACTION_SOURCE 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 null© insightsoftware. All rights reserved.