Interface ScheduleKind


  • public interface ScheduleKind
    The schedule states an entry can be in.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int add
      Slated for addition
      static int delete
      Slated for deletion
      static int normal
      exists, but uninteresting
      static int replace
      Slated for replacement (delete + add)