public class SVNOperation
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
static SVNOperation |
MERGE |
Merge operation.
|
static SVNOperation |
NONE |
None.
|
static SVNOperation |
SWITCH |
Switch operation.
|
static SVNOperation |
UPDATE |
Update operation.
|
| Modifier and Type | Method | Description |
|---|---|---|
static SVNOperation |
fromString(java.lang.String operation) |
Converts a string operation name to an
SVNOperation object. |
java.lang.String |
getName() |
Returns the string representation of this object.
|
java.lang.String |
toString() |
Returns the string representation of this object.
|
public static final SVNOperation UPDATE
public static final SVNOperation SWITCH
public static final SVNOperation MERGE
public static final SVNOperation NONE
public static SVNOperation fromString(java.lang.String operation)
SVNOperation object.operation - SVNOperation constant or null, if no
SVNOperation constant matches the given namepublic java.lang.String getName()
public java.lang.String toString()
toString in class java.lang.Object