public static enum ParamInfo.ParamRequestKind extends Enum<ParamInfo.ParamRequestKind>
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
static ParamInfo.ParamRequestKind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParamInfo.ParamRequestKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParamInfo.ParamRequestKind QUERY
public static final ParamInfo.ParamRequestKind HEADER
public static final ParamInfo.ParamRequestKind PATH
public static ParamInfo.ParamRequestKind[] values()
for (ParamInfo.ParamRequestKind c : ParamInfo.ParamRequestKind.values()) System.out.println(c);
public static ParamInfo.ParamRequestKind 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 nullpublic String getDescription()
This documentation content is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.