com.starteam
Class RollbackSession.MergeAction

java.lang.Object
  extended by com.starteam.RollbackSession.MergeAction
Enclosing class:
RollbackSession

public static final class RollbackSession.MergeAction
extends java.lang.Object

The action used to resolve each change


Field Summary
static RollbackSession.MergeAction ADD
          ADD
static RollbackSession.MergeAction DELETE
          DELETE
static RollbackSession.MergeAction MERGE
          MERGE
static RollbackSession.MergeAction OVERWRITE
          OVERWRITE
 
Method Summary
 int getID()
          Gets the unique ID associated with this action.
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ADD

public static final RollbackSession.MergeAction ADD
ADD


DELETE

public static final RollbackSession.MergeAction DELETE
DELETE


MERGE

public static final RollbackSession.MergeAction MERGE
MERGE


OVERWRITE

public static final RollbackSession.MergeAction OVERWRITE
OVERWRITE

Method Detail

getID

public int getID()
Gets the unique ID associated with this action.

Returns:
The unique ID associated with this action.
See Also:
#fromID

getName

public java.lang.String getName()


StarTeam SDK 14.0, Build 21
Copyright © 2003-2012 Borland Software Corporation. All rights reserved.