Class SVNScheduleKind


  • public class SVNScheduleKind
    extends java.lang.Object
    Schedule kind an entry can be in.
    See Also:
    ISVNInfo.getSchedule()
    • Method Detail

      • 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​(java.lang.String scheduleKind)
        returns the ScheduleKind corresponding to the given string or null
        Parameters:
        scheduleKind -
        Returns:
        SVNScheduleKind representing the supplied string value
      • toString

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

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object