com.starbase.diff
Class Edit
java.lang.Object
|
+--com.starbase.diff.Edit
- public class Edit
- extends java.lang.Object
|
Constructor Summary |
Edit(int eAction,
int nStartSource,
int nEndSource,
int nStartTarget,
int nEndTarget)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
UNCHANGED
public static final int UNCHANGED
- See Also:
- Constant Field Values
INSERT
public static final int INSERT
- See Also:
- Constant Field Values
DELETE
public static final int DELETE
- See Also:
- Constant Field Values
REPLACE
public static final int REPLACE
- See Also:
- Constant Field Values
Edit
public Edit(int eAction,
int nStartSource,
int nEndSource,
int nStartTarget,
int nEndTarget)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
getAction
public int getAction()
startSource
public int startSource()
endSource
public int endSource()
startTarget
public int startTarget()
endTarget
public int endTarget()
getSourceChanges
public int getSourceChanges()
getTargetChanges
public int getTargetChanges()
getNumSourceChanges
public int getNumSourceChanges()
getNumTargetChanges
public int getNumTargetChanges()
StarTeam SDK 10.4, Build 36
Copyright © 2003-2008 Borland Software Corporation. All rights reserved.