Package ch.rabanti.picoxlsx4j
Class Version
- java.lang.Object
-
- ch.rabanti.picoxlsx4j.Version
-
public final class Version extends java.lang.ObjectFinal class to provide meta data for the library
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringAPPLICATIONNAMEApplication name of the librarystatic java.lang.StringVERSIONVersion of the library
-
Constructor Summary
Constructors Constructor Description Version()
-
-
-
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
-
-