public static enum TCPSettings.EncodingMode extends Enum<TCPSettings.EncodingMode>
| Enum Constant and Description |
|---|
FI_ALL |
FI_STATEFUL |
FI_STATELESS |
XML |
| Modifier and Type | Method and Description |
|---|---|
static TCPSettings.EncodingMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TCPSettings.EncodingMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TCPSettings.EncodingMode XML
public static final TCPSettings.EncodingMode FI_STATELESS
public static final TCPSettings.EncodingMode FI_STATEFUL
public static final TCPSettings.EncodingMode FI_ALL
public static TCPSettings.EncodingMode[] values()
for (TCPSettings.EncodingMode c : TCPSettings.EncodingMode.values()) System.out.println(c);
public static TCPSettings.EncodingMode 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 nullCopyright © 2005–2018 Oracle Corporation. All rights reserved.