com.atlassian.greenhopper.manager.lexorank
Enum LexoRankRow.RankRowType

java.lang.Object
  extended by java.lang.Enum<LexoRankRow.RankRowType>
      extended by com.atlassian.greenhopper.manager.lexorank.LexoRankRow.RankRowType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<LexoRankRow.RankRowType>
Enclosing class:
LexoRankRow

public static enum LexoRankRow.RankRowType
extends java.lang.Enum<LexoRankRow.RankRowType>


Enum Constant Summary
ISSUE_RANK_ROW
           
MAXIMUM_MARKER_ROW
           
MINIMUM_MARKER_ROW
           
 
Method Summary
 java.lang.Integer getId()
           
static LexoRankRow.RankRowType resolve(java.lang.Integer typeId)
           
static LexoRankRow.RankRowType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LexoRankRow.RankRowType[] 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

MINIMUM_MARKER_ROW

public static final LexoRankRow.RankRowType MINIMUM_MARKER_ROW

ISSUE_RANK_ROW

public static final LexoRankRow.RankRowType ISSUE_RANK_ROW

MAXIMUM_MARKER_ROW

public static final LexoRankRow.RankRowType MAXIMUM_MARKER_ROW
Method Detail

values

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

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

valueOf

public static LexoRankRow.RankRowType 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

getId

public java.lang.Integer getId()

resolve

public static LexoRankRow.RankRowType resolve(java.lang.Integer typeId)


Copyright © 2007-2014 Atlassian. All Rights Reserved.