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