Interface SchedulePackage

  • All Superinterfaces:
    org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EPackage, org.eclipse.emf.common.notify.Notifier
    All Known Implementing Classes:
    SchedulePackageImpl

    public interface SchedulePackage
    extends org.eclipse.emf.ecore.EPackage
    The Package for the model. It contains accessors for the meta objects to represent
    • each class,
    • each feature of each class,
    • each operation of each class,
    • each enum,
    • and each data type
    See Also:
    ScheduleFactory
    • Method Detail

      • getSchedule

        org.eclipse.emf.ecore.EClass getSchedule()
        Returns the meta object for class 'Schedule'.
        Returns:
        the meta object for class 'Schedule'.
        See Also:
        Schedule
      • getSchedule_BeginDate

        org.eclipse.emf.ecore.EAttribute getSchedule_BeginDate()
        Returns the meta object for the attribute 'Begin Date'.
        Returns:
        the meta object for the attribute 'Begin Date'.
        See Also:
        Schedule.getBeginDate(), getSchedule()
      • getSchedule_EndDate

        org.eclipse.emf.ecore.EAttribute getSchedule_EndDate()
        Returns the meta object for the attribute 'End Date'.
        Returns:
        the meta object for the attribute 'End Date'.
        See Also:
        Schedule.getEndDate(), getSchedule()
      • getSchedule_BeginTime

        org.eclipse.emf.ecore.EAttribute getSchedule_BeginTime()
        Returns the meta object for the attribute 'Begin Time'.
        Returns:
        the meta object for the attribute 'Begin Time'.
        See Also:
        Schedule.getBeginTime(), getSchedule()
      • getSchedule_EndTime

        org.eclipse.emf.ecore.EAttribute getSchedule_EndTime()
        Returns the meta object for the attribute 'End Time'.
        Returns:
        the meta object for the attribute 'End Time'.
        See Also:
        Schedule.getEndTime(), getSchedule()
      • getSchedule_RepeatPause

        org.eclipse.emf.ecore.EAttribute getSchedule_RepeatPause()
        Returns the meta object for the attribute 'Repeat Pause'.
        Returns:
        the meta object for the attribute 'Repeat Pause'.
        See Also:
        Schedule.getRepeatPause(), getSchedule()
      • getSchedule_DailySchedules

        org.eclipse.emf.ecore.EReference getSchedule_DailySchedules()
        Returns the meta object for the containment reference list 'Daily Schedules'.
        Returns:
        the meta object for the containment reference list 'Daily Schedules'.
        See Also:
        Schedule.getDailySchedules(), getSchedule()
      • getSchedule_WeeksPeriod

        org.eclipse.emf.ecore.EAttribute getSchedule_WeeksPeriod()
        Returns the meta object for the attribute 'Weeks Period'.
        Returns:
        the meta object for the attribute 'Weeks Period'.
        See Also:
        Schedule.getWeeksPeriod(), getSchedule()
      • getSchedule_WeekDays

        org.eclipse.emf.ecore.EAttribute getSchedule_WeekDays()
        Returns the meta object for the attribute list 'Week Days'.
        Returns:
        the meta object for the attribute list 'Week Days'.
        See Also:
        Schedule.getWeekDays(), getSchedule()
      • getSchedule_DayInMonth

        org.eclipse.emf.ecore.EAttribute getSchedule_DayInMonth()
        Returns the meta object for the attribute 'Day In Month'.
        Returns:
        the meta object for the attribute 'Day In Month'.
        See Also:
        Schedule.getDayInMonth(), getSchedule()
      • getSchedule_Months

        org.eclipse.emf.ecore.EAttribute getSchedule_Months()
        Returns the meta object for the attribute list 'Months'.
        Returns:
        the meta object for the attribute list 'Months'.
        See Also:
        Schedule.getMonths(), getSchedule()
      • getDailySchedule

        org.eclipse.emf.ecore.EClass getDailySchedule()
        Returns the meta object for class 'Daily Schedule'.
        Returns:
        the meta object for class 'Daily Schedule'.
        See Also:
        DailySchedule
      • getWeekDays

        org.eclipse.emf.ecore.EEnum getWeekDays()
        Returns the meta object for enum 'Week Days'.
        Returns:
        the meta object for enum 'Week Days'.
        See Also:
        WeekDays
      • getMonths

        org.eclipse.emf.ecore.EEnum getMonths()
        Returns the meta object for enum 'Months'.
        Returns:
        the meta object for enum 'Months'.
        See Also:
        Months
      • getDate

        org.eclipse.emf.ecore.EDataType getDate()
        Returns the meta object for data type 'Date'.
        Returns:
        the meta object for data type 'Date'.
        See Also:
        Date
      • getTime

        org.eclipse.emf.ecore.EDataType getTime()
        Returns the meta object for data type 'Time'.
        Returns:
        the meta object for data type 'Time'.
        See Also:
        Date
      • getScheduleFactory

        ScheduleFactory getScheduleFactory()
        Returns the factory that creates the instances of the model.
        Returns:
        the factory that creates the instances of the model.