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 SVNScheduleKindSlated for additionstatic final SVNScheduleKindSlated for deletionstatic final SVNScheduleKindexists, but uninterestingstatic final SVNScheduleKindSlated for replacement (delete + add) -
Method Summary
Modifier and TypeMethodDescriptionbooleanfromInt(int scheduleKind) Returns the SVNScheduleKind corresponding to the given int representation.static SVNScheduleKindfromString(String scheduleKind) returns the ScheduleKind corresponding to the given string or nullinthashCode()inttoInt()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()
-