SCA API

org.osoa.sca
Class Version

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

public final class Version
extends Object

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

Version:
$Rev: 408581 $ $Date: 2006-05-21 23:34:24 -0700 (Sun, 21 May 2006) $

Field Summary
static String API_VERSION
          The specification version of these API classes.
static String VERSION_0_9
          Identifier for version 0.9
static 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 String VERSION_0_9
Identifier for version 0.9

See Also:
Constant Field Values

XML_NAMESPACE_0_9

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

See Also:
Constant Field Values

API_VERSION

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

See Also:
Constant Field Values

SCA API

-