com.atlassian.greenhopper.web.rapid.view
Enum RapidViewPreset

java.lang.Object
  extended by java.lang.Enum<RapidViewPreset>
      extended by com.atlassian.greenhopper.web.rapid.view.RapidViewPreset
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<RapidViewPreset>

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

Rapid view presets,


Enum Constant Summary
DIY
           
GET_THINGS_DONE
           
JIRA_LEGACY_KANBAN
           
JIRA_LEGACY_SCRUM
           
KANBAN
           
SCRUM
           
 
Method Summary
static RapidViewPreset get(java.lang.String preset)
           
static RapidViewPreset valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RapidViewPreset[] 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

SCRUM

public static final RapidViewPreset SCRUM

KANBAN

public static final RapidViewPreset KANBAN

DIY

public static final RapidViewPreset DIY

JIRA_LEGACY_SCRUM

public static final RapidViewPreset JIRA_LEGACY_SCRUM

JIRA_LEGACY_KANBAN

public static final RapidViewPreset JIRA_LEGACY_KANBAN

GET_THINGS_DONE

public static final RapidViewPreset GET_THINGS_DONE
Method Detail

values

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

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

valueOf

public static RapidViewPreset 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
java.lang.NullPointerException - if the argument is null

get

public static RapidViewPreset get(java.lang.String preset)


Copyright © 2007-2012 Atlassian. All Rights Reserved.