public static enum Decoder.LicenseType extends java.lang.Enum<Decoder.LicenseType>
Enum Constant and Description |
---|
Full |
InvalidLicence |
NotSet |
SubscriptionExpired |
Trial |
TrialExpired |
Modifier and Type | Method and Description |
---|---|
static Decoder.LicenseType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Decoder.LicenseType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Decoder.LicenseType NotSet
public static final Decoder.LicenseType Trial
public static final Decoder.LicenseType Full
public static final Decoder.LicenseType TrialExpired
public static final Decoder.LicenseType SubscriptionExpired
public static final Decoder.LicenseType InvalidLicence
public static Decoder.LicenseType[] values()
for (Decoder.LicenseType c : Decoder.LicenseType.values()) System.out.println(c);
public static Decoder.LicenseType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null