Uses of Class
de.mid.innovator.srv.LicSrvErrorException.LicSrvStatusValues

Packages that use LicSrvErrorException.LicSrvStatusValues
de.mid.innovator.srv All classes in this package are used for communicating with the Innovator repository server and license server. 
 

Uses of LicSrvErrorException.LicSrvStatusValues in de.mid.innovator.srv
 

Methods in de.mid.innovator.srv that return LicSrvErrorException.LicSrvStatusValues
static LicSrvErrorException.LicSrvStatusValues LicSrvErrorException.LicSrvStatusValues.valueOf(int status1)
           
static LicSrvErrorException.LicSrvStatusValues LicSrvErrorException.LicSrvStatusValues.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LicSrvErrorException.LicSrvStatusValues[] LicSrvErrorException.LicSrvStatusValues.values()
          Returns an array containing the constants of this enum type, in the order they are declared.