Class SVNScheduleKind

java.lang.Object
org.tigris.subversion.svnclientadapter.SVNScheduleKind

public class SVNScheduleKind extends Object
Schedule kind an entry can be in.
See Also:
  • Field Details

    • NORMAL

      public static final SVNScheduleKind NORMAL
      exists, but uninteresting
    • ADD

      public static final SVNScheduleKind ADD
      Slated for addition
    • DELETE

      public static final SVNScheduleKind DELETE
      Slated for deletion
    • REPLACE

      public static final SVNScheduleKind REPLACE
      Slated for replacement (delete + add)
  • Method Details

    • toInt

      public int toInt()
      Returns:
      an integer value representation of the scheduleKind
    • fromInt

      public SVNScheduleKind fromInt(int scheduleKind)
      Returns the SVNScheduleKind corresponding to the given int representation. (As returned by toInt() method)
      Parameters:
      scheduleKind -
      Returns:
      SVNScheduleKind representing the int value
    • fromString

      public static SVNScheduleKind fromString(String scheduleKind)
      returns the ScheduleKind corresponding to the given string or null
      Parameters:
      scheduleKind -
      Returns:
      SVNScheduleKind representing the supplied string value
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object