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: 431035 $ $Date: 2006-08-12 06:54:25 -0700 (Sat, 12 Aug 2006) $

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

Field Detail

VERSION_1_0

public static final java.lang.String VERSION_1_0
Identifier for version 1.0

See Also:
Constant Field Values

XML_NAMESPACE_1_0

public static final java.lang.String XML_NAMESPACE_1_0
Identifier for the XML Namespace for version 1.0

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


Copyright © 2006 Apache Software Foundation. All Rights Reserved.