Initializing help system before first use

XPRMLicense

  • java.lang.Object
    • com.dashoptimization.XPRMLicense


  • public class XPRMLicense
    extends java.lang.Object
    An OEM license.
    • Field Summary

      Modifier and Type Field and Description
      boolean ifDevelopmentLicense
      License type (OEM or development).
      java.lang.String message
      OEM message.
      int number
      OEM number.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • number

        public int number
        OEM number. To be updated before checking the license.
      • message

        public java.lang.String message
        OEM message. This field is available after the license has been checked successfully.
      • ifDevelopmentLicense

        public boolean ifDevelopmentLicense
        License type (OEM or development). This field is available after the license has been checked successfully.