com.starteam.viewcomparemerge
Class ActionOverride

java.lang.Object
  extended by com.starteam.viewcomparemerge.ActionOverride

public class ActionOverride
extends java.lang.Object

Title: Starteam SDK

An object that provides a MergeState|DifferenceType / MergeAction pair


Method Summary
 DifferenceType getDifferenceType()
          Returns the DifferenceType contained within this ActionOverride or null
 MatchState getMatchState()
          Returns the MatchState contained within this ActionOverride or null
 MergeAction getMergeAction()
          Returns the MergeAction contained within this ActionOverride
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getMatchState

public MatchState getMatchState()
Returns the MatchState contained within this ActionOverride or null

Returns:
MatchState the MatchState contained within this ActionOverride

getDifferenceType

public DifferenceType getDifferenceType()
Returns the DifferenceType contained within this ActionOverride or null

Returns:
DifferenceType the DifferenceType contained within this ActionOverride

getMergeAction

public MergeAction getMergeAction()
Returns the MergeAction contained within this ActionOverride

Returns:
MergeAction the MergeAction contained within this ActionOverride


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