|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.starteam.EnumeratedValue
com.starteam.Task.ProcessUsage
public static final class Task.ProcessUsage
Indicates the type of operation that created a given process task and its associated process links.
| Field Summary | |
|---|---|
static Task.ProcessUsage[] |
ALL
All supported ProcessUsage values. |
static Task.ProcessUsage |
CHECKIN
For adding and checking in files. |
static Task.ProcessUsage |
OTHER
Not a process task. |
static Task.ProcessUsage |
PROMOTE
For a Promote view compare/merge session. |
static Task.ProcessUsage |
REBASE
For a Rebase view compare/merge session. |
static Task.ProcessUsage |
REPLICATE
For a Replicate view compare/merge session. |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Compares this EnumeratedValue instance with another one. |
static Task.ProcessUsage |
fromID(int id)
Gets the ProcessUsage value corresponding to the given ID. |
static Task.ProcessUsage |
fromValue(EnumeratedValue value)
Gets the Compression value corresponding to the given EnumeratedValue. |
int |
getCode()
Return the enum code for this object. |
java.lang.String |
getDisplayName()
Returns the display name of the Process Usage. |
int |
getID()
The ID of the corresponding EnumeratedValue, as defined in StatusProperty. |
java.lang.String |
getName()
return the name of this object |
int |
hashCode()
returns a unique hash for this instance |
| Methods inherited from class com.starteam.EnumeratedValue |
|---|
addChild, assignParent, copy, disable, enable, findChild, getChildValues, getDebugString, getDepthInHierarchy, 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 Task.ProcessUsage OTHER
public static final Task.ProcessUsage CHECKIN
public static final Task.ProcessUsage PROMOTE
public static final Task.ProcessUsage REBASE
public static final Task.ProcessUsage REPLICATE
public static final Task.ProcessUsage[] ALL
| Method Detail |
|---|
public int getID()
Task.Type.StatusProperty.NAMEpublic int getCode()
getCode in class EnumeratedValuepublic java.lang.String getName()
public java.lang.String getDisplayName()
getDisplayName in class EnumeratedValuepublic static Task.ProcessUsage fromValue(EnumeratedValue value)
value - One of the EnumeratedValues of a ProcessUsageProperty.
public static Task.ProcessUsage fromID(int id)
id - The ID of a Compression value.
public boolean equals(java.lang.Object o)
EnumeratedValue
equals in class EnumeratedValueo - The other EnumeratedValue instance
public int hashCode()
EnumeratedValue
hashCode in class EnumeratedValue
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||