public enum WsatNamespace extends Enum<WsatNamespace>
| Enum Constant and Description |
|---|
WSAT200410 |
WSAT200606 |
| Modifier and Type | Field and Description |
|---|---|
String |
defaultPrefix |
String |
namespace |
| Modifier and Type | Method and Description |
|---|---|
QName |
createFqn(String name) |
QName |
createFqn(String prefix,
String name) |
static WsatNamespace |
forNamespaceUri(String uri) |
static List<String> |
namespacesList() |
static WsatNamespace |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WsatNamespace[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WsatNamespace WSAT200410
public static final WsatNamespace WSAT200606
public final String defaultPrefix
public final String namespace
public static WsatNamespace[] values()
for (WsatNamespace c : WsatNamespace.values()) System.out.println(c);
public static WsatNamespace 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 static WsatNamespace forNamespaceUri(String uri)
Copyright © 2005–2018 Oracle Corporation. All rights reserved.