|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.EnumeratedValue
com.starteam.ChangeRequest.Priority
public static final class ChangeRequest.Priority
Priority of the ChangeRequest
| Field Summary | |
|---|---|
static ChangeRequest.Priority[] |
ALL
|
static ChangeRequest.Priority |
NOT_PRIORITIZED
|
static ChangeRequest.Priority |
PRIORITY_FIVE
|
static ChangeRequest.Priority |
PRIORITY_FOUR
|
static ChangeRequest.Priority |
PRIORITY_ONE
|
static ChangeRequest.Priority |
PRIORITY_SIX
|
static ChangeRequest.Priority |
PRIORITY_THREE
|
static ChangeRequest.Priority |
PRIORITY_TWO
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Compares this EnumeratedValue instance with another one. |
static ChangeRequest.Priority |
fromID(int id)
Gets the Priority value corresponding to the given ID. |
static ChangeRequest.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 a unique hash for this instance |
| 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 ChangeRequest.Priority NOT_PRIORITIZED
public static final ChangeRequest.Priority PRIORITY_ONE
public static final ChangeRequest.Priority PRIORITY_TWO
public static final ChangeRequest.Priority PRIORITY_THREE
public static final ChangeRequest.Priority PRIORITY_FOUR
public static final ChangeRequest.Priority PRIORITY_FIVE
public static final ChangeRequest.Priority PRIORITY_SIX
public static final ChangeRequest.Priority[] ALL
| Method Detail |
|---|
public int getID()
public int getCode()
getCode in class EnumeratedValuepublic static ChangeRequest.Priority fromID(int id)
id - A Priority ID.
public static ChangeRequest.Priority fromValue(EnumeratedValue value)
value - One of the EnumeratedValues of a PriorityProperty.
public boolean equals(java.lang.Object o)
EnumeratedValue
equals in class EnumeratedValueo - The other EnumeratedValue instance
public int hashCode()
EnumeratedValue
hashCode in class EnumeratedValue
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||