public static final class Task.LifeCycleType extends EnumeratedValue
Modifier and Type | Field and Description |
---|---|
static Task.LifeCycleType[] |
ALL
All possible LifeCycle Types for the Task
|
static Task.LifeCycleType |
DEVELOPMENT
Lifecycle type for Task is Development.
|
static Task.LifeCycleType |
DOCUMENTATION
Lifecycle type for Task is Documentation.
|
static Task.LifeCycleType |
QA
Lifecycle type for Task is QA.
|
static Task.LifeCycleType |
UNKNOWN
Lifecycle type for Task is Unknown.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o)
Compares this Task LifeCycleTypes with the Object o
|
static Task.LifeCycleType |
fromID(int id)
Gets the LifeCycleType value corresponding to the given ID.
|
static Task.LifeCycleType |
fromValue(EnumeratedValue value)
Gets the LifeCycleType 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
LifeCycleTypeProperty.
|
int |
hashCode()
Returns hashcode of the task LifeCycleType
|
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, toString
public static final Task.LifeCycleType UNKNOWN
public static final Task.LifeCycleType DEVELOPMENT
public static final Task.LifeCycleType QA
public static final Task.LifeCycleType DOCUMENTATION
public static final Task.LifeCycleType[] ALL
public int getID()
Task.Type.LifeCycleTypeProperty.NAME
public int getCode()
getCode
in class EnumeratedValue
public static Task.LifeCycleType fromValue(EnumeratedValue value)
value
- One of the EnumeratedValues of a LifeCycleTypeProperty.public boolean equals(java.lang.Object o)
equals
in class EnumeratedValue
o
- the Object to compare too for equalitypublic static Task.LifeCycleType fromID(int id)
id
- An LifeCycleType ID.public int hashCode()
hashCode
in class EnumeratedValue
StarTeam SDK 17.0, Build 34
Copyright © 2019 Micro Focus or one of its affiliates. All rights reserved.