|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.EnumeratedValue
com.starteam.Story.Risk
public static final class Story.Risk
Risk of the Story
| Field Summary | |
|---|---|
static Story.Risk[] |
ALL
All valid priorities for the Story |
static Story.Risk |
HIGH
Story's Risk is high |
static Story.Risk |
LOW
Story's Risk is low |
static Story.Risk |
MEDIUM
Story is of medium Risk |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Compares this Story Risk with the Object o |
static Story.Risk |
fromID(int id)
Gets the Risk value corresponding to the given ID. |
static Story.Risk |
fromValue(EnumeratedValue value)
Gets the Risk value corresponding to the given EnumeratedValue. |
int |
getCode()
Return the enumerated code for this object. |
int |
getID()
The ID of the corresponding EnumeratedValue, as defined in RiskProperty. |
int |
hashCode()
Returns the hash code for the Story Risk |
| 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 Story.Risk HIGH
public static final Story.Risk MEDIUM
public static final Story.Risk LOW
public static final Story.Risk[] ALL
| Method Detail |
|---|
public int getID()
Story.Type.RiskProperty.NAMEpublic int getCode()
getCode in class EnumeratedValuepublic static Story.Risk fromID(int id)
id - A Risk ID.
public static Story.Risk fromValue(EnumeratedValue value)
value - one of the EnumeratedValues of a RiskProperty.
public boolean equals(java.lang.Object o)
equals in class EnumeratedValueo - the Object to compare to 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 | ||||||||