|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.EnumeratedValue
com.starteam.Task.Priority
public static final class Task.Priority
Priority of the Task
| Field Summary | |
|---|---|
static Task.Priority[] |
ALL
All valid priorities for the task |
static Task.Priority |
DO_NOT_LEVEL
Task's priority should be ignored |
static Task.Priority |
HIGH
Task's priority is high |
static Task.Priority |
HIGHER
Task's priority is higher |
static Task.Priority |
HIGHEST
Task is of the highest priority |
static Task.Priority |
LOW
Task's priority is low |
static Task.Priority |
LOWER
Task's priority is lower |
static Task.Priority |
LOWEST
Task's priority is the lowest |
static Task.Priority |
MEDIUM
Task is of medium priority |
static Task.Priority |
VERY_HIGH
Task is of very high Priority |
static Task.Priority |
VERY_LOW
Task's priority is very low |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Compares this Task Priority with the Object o |
static Task.Priority |
fromID(int id)
Gets the Priority value corresponding to the given ID. |
static Task.Priority |
fromValue(EnumeratedValue value)
Gets the Priority value corresponding to the given EnumeratedValue. |
int |
getCode()
Return the enum code for this object. |
int |
getID()
The ID of the corresponding EnumeratedValue, as defined in PriorityProperty. |
int |
hashCode()
Returns the hashcode for the task priority |
| Methods inherited from class com.starteam.EnumeratedValue |
|---|
addChild, assignParent, copy, disable, enable, findChild, getChildValues, getDebugString, getDepthInHierarchy, getDisplayName, getDisplayNameTranslations, getInternalName, getParentValue, getSortOrder, hasChildValues, isClosedState, isDisabled, isEnabled, isEqualTo, isLeafValue, isRootValue, isSelectable, setAfter, setChildValues, setClosedState, setDisplayName, setDisplayNameTranslations, setEnabled, setInternalName, setSelectable, setSortOrder, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final Task.Priority DO_NOT_LEVEL
public static final Task.Priority HIGHEST
public static final Task.Priority VERY_HIGH
public static final Task.Priority HIGHER
public static final Task.Priority HIGH
public static final Task.Priority MEDIUM
public static final Task.Priority LOW
public static final Task.Priority LOWER
public static final Task.Priority VERY_LOW
public static final Task.Priority LOWEST
public static final Task.Priority[] ALL
| Method Detail |
|---|
public int getID()
Task.Type.PriorityProperty.NAMEpublic int getCode()
getCode in class EnumeratedValuepublic static Task.Priority fromID(int id)
id - A Priority ID.
public static Task.Priority fromValue(EnumeratedValue value)
value - One of the EnumeratedValues of a PriorityProperty.
public boolean equals(java.lang.Object o)
equals in class EnumeratedValueo - the Object to compare too for equality
public int hashCode()
hashCode in class EnumeratedValue
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||