public class SVNScheduleKind
extends java.lang.Object
ISVNInfo.getSchedule()
Modifier and Type | Field and Description |
---|---|
static SVNScheduleKind |
ADD
Slated for addition
|
static SVNScheduleKind |
DELETE
Slated for deletion
|
static SVNScheduleKind |
NORMAL
exists, but uninteresting
|
static SVNScheduleKind |
REPLACE
Slated for replacement (delete + add)
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
SVNScheduleKind |
fromInt(int scheduleKind)
Returns the SVNScheduleKind corresponding to the given int representation.
|
static SVNScheduleKind |
fromString(java.lang.String scheduleKind)
returns the ScheduleKind corresponding to the given string or null
|
int |
hashCode() |
int |
toInt() |
java.lang.String |
toString() |
public static final SVNScheduleKind NORMAL
public static final SVNScheduleKind ADD
public static final SVNScheduleKind DELETE
public static final SVNScheduleKind REPLACE
public int toInt()
public SVNScheduleKind fromInt(int scheduleKind)
toInt()
method)scheduleKind
- public static SVNScheduleKind fromString(java.lang.String scheduleKind)
scheduleKind
- public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object