Class SVNScheduleKind
java.lang.Object
org.tigris.subversion.svnclientadapter.SVNScheduleKind
Schedule kind an entry can be in.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SVNScheduleKind
Slated for additionstatic final SVNScheduleKind
Slated for deletionstatic final SVNScheduleKind
exists, but uninterestingstatic final SVNScheduleKind
Slated for replacement (delete + add) -
Method Summary
Modifier and TypeMethodDescriptionboolean
fromInt
(int scheduleKind) Returns the SVNScheduleKind corresponding to the given int representation.static SVNScheduleKind
fromString
(String scheduleKind) returns the ScheduleKind corresponding to the given string or nullint
hashCode()
int
toInt()
toString()
-
Field Details
-
NORMAL
exists, but uninteresting -
ADD
Slated for addition -
DELETE
Slated for deletion -
REPLACE
Slated for replacement (delete + add)
-
-
Method Details
-
toInt
public int toInt()- Returns:
- an integer value representation of the scheduleKind
-
fromInt
Returns the SVNScheduleKind corresponding to the given int representation. (As returned bytoInt()
method)- Parameters:
scheduleKind
-- Returns:
- SVNScheduleKind representing the int value
-
fromString
returns the ScheduleKind corresponding to the given string or null- Parameters:
scheduleKind
-- Returns:
- SVNScheduleKind representing the supplied string value
-
toString
-
equals
-
hashCode
public int hashCode()
-