org.tigris.subversion.svnclientadapter
Class SVNConflictDescriptor.Operation

java.lang.Object
  extended by org.tigris.subversion.svnclientadapter.SVNConflictDescriptor.Operation
Enclosing class:
SVNConflictDescriptor

public final class SVNConflictDescriptor.Operation
extends java.lang.Object


Field Summary
static int _merge
           
static int _none
           
static int _switch
           
static int _update
           
 
Constructor Summary
SVNConflictDescriptor.Operation()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_none

public static final int _none
See Also:
Constant Field Values

_update

public static final int _update
See Also:
Constant Field Values

_switch

public static final int _switch
See Also:
Constant Field Values

_merge

public static final int _merge
See Also:
Constant Field Values
Constructor Detail

SVNConflictDescriptor.Operation

public SVNConflictDescriptor.Operation()