Class Version


  • public final class Version
    extends java.lang.Object
    Final class to provide meta data for the library
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String APPLICATIONNAME
      Application name of the library
      static java.lang.String VERSION
      Version of the library
    • Constructor Summary

      Constructors 
      Constructor Description
      Version()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • APPLICATIONNAME

        public static final java.lang.String APPLICATIONNAME
        Application name of the library
        See Also:
        Constant Field Values
      • VERSION

        public static final java.lang.String VERSION
        Version of the library
        See Also:
        Constant Field Values
    • Constructor Detail

      • Version

        public Version()