com.atlassian.confluence.it
Enum GlobalPermission

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

public enum GlobalPermission
extends java.lang.Enum<GlobalPermission>


Enum Constant Summary
CAN_USE
           
CAN_VIEW_USER_PROFILES
           
CONFLUENCE_ADMIN
           
CREATE_SPACE
           
SYSTEM_ADMIN
           
UPDATE_STATUS
           
 
Method Summary
 java.lang.String getValue()
           
static GlobalPermission valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static GlobalPermission[] 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

CAN_USE

public static final GlobalPermission CAN_USE

CAN_VIEW_USER_PROFILES

public static final GlobalPermission CAN_VIEW_USER_PROFILES

CONFLUENCE_ADMIN

public static final GlobalPermission CONFLUENCE_ADMIN

SYSTEM_ADMIN

public static final GlobalPermission SYSTEM_ADMIN

CREATE_SPACE

public static final GlobalPermission CREATE_SPACE

UPDATE_STATUS

public static final GlobalPermission UPDATE_STATUS
Method Detail

values

public static final GlobalPermission[] 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(GlobalPermission c : GlobalPermission.values())
        System.out.println(c);

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

valueOf

public static GlobalPermission 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

getValue

public java.lang.String getValue()


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