Interface ILicenseCode

All Superinterfaces:
ICodeCommon

public interface ILicenseCode extends ICodeCommon
The license code interface.
Author:
Christopher Mindus
  • Method Details

    • getCode

      String getCode()
      Gets the license code formatted as a string as digits grouped as "12345-67890-12345-67890-12345". This is NOT the complete code but is used for e.g. activation purposes or when communicating with IIZI Support.
      Specified by:
      getCode in interface ICodeCommon
      Returns:
      The string formatted as "12345-67890-12345-67890-12345".