|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.EnumeratedValue
com.starteam.Story.Status
public static final class Story.Status
The status of this story
| Field Summary | |
|---|---|
static Story.Status |
ACCEPTED
All of its tasks are "accepted" |
static Story.Status[] |
ALL
All legal status values |
static Story.Status |
COMPLETED
All of its tasks are "completed" |
static Story.Status |
IN_REVIEW
All of its tasks are "in review" |
static Story.Status |
NOT_STARTED
All of its tasks are "not started" |
static Story.Status |
REJECTED
All of its tasks are "rejected" |
static Story.Status |
STARTED
At least one of its tasks is "started" |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Compares this object with the Object o |
static Story.Status |
fromID(int id)
Gets the Status value corresponding to the given ID. |
static Story.Status |
fromValue(EnumeratedValue value)
Gets the Status 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 StatusProperty. |
int |
hashCode()
returns a hashCode 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 Story.Status NOT_STARTED
public static final Story.Status STARTED
public static final Story.Status COMPLETED
public static final Story.Status ACCEPTED
public static final Story.Status REJECTED
public static final Story.Status IN_REVIEW
public static final Story.Status[] ALL
| Method Detail |
|---|
public int getID()
Story.Type.StatusProperty.NAMEpublic int getCode()
getCode in class EnumeratedValuepublic static Story.Status fromValue(EnumeratedValue value)
value - One of the EnumeratedValues of a StatusProperty.
public static Story.Status fromID(int id)
id - A Status ID.
public boolean equals(java.lang.Object o)
equals in class EnumeratedValueo - the Object to compare 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 | ||||||||