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