public enum LicenseProperty extends java.lang.Enum<LicenseProperty>
| Enum Constant and Description |
|---|
CONTACT |
EXPIRES_AFTER |
LICENSED_PLUGINS |
LICENSED_TO |
MAX_NUMBER_OF_CIS |
MAX_NUMBER_OF_USERS |
PRODUCT |
REPOSITORY_ID |
SUPPORT_POLICY |
| Modifier and Type | Method and Description |
|---|---|
static LicenseProperty |
get(java.lang.String name) |
static int |
getLongerNameLength() |
java.lang.String |
getName() |
LicensePropertyType |
getType() |
boolean |
isRequired() |
static LicenseProperty |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LicenseProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LicenseProperty LICENSED_TO
public static final LicenseProperty CONTACT
public static final LicenseProperty EXPIRES_AFTER
public static final LicenseProperty PRODUCT
public static final LicenseProperty REPOSITORY_ID
public static final LicenseProperty MAX_NUMBER_OF_USERS
public static final LicenseProperty MAX_NUMBER_OF_CIS
public static final LicenseProperty LICENSED_PLUGINS
public static final LicenseProperty SUPPORT_POLICY
public static LicenseProperty[] values()
for (LicenseProperty c : LicenseProperty.values()) System.out.println(c);
public static LicenseProperty 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 nullpublic static LicenseProperty get(java.lang.String name)
public static int getLongerNameLength()
public java.lang.String getName()
public boolean isRequired()
public LicensePropertyType getType()