public static enum Parameter.ParamType extends Enum<Parameter.ParamType>
Enum Constant and Description |
---|
BEAN_PARAM |
CONTEXT |
COOKIE_PARAM |
FORM |
FORM_PARAM |
HEADER_PARAM |
MATRIX_PARAM |
MESSAGE_BODY |
PATH_PARAM |
QUERY |
QUERY_PARAM |
SUSPEND |
SUSPENDED |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
static Parameter.ParamType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Parameter.ParamType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Parameter.ParamType BEAN_PARAM
public static final Parameter.ParamType CONTEXT
public static final Parameter.ParamType COOKIE_PARAM
public static final Parameter.ParamType FORM_PARAM
public static final Parameter.ParamType HEADER_PARAM
public static final Parameter.ParamType MATRIX_PARAM
public static final Parameter.ParamType MESSAGE_BODY
public static final Parameter.ParamType PATH_PARAM
public static final Parameter.ParamType QUERY_PARAM
public static final Parameter.ParamType SUSPENDED
public static final Parameter.ParamType UNKNOWN
public static final Parameter.ParamType FORM
public static final Parameter.ParamType QUERY
public static final Parameter.ParamType SUSPEND
public static Parameter.ParamType[] values()
for (Parameter.ParamType c : Parameter.ParamType.values()) System.out.println(c);
public static Parameter.ParamType 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 © 2021 JBoss by Red Hat. All rights reserved.