java.io.Serializable
, java.lang.Comparable<WsrmConstants.RMVersion>
public static enum WsrmConstants.RMVersion extends java.lang.Enum<WsrmConstants.RMVersion>
Modifier and Type | Field | Description |
---|---|---|
(package private) java.lang.String |
namespaceUri |
Deprecated.
|
(package private) java.lang.String |
policyNamespaceUri |
Deprecated.
|
(package private) java.lang.String |
policyPrefix |
Deprecated.
|
(package private) java.lang.String |
prefix |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
static WsrmConstants.RMVersion |
forNamespaceUri(java.lang.String ns) |
Deprecated.
|
static WsrmConstants.RMVersion |
forPolicyNamespaceUri(java.lang.String ns) |
Deprecated.
|
java.lang.String |
getNamespaceUri() |
Deprecated.
|
java.lang.String |
getPolicyNamespaceUri() |
Deprecated.
|
java.lang.String |
getPolicyPrefix() |
Deprecated.
|
java.lang.String |
getPrefix() |
Deprecated.
|
boolean |
isBefore(WsrmConstants.RMVersion other) |
Deprecated.
|
boolean |
isLaterThan(WsrmConstants.RMVersion other) |
Deprecated.
|
boolean |
isLaterThanOrEqualTo(WsrmConstants.RMVersion other) |
Deprecated.
|
static WsrmConstants.RMVersion |
latest() |
Deprecated.
If you add new RM versions, update this to be the latest version
|
static WsrmConstants.RMVersion |
valueOf(java.lang.String name) |
Deprecated.
Returns the enum constant of this type with the specified name.
|
static WsrmConstants.RMVersion[] |
values() |
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WsrmConstants.RMVersion RM_10
public static final WsrmConstants.RMVersion RM_11
java.lang.String prefix
java.lang.String namespaceUri
java.lang.String policyPrefix
java.lang.String policyNamespaceUri
public static WsrmConstants.RMVersion[] values()
for (WsrmConstants.RMVersion c : WsrmConstants.RMVersion.values()) System.out.println(c);
public static WsrmConstants.RMVersion valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static WsrmConstants.RMVersion latest()
public static WsrmConstants.RMVersion forNamespaceUri(java.lang.String ns)
public static WsrmConstants.RMVersion forPolicyNamespaceUri(java.lang.String ns)
public java.lang.String getPrefix()
public java.lang.String getNamespaceUri()
public java.lang.String getPolicyNamespaceUri()
public java.lang.String getPolicyPrefix()
public boolean isLaterThan(WsrmConstants.RMVersion other)
public boolean isLaterThanOrEqualTo(WsrmConstants.RMVersion other)
public boolean isBefore(WsrmConstants.RMVersion other)