static enum GetCapabilitiesParseHelper.TransferMode extends java.lang.Enum<GetCapabilitiesParseHelper.TransferMode>
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
typeString |
| Modifier and Type | Method and Description |
|---|---|
(package private) static GetCapabilitiesParseHelper.TransferMode |
fromString(java.lang.String s) |
private java.lang.String |
getTypeString() |
static GetCapabilitiesParseHelper.TransferMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GetCapabilitiesParseHelper.TransferMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GetCapabilitiesParseHelper.TransferMode KVP
public static final GetCapabilitiesParseHelper.TransferMode REST
private final java.lang.String typeString
public static GetCapabilitiesParseHelper.TransferMode[] values()
for (GetCapabilitiesParseHelper.TransferMode c : GetCapabilitiesParseHelper.TransferMode.values()) System.out.println(c);
public static GetCapabilitiesParseHelper.TransferMode 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 nullprivate java.lang.String getTypeString()
static GetCapabilitiesParseHelper.TransferMode fromString(java.lang.String s)