com.atlassian.confluence.it.admin
Enum StandardLicense

java.lang.Object
  extended by java.lang.Enum<StandardLicense>
      extended by com.atlassian.confluence.it.admin.StandardLicense
All Implemented Interfaces:
License, java.io.Serializable, java.lang.Comparable<StandardLicense>

public enum StandardLicense
extends java.lang.Enum<StandardLicense>
implements License

License constants.


Enum Constant Summary
CONF_ACADEMIC
           
CONF_CLUSTER
           
CONF_COMM
           
CONF_COMMUNITY
           
CONF_DEMONSTRATION
           
CONF_DEVELOPER
           
CONF_EVAL
           
CONF_EVAL_EXPIRED
           
CONF_IMAHIMA
           
CONF_NON_PROFIT
           
CONF_OPENSOURCE
           
CONF_PERSONAL
           
CONF_STARTER
           
CONF_STARTER_EXPIRED
           
CONF_STARTER_V2
           
CONF_STARTER_V2_EXPIRED
           
NEW_FORMAT_CONF_ACADEMIC
           
 
Method Summary
 java.lang.String getKey()
          Get the key of the 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're declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

CONF_PERSONAL

public static final StandardLicense CONF_PERSONAL

CONF_NON_PROFIT

public static final StandardLicense CONF_NON_PROFIT

CONF_ACADEMIC

public static final StandardLicense CONF_ACADEMIC

CONF_EVAL

public static final StandardLicense CONF_EVAL

CONF_COMM

public static final StandardLicense CONF_COMM

CONF_COMMUNITY

public static final StandardLicense CONF_COMMUNITY

CONF_OPENSOURCE

public static final StandardLicense CONF_OPENSOURCE

CONF_DEVELOPER

public static final StandardLicense CONF_DEVELOPER

CONF_DEMONSTRATION

public static final StandardLicense CONF_DEMONSTRATION

CONF_STARTER

public static final StandardLicense CONF_STARTER

CONF_STARTER_EXPIRED

public static final StandardLicense CONF_STARTER_EXPIRED

CONF_STARTER_V2

public static final StandardLicense CONF_STARTER_V2

CONF_STARTER_V2_EXPIRED

public static final StandardLicense CONF_STARTER_V2_EXPIRED

CONF_IMAHIMA

public static final StandardLicense CONF_IMAHIMA

CONF_CLUSTER

public static final StandardLicense CONF_CLUSTER

CONF_EVAL_EXPIRED

public static final StandardLicense CONF_EVAL_EXPIRED

NEW_FORMAT_CONF_ACADEMIC

public static final StandardLicense NEW_FORMAT_CONF_ACADEMIC
Method Detail

values

public static final StandardLicense[] values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants as follows:
for(StandardLicense c : StandardLicense.values())
        System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they're declared

valueOf

public static StandardLicense valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name

getKey

public java.lang.String getKey()
Get the key of the License.

Specified by:
getKey in interface License


Copyright © 2003-2009 Atlassian Pty Ltd. All Rights Reserved.