|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.EnumeratedValue
com.starteam.Story.StreamState
public static final class Story.StreamState
The Info Stream State of the Story
| Field Summary | |
|---|---|
static Story.StreamState |
ACCEPTED
Story's info stream set to Accepted |
static Story.StreamState[] |
ALL
All valid stream states for the Story |
static Story.StreamState |
NOT_STREAMED
Story's info stream is not streamed |
static Story.StreamState |
PENDING
Story info stream set to Pending |
static Story.StreamState |
REJECTED
Story's info stream set to Rejected |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Compares this StreamState with the Object o |
static Story.StreamState |
fromID(int id)
Gets the Stream State corresponding to the given ID. |
static Story.StreamState |
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 StreamStateProperty. |
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 Story.StreamState NOT_STREAMED
public static final Story.StreamState PENDING
public static final Story.StreamState ACCEPTED
public static final Story.StreamState REJECTED
public static final Story.StreamState[] ALL
| Method Detail |
|---|
public int getID()
Story.Type.StreamStateProperty.NAMEpublic int getCode()
getCode in class EnumeratedValuepublic static Story.StreamState fromID(int id)
id - A StreamState ID.
public static Story.StreamState 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 | ||||||||