public static enum JAXRConstants.Namespace extends Enum<JAXRConstants.Namespace>
Modifier and Type | Field and Description |
---|---|
static JAXRConstants.Namespace |
CURRENT |
Modifier and Type | Method and Description |
---|---|
static JAXRConstants.Namespace |
forUri(String uri) |
String |
getUriString() |
static JAXRConstants.Namespace |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JAXRConstants.Namespace[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JAXRConstants.Namespace UNKNOWN
public static final JAXRConstants.Namespace JAXR_1_0
public static final JAXRConstants.Namespace JAXR_1_1
public static final JAXRConstants.Namespace CURRENT
public static JAXRConstants.Namespace[] values()
for (JAXRConstants.Namespace c : JAXRConstants.Namespace.values()) System.out.println(c);
public static JAXRConstants.Namespace 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 String getUriString()
public static JAXRConstants.Namespace forUri(String uri)
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.