public static enum Transactional.Version extends Enum<Transactional.Version>
| Modifier and Type | Field and Description |
|---|---|
WsatNamespace |
namespaceVersion |
QName |
qname |
| Modifier and Type | Method and Description |
|---|---|
static Transactional.Version |
forNamespaceUri(String ns) |
static Transactional.Version |
forNamespaceVersion(WsatNamespace nsVersion) |
QName |
getQName() |
static Transactional.Version |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Transactional.Version[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Transactional.Version WSAT10
public static final Transactional.Version WSAT11
public static final Transactional.Version WSAT12
public static final Transactional.Version DEFAULT
public final QName qname
public final WsatNamespace namespaceVersion
public static Transactional.Version[] values()
for (Transactional.Version c : Transactional.Version.values()) System.out.println(c);
public static Transactional.Version 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()
public static Transactional.Version forNamespaceVersion(WsatNamespace nsVersion)
public static Transactional.Version forNamespaceUri(String ns)
Copyright © 2005–2017 Oracle Corporation. All rights reserved.