Interface Product

    • Method Detail

      • getID

        java.lang.String getID()
        Returns:
        The identifying string of the product, or null if the ID is not known.
      • getName

        java.lang.String getName()
        Returns:
        The canonical name of the product, or null if the name is not known.
      • getVersion

        java.lang.String getVersion()
        Returns:
        The version string provided by the product, or null if there is no string version of the product.
      • getVersionNumber

        double getVersionNumber()
        Returns:
        The version number provided by the product, or Double.NaN if there is no version number of the product.
      • getVersionNumbers

        int[] getVersionNumbers()
        Returns:
        The version number components provided by the product, or null if there are no version number components of the product.