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