Package org.verapdf

Interface SemanticVersionNumber

    • Method Detail

      • getVersionString

        String getVersionString()
        Returns:
        the version number as a String, that is major.minor.patch
      • getMajor

        int getMajor()
        Returns:
        the int value of the major version number
      • getMinor

        int getMinor()
        Returns:
        the int value of the minor version number
      • getPatch

        int getPatch()
        Returns:
        the int value of the patch number