com.ibm.jtopenlite

Class About

  • java.lang.Object
    • com.ibm.jtopenlite.About


  • public class About
    extends java.lang.Object
    This class provides information about the current version of JTOpenLite
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String INTERFACE_LEVEL
      The INTERFACE_LEVEL represents the level of the interface.
      static java.lang.String INTERFACE_NAME 
    • Constructor Summary

      Constructors 
      Constructor and Description
      About() 
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • INTERFACE_NAME

        public static java.lang.String INTERFACE_NAME
      • INTERFACE_LEVEL

        public static java.lang.String INTERFACE_LEVEL
        The INTERFACE_LEVEL represents the level of the interface. For now, we just use the current date. This date is automatically adjusted each time jtopenlite.jar is built.
    • Constructor Detail

      • About

        public About()