public static enum ILicenseInfos.Status extends java.lang.Enum<ILicenseInfos.Status>
| Enum Constant and Description |
|---|
EXPIRED |
FREE |
NO_LICENSE |
TRIAL_EXPIRED |
TRIAL_VALID |
UNDEFINED |
VALID |
| Modifier and Type | Method and Description |
|---|---|
static ILicenseInfos.Status |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ILicenseInfos.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ILicenseInfos.Status FREE
public static final ILicenseInfos.Status VALID
public static final ILicenseInfos.Status TRIAL_VALID
public static final ILicenseInfos.Status EXPIRED
public static final ILicenseInfos.Status TRIAL_EXPIRED
public static final ILicenseInfos.Status UNDEFINED
public static final ILicenseInfos.Status NO_LICENSE
public static ILicenseInfos.Status[] values()
for (ILicenseInfos.Status c : ILicenseInfos.Status.values()) System.out.println(c);
public static ILicenseInfos.Status 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