public static enum WebServiceParam.WebServiceParamType extends Enum<WebServiceParam.WebServiceParamType>
| Enum Constant and Description |
|---|
Body |
Header |
Implicit |
InnerBody |
Path |
Query |
| Modifier and Type | Method and Description |
|---|---|
static WebServiceParam.WebServiceParamType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebServiceParam.WebServiceParamType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WebServiceParam.WebServiceParamType Query
public static final WebServiceParam.WebServiceParamType Path
public static final WebServiceParam.WebServiceParamType Header
public static final WebServiceParam.WebServiceParamType Body
public static final WebServiceParam.WebServiceParamType InnerBody
public static final WebServiceParam.WebServiceParamType Implicit
public static WebServiceParam.WebServiceParamType[] values()
for (WebServiceParam.WebServiceParamType c : WebServiceParam.WebServiceParamType.values()) System.out.println(c);
public static WebServiceParam.WebServiceParamType 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 © 2019. All rights reserved.