public static enum Utils.SOCKET_CHANNELS extends java.lang.Enum<Utils.SOCKET_CHANNELS>
| Enum Constant and Description |
|---|
EXPERIENCE |
LOCATION |
ORGANIZATION |
SYSTEM |
| Modifier and Type | Method and Description |
|---|---|
static Utils.SOCKET_CHANNELS |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Utils.SOCKET_CHANNELS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Utils.SOCKET_CHANNELS SYSTEM
public static final Utils.SOCKET_CHANNELS ORGANIZATION
public static final Utils.SOCKET_CHANNELS LOCATION
public static final Utils.SOCKET_CHANNELS EXPERIENCE
public static Utils.SOCKET_CHANNELS[] values()
for (Utils.SOCKET_CHANNELS c : Utils.SOCKET_CHANNELS.values()) System.out.println(c);
public static Utils.SOCKET_CHANNELS 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 null