|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<StandardLicense> com.atlassian.confluence.it.admin.StandardLicense
public enum StandardLicense
License constants.
Method Summary | |
---|---|
java.lang.String |
getKey()
Get the key of the License. |
SenInformation |
getSenInformation()
Information about the Support Entitlement Number (SEN) of the test license |
static StandardLicense |
valueOf(java.lang.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. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
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
Method Detail |
---|
public static StandardLicense[] values()
for (StandardLicense c : StandardLicense.values()) System.out.println(c);
public static StandardLicense 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 name
java.lang.NullPointerException
- if the argument is nullpublic java.lang.String getKey()
getKey
in interface License
public SenInformation getSenInformation()
License
getSenInformation
in interface License
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |