Uses of Class
de.mid.innovator.srv.LicSrvErrorException.LicSrvStatusValues
-
Packages that use LicSrvErrorException.LicSrvStatusValues Package Description 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 Modifier and Type Method Description static LicSrvErrorException.LicSrvStatusValues
LicSrvErrorException.LicSrvStatusValues. valueOf(int status1)
Returns the enum constant of this type with the specified name.static LicSrvErrorException.LicSrvStatusValues
LicSrvErrorException.LicSrvStatusValues. valueOf(java.lang.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.
-