com.starbase.starteam
Class ProcessItemUsage

java.lang.Object
  |
  +--com.starbase.starteam.EnumeratedValue
        |
        +--com.starbase.starteam.ProcessItemUsage

public class ProcessItemUsage
extends EnumeratedValue

Indicates the type of operation that created a given process task and its associated process links.


Field Summary
static ProcessItemUsage CHECKIN
          For adding and checking in files.
static ProcessItemUsage OTHER
          Not a process task.
static ProcessItemUsage PROMOTE
          For a Promote view compare/merge session.
static ProcessItemUsage REBASE
          For a Rebase view compare/merge session.
static ProcessItemUsage REPLICATE
          For a Replicate view compare/merge session.
 
Methods inherited from class com.starbase.starteam.EnumeratedValue
copy, equals, getCode, getDescription, getDisplayName, getEnabled, getSortOrder, getTranslations, hashCode, setCode, setDescription, setEnabled, setTranslations, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

OTHER

public static final ProcessItemUsage OTHER
Not a process task.


CHECKIN

public static final ProcessItemUsage CHECKIN
For adding and checking in files.


PROMOTE

public static final ProcessItemUsage PROMOTE
For a Promote view compare/merge session.


REBASE

public static final ProcessItemUsage REBASE
For a Rebase view compare/merge session.


REPLICATE

public static final ProcessItemUsage REPLICATE
For a Replicate view compare/merge session.



StarTeam SDK 10.4, Build 36
Copyright © 2003-2008 Borland Software Corporation. All rights reserved.