package scheduler.File;

import scheduler.ScheduleDB.*;

import java.util.Collection;

/**
 *
 * 
        The type of file data is either CalendarType data (which we car
 *e
        about), SettingsType data (which we also care about), or any other
        type of data (which we don't care about).
     * 
 * @author 
 * @version 
 *
 **/

public class FileType {

     /** Default Constructor **/
     public FileType() {

     }

     protected boolean schedule_type;

}