Package com._1c.g5.v8.dt.schedule.model
Interface DailySchedule
- All Superinterfaces:
- org.eclipse.emf.ecore.EObject,- org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
- DailyScheduleImpl
public interface DailySchedule
extends org.eclipse.emf.ecore.EObject
 A representation of the model object 'Daily Schedule'.
 
 
The following features are supported:
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptionReturns the value of the 'Begin Time' attribute.intReturns the value of the 'Completion Interval' attribute.Returns the value of the 'Completion Time' attribute.Returns the value of the 'End Time' attribute.intReturns the value of the 'Repeat Pause' attribute.intReturns the value of the 'Repeat Period In Day' attribute.voidsetBeginTime(Date value) Sets the value of the 'Begin Time' attribute.voidsetCompletionInterval(int value) Sets the value of the 'Completion Interval' attribute.voidsetCompletionTime(Date value) Sets the value of the 'Completion Time' attribute.voidsetEndTime(Date value) Sets the value of the 'End Time' attribute.voidsetRepeatPause(int value) Sets the value of the 'Repeat Pause' attribute.voidsetRepeatPeriodInDay(int value) Sets the value of the 'Repeat Period In Day' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.NotifiereAdapters, eDeliver, eNotify, eSetDeliver
- 
Method Details- 
getBeginTimeDate getBeginTime()Returns the value of the 'Begin Time' attribute.- Returns:
- the value of the 'Begin Time' attribute.
- See Also:
 
- 
setBeginTimeSets the value of the 'Begin Time' attribute.- Parameters:
- value- the new value of the 'Begin Time' attribute.
- See Also:
 
- 
getEndTimeDate getEndTime()Returns the value of the 'End Time' attribute.- Returns:
- the value of the 'End Time' attribute.
- See Also:
 
- 
setEndTimeSets the value of the 'End Time' attribute.- Parameters:
- value- the new value of the 'End Time' attribute.
- See Also:
 
- 
getCompletionTimeDate getCompletionTime()Returns the value of the 'Completion Time' attribute.- Returns:
- the value of the 'Completion Time' attribute.
- See Also:
 
- 
setCompletionTimeSets the value of the 'Completion Time' attribute.- Parameters:
- value- the new value of the 'Completion Time' attribute.
- See Also:
 
- 
getCompletionIntervalint getCompletionInterval()Returns the value of the 'Completion Interval' attribute.- Returns:
- the value of the 'Completion Interval' attribute.
- See Also:
 
- 
setCompletionIntervalvoid setCompletionInterval(int value) Sets the value of the 'Completion Interval' attribute.- Parameters:
- value- the new value of the 'Completion Interval' attribute.
- See Also:
 
- 
getRepeatPeriodInDayint getRepeatPeriodInDay()Returns the value of the 'Repeat Period In Day' attribute.- Returns:
- the value of the 'Repeat Period In Day' attribute.
- See Also:
 
- 
setRepeatPeriodInDayvoid setRepeatPeriodInDay(int value) Sets the value of the 'Repeat Period In Day' attribute.- Parameters:
- value- the new value of the 'Repeat Period In Day' attribute.
- See Also:
 
- 
getRepeatPauseint getRepeatPause()Returns the value of the 'Repeat Pause' attribute.- Returns:
- the value of the 'Repeat Pause' attribute.
- See Also:
 
- 
setRepeatPausevoid setRepeatPause(int value) Sets the value of the 'Repeat Pause' attribute.- Parameters:
- value- the new value of the 'Repeat Pause' attribute.
- See Also:
 
 
-