public static enum LicenseLostMessage.Reason extends Enum<LicenseLostMessage.Reason>
Enum Constant and Description |
---|
LICENSE_DEACTIVATED |
LICENSE_EXPIRED |
LICENSE_LOCK_EXPIRED |
LICENSE_LOCK_REVOKED |
LICENSE_NOT_LOCKED |
LICENSE_REMOVED |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static LicenseLostMessage.Reason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LicenseLostMessage.Reason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LicenseLostMessage.Reason LICENSE_EXPIRED
public static final LicenseLostMessage.Reason LICENSE_LOCK_EXPIRED
public static final LicenseLostMessage.Reason LICENSE_NOT_LOCKED
public static final LicenseLostMessage.Reason LICENSE_DEACTIVATED
public static final LicenseLostMessage.Reason LICENSE_REMOVED
public static final LicenseLostMessage.Reason LICENSE_LOCK_REVOKED
public static LicenseLostMessage.Reason[] values()
for (LicenseLostMessage.Reason c : LicenseLostMessage.Reason.values()) System.out.println(c);
public static LicenseLostMessage.Reason valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<LicenseLostMessage.Reason>
Copyright © 2019. All rights reserved.