public class SVNOperation
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static SVNOperation |
MERGE
Merge operation.
|
private java.lang.String |
myName |
static SVNOperation |
NONE
None.
|
static SVNOperation |
SWITCH
Switch operation.
|
static SVNOperation |
UPDATE
Update operation.
|
Modifier | Constructor and Description |
---|---|
private |
SVNOperation(java.lang.String name) |
Modifier and Type | Method and 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
private final java.lang.String myName
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