com.atlassian.greenhopper.service.rapid
Enum RapidViewClauseService.ClauseType

java.lang.Object
  extended by java.lang.Enum<RapidViewClauseService.ClauseType>
      extended by com.atlassian.greenhopper.service.rapid.RapidViewClauseService.ClauseType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<RapidViewClauseService.ClauseType>
Enclosing interface:
RapidViewClauseService

public static enum RapidViewClauseService.ClauseType
extends java.lang.Enum<RapidViewClauseService.ClauseType>


Enum Constant Summary
DEFINITION_OF_DONE
           
DEFINITION_OF_NOT_DONE
           
PLAN_MODE
           
PLAN_MODE_ACTIVE_SPRINTS
          Viewing Active Sprint issues on Plan Mode
PLAN_MODE_WITH_SUBTASKS
          Plan mode including subtasks
REPORT_MODE
           
WORK_MODE
           
 
Method Summary
static RapidViewClauseService.ClauseType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RapidViewClauseService.ClauseType[] 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

PLAN_MODE

public static final RapidViewClauseService.ClauseType PLAN_MODE

PLAN_MODE_ACTIVE_SPRINTS

public static final RapidViewClauseService.ClauseType PLAN_MODE_ACTIVE_SPRINTS
Viewing Active Sprint issues on Plan Mode


PLAN_MODE_WITH_SUBTASKS

public static final RapidViewClauseService.ClauseType PLAN_MODE_WITH_SUBTASKS
Plan mode including subtasks


WORK_MODE

public static final RapidViewClauseService.ClauseType WORK_MODE

REPORT_MODE

public static final RapidViewClauseService.ClauseType REPORT_MODE

DEFINITION_OF_DONE

public static final RapidViewClauseService.ClauseType DEFINITION_OF_DONE

DEFINITION_OF_NOT_DONE

public static final RapidViewClauseService.ClauseType DEFINITION_OF_NOT_DONE
Method Detail

values

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

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

valueOf

public static RapidViewClauseService.ClauseType 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


Copyright © 2007-2012 Atlassian. All Rights Reserved.