public static enum CallerController.Type extends java.lang.Enum<CallerController.Type>
| Enum Constant and Description |
|---|
CONSUMER |
DESKTOP |
REST |
TEST |
WEB |
WEB_SERVICE |
WEB_SOCKET |
WEB_WIDGET_PLAYER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isDesktop() |
static CallerController.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CallerController.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CallerController.Type DESKTOP
public static final CallerController.Type WEB_SOCKET
public static final CallerController.Type WEB_WIDGET_PLAYER
public static final CallerController.Type WEB_SERVICE
public static final CallerController.Type CONSUMER
public static final CallerController.Type WEB
public static final CallerController.Type REST
public static final CallerController.Type TEST
public static CallerController.Type[] values()
for (CallerController.Type c : CallerController.Type.values()) System.out.println(c);
public static CallerController.Type valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic boolean isDesktop()