public static final class Story.Risk extends EnumeratedValue
| Modifier and Type | Field and Description |
|---|---|
static Story.Risk[] |
ALL
All valid priorities for the Story
|
static Story.Risk |
HIGH
Story's Risk is high
|
static Story.Risk |
LOW
Story's Risk is low
|
static Story.Risk |
MEDIUM
Story is of medium Risk
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
Compares this Story Risk with the Object o
|
static Story.Risk |
fromID(int id)
Gets the Risk value corresponding to the given ID.
|
static Story.Risk |
fromValue(EnumeratedValue value)
Gets the Risk 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
RiskProperty.
|
int |
hashCode()
Returns the hash code for the Story Risk
|
addChild, assignParent, copy, disable, enable, findChild, getChildValues, getDebugString, getDepthInHierarchy, getDisplayName, getDisplayNameTranslations, getInternalName, getName, getNameProperty, getParentValue, getSortOrder, hasChildValues, isClosedState, isDisabled, isEnabled, isEqualTo, isLeafValue, isRootValue, isSelectable, setAfter, setChildValues, setClosedState, setDisplayName, setDisplayNameTranslations, setEnabled, setInternalName, setSelectable, setSortOrder, toStringpublic static final Story.Risk HIGH
public static final Story.Risk MEDIUM
public static final Story.Risk LOW
public static final Story.Risk[] ALL
public int getID()
Story.Type.RiskProperty.NAMEpublic int getCode()
getCode in class EnumeratedValuepublic static Story.Risk fromID(int id)
id - A Risk ID.public static Story.Risk fromValue(EnumeratedValue value)
value - one of the EnumeratedValues of a RiskProperty.public boolean equals(java.lang.Object o)
equals in class EnumeratedValueo - the Object to compare to for equalitypublic int hashCode()
hashCode in class EnumeratedValueStarTeam SDK 17.0, Build 34
Copyright © 2019 Micro Focus or one of its affiliates. All rights reserved.