XFA4J

com.adobe.xfa.ut
Class Version

java.lang.Object
  extended by com.adobe.xfa.ut.Version

public class Version
extends java.lang.Object

A class to report the com.adobe.xfa package's specification and implementation versions.


Method Summary
static java.lang.String getImplementation()
          Gets this package's XFA implementation version.
static java.lang.String getSpecification()
          Gets this package's XFA specification version.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSpecification

public static final java.lang.String getSpecification()
Gets this package's XFA specification version.

Returns:
the specification version.

getImplementation

public static final java.lang.String getImplementation()
Gets this package's XFA implementation version.

Returns:
the implementation version.

XFA4J

© 2005 Adobe Systems Incorporated. All Rights Reserved.