public static enum AxisResourceParameter.ParameterType extends java.lang.Enum<AxisResourceParameter.ParameterType>
| Enum Constant and Description |
|---|
QUERY_PARAMETER |
URL_PARAMETER |
| Modifier and Type | Method and Description |
|---|---|
static AxisResourceParameter.ParameterType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AxisResourceParameter.ParameterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AxisResourceParameter.ParameterType URL_PARAMETER
public static final AxisResourceParameter.ParameterType QUERY_PARAMETER
public static AxisResourceParameter.ParameterType[] values()
for (AxisResourceParameter.ParameterType c : AxisResourceParameter.ParameterType.values()) System.out.println(c);
public static AxisResourceParameter.ParameterType 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 nullCopyright © 2004-2024 The Apache Software Foundation. All Rights Reserved.