SCA API

org.osoa.sca
Class Version

java.lang.Object
  extended by org.osoa.sca.Version

public final class Version
extends java.lang.Object

Class providing information on the version of the specification supported by these API classes.

Version:
$Rev: 368822 $ $Date: 2006-01-13 13:54:38 -0500 (Fri, 13 Jan 2006) $

Field Summary
static java.lang.String API_VERSION
          The specification version of these API classes.
static java.lang.String VERSION_0_9
          Identifier for version 0.9
static java.lang.String XML_NAMESPACE_0_9
          Identifier for the XML Namespace for version 0.9
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERSION_0_9

public static final java.lang.String VERSION_0_9
Identifier for version 0.9

See Also:
Constant Field Values

XML_NAMESPACE_0_9

public static final java.lang.String XML_NAMESPACE_0_9
Identifier for the XML Namespace for version 0.9

See Also:
Constant Field Values

API_VERSION

public static final java.lang.String API_VERSION
The specification version of these API classes.

See Also:
Constant Field Values

SCA API

-