JLibDiff
Class DiffType
java.lang.Object
  |
  +--JLibDiff.DiffType
-  class DiffType- extends java.lang.Object
 
| Constructor Summary | 
| private  | DiffType(short pcode)
 | 
 
| Method Summary | 
| (package private)  short | code()
 | 
|  int | toInt()
 | 
|  java.lang.String | toString()
 | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
CODE_ERROR
private static final short CODE_ERROR
- See Also:
- Constant Field Values
CODE_ADD
private static final short CODE_ADD
- See Also:
- Constant Field Values
CODE_CHANGE
private static final short CODE_CHANGE
- See Also:
- Constant Field Values
CODE_DELETE
private static final short CODE_DELETE
- See Also:
- Constant Field Values
CODE_DIFF_ALL
private static final short CODE_DIFF_ALL
- See Also:
- Constant Field Values
CODE_DIFF_1ST
private static final short CODE_DIFF_1ST
- See Also:
- Constant Field Values
CODE_DIFF_2ND
private static final short CODE_DIFF_2ND
- See Also:
- Constant Field Values
CODE_DIFF_3RD
private static final short CODE_DIFF_3RD
- See Also:
- Constant Field Values
typecode
private short typecode
ERROR
public static DiffType ERROR
ADD
public static DiffType ADD
CHANGE
public static DiffType CHANGE
DELETE
public static DiffType DELETE
DIFF_ALL
public static DiffType DIFF_ALL
DIFF_1ST
public static DiffType DIFF_1ST
DIFF_2ND
public static DiffType DIFF_2ND
DIFF_3RD
public static DiffType DIFF_3RD
DiffType
private DiffType(short pcode)
code
short code()
- 
 
toString
public java.lang.String toString()
- 
- Overrides:
- toStringin class- java.lang.Object
 
- 
 
toInt
public int toInt()
- 
 
Copyright © 2003 Soucejammer project.