com.atlassian.jira.event.web.action.admin
Enum LookAndFeelUpdatedEvent.Type

java.lang.Object
  extended by java.lang.Enum<LookAndFeelUpdatedEvent.Type>
      extended by com.atlassian.jira.event.web.action.admin.LookAndFeelUpdatedEvent.Type
All Implemented Interfaces:
Serializable, Comparable<LookAndFeelUpdatedEvent.Type>
Enclosing class:
LookAndFeelUpdatedEvent

public static enum LookAndFeelUpdatedEvent.Type
extends Enum<LookAndFeelUpdatedEvent.Type>


Enum Constant Summary
AUTO_COLOR_SCHEME
           
REFRESH_RESOURCES
           
RESET_FAVICON
           
RESET_LOGO
           
SITE_TITLE
           
UNDO_AUTO_COLOR_SCHEME
           
UPLOAD_FAVICON
           
UPLOAD_LOGO
           
 
Method Summary
 String toString()
           
static LookAndFeelUpdatedEvent.Type valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LookAndFeelUpdatedEvent.Type[] 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, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

UPLOAD_LOGO

public static final LookAndFeelUpdatedEvent.Type UPLOAD_LOGO

RESET_LOGO

public static final LookAndFeelUpdatedEvent.Type RESET_LOGO

UPLOAD_FAVICON

public static final LookAndFeelUpdatedEvent.Type UPLOAD_FAVICON

RESET_FAVICON

public static final LookAndFeelUpdatedEvent.Type RESET_FAVICON

AUTO_COLOR_SCHEME

public static final LookAndFeelUpdatedEvent.Type AUTO_COLOR_SCHEME

UNDO_AUTO_COLOR_SCHEME

public static final LookAndFeelUpdatedEvent.Type UNDO_AUTO_COLOR_SCHEME

SITE_TITLE

public static final LookAndFeelUpdatedEvent.Type SITE_TITLE

REFRESH_RESOURCES

public static final LookAndFeelUpdatedEvent.Type REFRESH_RESOURCES
Method Detail

values

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

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

valueOf

public static LookAndFeelUpdatedEvent.Type valueOf(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:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

toString

public String toString()
Overrides:
toString in class Enum<LookAndFeelUpdatedEvent.Type>


Copyright © 2002-2013 Atlassian. All Rights Reserved.