allensoft.diff
Class DiffType

java.lang.Object
  |
  +--allensoft.diff.DiffType

public final class DiffType
extends java.lang.Object


Field Summary
static DiffType CHANGE
           
static DiffType DELETION
           
static DiffType INSERTION
           
static DiffType NONE
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NONE

public static final DiffType NONE

INSERTION

public static final DiffType INSERTION

DELETION

public static final DiffType DELETION

CHANGE

public static final DiffType CHANGE
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object