|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.EnumeratedValue
com.starteam.Story.EstimatedPoints
public static final class Story.EstimatedPoints
The Estimated Points of this story
| Field Summary | |
|---|---|
static Story.EstimatedPoints[] |
ALL
All legal estimated point values |
static Story.EstimatedPoints |
EIGHT
"8" Points |
static Story.EstimatedPoints |
FIVE
"5" Points |
static Story.EstimatedPoints |
FORTY
"40" Points |
static Story.EstimatedPoints |
ONE
"1" Point |
static Story.EstimatedPoints |
ONE_HUNDRED
"100" Points |
static Story.EstimatedPoints |
THIRTEEN
"13" Points |
static Story.EstimatedPoints |
THREE
"3" Points |
static Story.EstimatedPoints |
TWENTY_ONE
"21" Points |
static Story.EstimatedPoints |
TWO
"2" Points |
static Story.EstimatedPoints |
ZERO
"0" Points |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Compares this object with the Object o |
static Story.EstimatedPoints |
fromID(int id)
Gets the EstimatedPoints value corresponding to the given ID. |
static Story.EstimatedPoints |
fromValue(EnumeratedValue value)
Gets the EstimatedPoints 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 EstimatedPointsProperty. |
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.EstimatedPoints ZERO
public static final Story.EstimatedPoints ONE
public static final Story.EstimatedPoints TWO
public static final Story.EstimatedPoints THREE
public static final Story.EstimatedPoints FIVE
public static final Story.EstimatedPoints EIGHT
public static final Story.EstimatedPoints THIRTEEN
public static final Story.EstimatedPoints TWENTY_ONE
public static final Story.EstimatedPoints FORTY
public static final Story.EstimatedPoints ONE_HUNDRED
public static final Story.EstimatedPoints[] ALL
| Method Detail |
|---|
public int getID()
Story.Type.EstimatedPointsProperty.NAMEpublic int getCode()
getCode in class EnumeratedValuepublic static Story.EstimatedPoints fromValue(EnumeratedValue value)
value - One of the EnumeratedValues of a EstimatedPointsProperty.
public static Story.EstimatedPoints fromID(int id)
id - A EstimatedPoints 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 | ||||||||