public enum HTTPQName extends Enum<HTTPQName>
Enum Constant and Description |
---|
ADDRESS |
BINDING |
OPERATION |
URLENCODED |
URLREPLACEMENT |
Modifier and Type | Field and Description |
---|---|
static String |
HTTP_NS_PREFIX |
static String |
HTTP_NS_URI |
Modifier and Type | Method and Description |
---|---|
static QName |
createHTTPQName(String localName) |
QName |
getQName() |
static Set<QName> |
getQNames() |
static HTTPQName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HTTPQName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HTTPQName ADDRESS
public static final HTTPQName BINDING
public static final HTTPQName URLREPLACEMENT
public static final HTTPQName URLENCODED
public static final HTTPQName OPERATION
public static final String HTTP_NS_URI
public static final String HTTP_NS_PREFIX
public static HTTPQName[] values()
public static HTTPQName 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 QName getQName()