public static enum WebClientSession.RequestType extends java.lang.Enum<WebClientSession.RequestType>
Modifier and Type | Method and Description |
---|---|
static WebClientSession.RequestType |
valueFor(java.lang.String type) |
static WebClientSession.RequestType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WebClientSession.RequestType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WebClientSession.RequestType SYNC
public static final WebClientSession.RequestType ASYNC
public static final WebClientSession.RequestType HIGHASYNC
public static final WebClientSession.RequestType NORENDER
public static WebClientSession.RequestType[] values()
for (WebClientSession.RequestType c : WebClientSession.RequestType.values()) System.out.println(c);
public static WebClientSession.RequestType 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 nullpublic static WebClientSession.RequestType valueFor(java.lang.String type)