package scheduler.File; import scheduler.ScheduleDB.*; import java.util.Collection; /** * * File data typing tag indicating that a file contains calendar data created by the Calendar Tool. * Derived from an FMSL opaque type. * * @author * @version * **/ public class CalendarType { /** Default Constructor **/ public CalendarType() { } }