public static enum SystemSettings.ProtocolIOMode extends Enum<SystemSettings.ProtocolIOMode>
| Modifier and Type | Method and Description |
|---|---|
static SystemSettings.ProtocolIOMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SystemSettings.ProtocolIOMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SystemSettings.ProtocolIOMode ANY
public static final SystemSettings.ProtocolIOMode NATIVE
public static final SystemSettings.ProtocolIOMode NIO
public static final SystemSettings.ProtocolIOMode OIO
public static SystemSettings.ProtocolIOMode[] values()
for (SystemSettings.ProtocolIOMode c : SystemSettings.ProtocolIOMode.values()) System.out.println(c);
public static SystemSettings.ProtocolIOMode 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