public enum StandardLicense extends Enum<StandardLicense> implements License
Modifier and Type | Method and Description |
---|---|
String |
getKey()
Get the key of the License.
|
SenInformation |
getSenInformation()
Information about the Support Entitlement Number (SEN) of the test license
|
static StandardLicense |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StandardLicense[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StandardLicense CONF_ACADEMIC
public static final StandardLicense CONF_EVAL
public static final StandardLicense CONF_COMM
public static final StandardLicense CONF_COMMUNITY
public static final StandardLicense CONF_OPENSOURCE
public static final StandardLicense CONF_DEVELOPER
public static final StandardLicense CONF_DEMONSTRATION
public static final StandardLicense CONF_STARTER_V2
public static final StandardLicense CONF_STARTER_V2_EXPIRED
public static final StandardLicense CONF_CLUSTER
public static final StandardLicense CONF_EVAL_EXPIRED
public static final StandardLicense CONF_SEN_MISSING
public static final StandardLicense CONF_V1_LICENSE
public static final StandardLicense CONF_V2_LICENSE
public static final StandardLicense CONF_2USER
public static final StandardLicense CROWD_COMM
public static final StandardLicense CONF_CDC_VALID
public static final StandardLicense CONF_CDC_VALID_ACME
public static StandardLicense[] values()
for (StandardLicense c : StandardLicense.values()) System.out.println(c);
public static StandardLicense 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 SenInformation getSenInformation()
License
getSenInformation
in interface License
Copyright © 2003–2018 Atlassian. All rights reserved.