|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.EnumeratedValue
com.starteam.TreeItem.MoSCoW
public static final class TreeItem.MoSCoW
The MoSCoW value for a compliant TreeItem Type
| Field Summary | |
|---|---|
static TreeItem.MoSCoW[] |
ALL
All valid stream states for the Story |
static TreeItem.MoSCoW |
COULD_HAVE
Could Have |
static TreeItem.MoSCoW |
MUST_HAVE
Must Have |
static TreeItem.MoSCoW |
SHOULD_HAVE
Should Have |
static TreeItem.MoSCoW |
WONT_HAVE
Could Have |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Compares this StreamState with the Object o |
static TreeItem.MoSCoW |
fromID(int id)
Gets the MoSCoW corresponding to the given ID. |
static TreeItem.MoSCoW |
fromValue(EnumeratedValue value)
Gets the story 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 MoSCoWProperty. |
int |
hashCode()
Returns the hash code for the StreamState. |
| 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 TreeItem.MoSCoW MUST_HAVE
public static final TreeItem.MoSCoW SHOULD_HAVE
public static final TreeItem.MoSCoW COULD_HAVE
public static final TreeItem.MoSCoW WONT_HAVE
public static final TreeItem.MoSCoW[] ALL
| Method Detail |
|---|
public int getID()
TreeItem.Type.MoSCoWProperty.NAMEpublic int getCode()
getCode in class EnumeratedValuepublic static TreeItem.MoSCoW fromID(int id)
id - A MoSCoW ID.
public static TreeItem.MoSCoW fromValue(EnumeratedValue value)
value - one of the EnumeratedValues of a StreamStateProperty.
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 | ||||||||