public static enum WebServiceParam.ImplicitParam extends Enum<WebServiceParam.ImplicitParam>
| Enum Constant and Description |
|---|
Request |
Response |
UiMessageStack |
| Modifier and Type | Method and Description |
|---|---|
Class |
getImplicitType() |
static WebServiceParam.ImplicitParam |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebServiceParam.ImplicitParam[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WebServiceParam.ImplicitParam UiMessageStack
public static final WebServiceParam.ImplicitParam Request
public static final WebServiceParam.ImplicitParam Response
public static WebServiceParam.ImplicitParam[] values()
for (WebServiceParam.ImplicitParam c : WebServiceParam.ImplicitParam.values()) System.out.println(c);
public static WebServiceParam.ImplicitParam 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 Class getImplicitType()
Copyright © 2019. All Rights Reserved.