com.atlassian.greenhopper.web.input
Enum ViewDefinition.PageType

java.lang.Object
  extended by java.lang.Enum<ViewDefinition.PageType>
      extended by com.atlassian.greenhopper.web.input.ViewDefinition.PageType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<ViewDefinition.PageType>
Enclosing class:
ViewDefinition

public static enum ViewDefinition.PageType
extends java.lang.Enum<ViewDefinition.PageType>

Supported page types


Enum Constant Summary
CHART_BOARD
           
PLANNING_BOARD
           
TASK_BOARD
           
 
Method Summary
static ViewDefinition.PageType findByPageName(java.lang.String pageName)
           
 java.lang.String getPageName()
           
 java.lang.String getShortName()
           
static ViewDefinition.PageType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ViewDefinition.PageType[] 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

PLANNING_BOARD

public static final ViewDefinition.PageType PLANNING_BOARD

TASK_BOARD

public static final ViewDefinition.PageType TASK_BOARD

CHART_BOARD

public static final ViewDefinition.PageType CHART_BOARD
Method Detail

values

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

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

valueOf

public static ViewDefinition.PageType 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

getPageName

public java.lang.String getPageName()

getShortName

public java.lang.String getShortName()

findByPageName

public static ViewDefinition.PageType findByPageName(java.lang.String pageName)


Copyright © 2007-2012 Atlassian. All Rights Reserved.