Summary
Enum Values |
LicenseResult.Type |
ELM_ACTIVATION |
Indicates that this result refers to a Enterprise license activation. |
LicenseResult.Type |
KLM_ACTIVATION |
Indicates that this result refers to a Knox Enterprise license activation. |
LicenseResult.Type |
KLM_DEACTIVATION |
Indicates that this result refers to a Knox Enterprise license de-activation. |
LicenseResult.Type |
UNDEFINED |
Indicates that an unkown error occured during license processing. |
[Expand]
Inherited Methods |
From class
java.lang.Enum
final
Object
|
clone()
|
final
int
|
compareTo(E arg0)
|
int
|
compareTo(Object arg0)
|
final
boolean
|
equals(Object arg0)
|
final
void
|
finalize()
|
final
Class<E>
|
getDeclaringClass()
|
final
int
|
hashCode()
|
final
String
|
name()
|
final
int
|
ordinal()
|
String
|
toString()
|
static
<T extends Enum<T>>
T
|
valueOf(Class<T> arg0, String arg1)
|
|
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
From interface
java.lang.Comparable
abstract
int
|
compareTo(T arg0)
|
|
Enum Values
Since: API level
Indicates that this result refers to a Enterprise license activation.
Since: API level
Indicates that this result refers to a Knox Enterprise license activation.
public
static
final
LicenseResult.Type
KLM_DEACTIVATION
Since: API level
Indicates that this result refers to a Knox Enterprise license de-activation.
Since: API level
Indicates that an unkown error occured during license processing.
Public Methods
public
static
final
Type[]
values
()