|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.tigris.subversion.svnclientadapter.SVNScheduleKind
public class SVNScheduleKind
Schedule kind an entry can be in.
ISVNInfo.getSchedule()
Field Summary | |
---|---|
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) |
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final SVNScheduleKind NORMAL
public static final SVNScheduleKind ADD
public static final SVNScheduleKind DELETE
public static final SVNScheduleKind REPLACE
Method Detail |
---|
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |