public enum RmAssertionNamespace extends Enum<RmAssertionNamespace>
| Enum Constant and Description |
|---|
METRO_200603 |
METRO_200702 |
METRO_CLIENT_200603 |
MICROSOFT_200502 |
MICROSOFT_200702 |
WSRMP_200502 |
WSRMP_200702 |
| Modifier and Type | Method and Description |
|---|---|
String |
defaultPrefix() |
QName |
getQName(String name) |
static List<String> |
namespacesList() |
String |
toString() |
static RmAssertionNamespace |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RmAssertionNamespace[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RmAssertionNamespace WSRMP_200502
public static final RmAssertionNamespace WSRMP_200702
public static final RmAssertionNamespace MICROSOFT_200502
public static final RmAssertionNamespace MICROSOFT_200702
public static final RmAssertionNamespace METRO_200603
public static final RmAssertionNamespace METRO_CLIENT_200603
public static final RmAssertionNamespace METRO_200702
public static RmAssertionNamespace[] values()
for (RmAssertionNamespace c : RmAssertionNamespace.values()) System.out.println(c);
public static RmAssertionNamespace 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 defaultPrefix()
public String toString()
toString in class Enum<RmAssertionNamespace>Copyright © 2005–2017 Oracle Corporation. All rights reserved.