BEA Systems, Inc.

weblogic.wsee.reliability
Class WsrmConstants.RMVersion

java.lang.Object
  extended by java.lang.Enum
      extended by weblogic.wsee.reliability.WsrmConstants.RMVersion
All Implemented Interfaces:
Serializable, Comparable
Enclosing class:
WsrmConstants

public static final class WsrmConstants.RMVersion
extends Enum

Enumerated values for RM versions we support

See Also:
Serialized Form

Field Summary
static WsrmConstants.RMVersion RM_10
           
static WsrmConstants.RMVersion RM_11
           
 
Method Summary
static WsrmConstants.RMVersion forNamespaceUri(String ns)
           
 String getNamespaceUri()
           
 String getPolicyNamespaceUri()
           
 String getPolicyPrefix()
           
 String getPrefix()
           
 boolean isBefore(WsrmConstants.RMVersion other)
           
 boolean isLaterThan(WsrmConstants.RMVersion other)
           
 boolean isLaterThanOrEqualTo(WsrmConstants.RMVersion other)
           
static WsrmConstants.RMVersion latest()
          If you add new RM versions, update this to be the latest version
static WsrmConstants.RMVersion valueOf(String name)
           
static WsrmConstants.RMVersion[] values()
           
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

RM_10

public static final WsrmConstants.RMVersion RM_10

RM_11

public static final WsrmConstants.RMVersion RM_11
Method Detail

values

public static WsrmConstants.RMVersion[] values()

valueOf

public static WsrmConstants.RMVersion valueOf(String name)

latest

public static WsrmConstants.RMVersion latest()
If you add new RM versions, update this to be the latest version


forNamespaceUri

public static WsrmConstants.RMVersion forNamespaceUri(String ns)

getPrefix

public String getPrefix()

getNamespaceUri

public String getNamespaceUri()

getPolicyNamespaceUri

public String getPolicyNamespaceUri()

getPolicyPrefix

public String getPolicyPrefix()

isLaterThan

public boolean isLaterThan(WsrmConstants.RMVersion other)

isLaterThanOrEqualTo

public boolean isLaterThanOrEqualTo(WsrmConstants.RMVersion other)

isBefore

public boolean isBefore(WsrmConstants.RMVersion other)

Because this information documents a Tech Preview of a BEA product, it may be incomplete and is subject to change. Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/essex/TechPreview
Copyright 2007 BEA Systems Inc.