Uses of Enum Class
com._1c.g5.v8.dt.schedule.model.WeekDays
Packages that use WeekDays
Package
Description
-
Uses of WeekDays in com._1c.g5.v8.dt.schedule.export.xml.writer
Method parameters in com._1c.g5.v8.dt.schedule.export.xml.writer with type arguments of type WeekDaysModifier and TypeMethodDescription<T extends org.eclipse.emf.common.util.Enumerator>
voidScheduleDocumentWriter.writeWeekDaysElement
(QName elementName, List<WeekDays> list, boolean writeEmpty) Write element with selected list of days numbers sequence -
Uses of WeekDays in com._1c.g5.v8.dt.schedule.model
Fields in com._1c.g5.v8.dt.schedule.model with type parameters of type WeekDaysModifier and TypeFieldDescriptionWeekDays.VALUES
A public read-only list of all the 'Week Days' enumerators.Methods in com._1c.g5.v8.dt.schedule.model that return WeekDaysModifier and TypeMethodDescriptionstatic WeekDays
WeekDays.get
(int value) Returns the 'Week Days' literal with the specified integer value.static WeekDays
Returns the 'Week Days' literal with the specified literal value.static WeekDays
Returns the 'Week Days' literal with the specified name.static WeekDays
Returns the enum constant of this class with the specified name.static WeekDays[]
WeekDays.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com._1c.g5.v8.dt.schedule.model that return types with arguments of type WeekDaysModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<WeekDays>
Schedule.getWeekDays()
Returns the value of the 'Week Days' attribute list. -
Uses of WeekDays in com._1c.g5.v8.dt.schedule.model.impl
Methods in com._1c.g5.v8.dt.schedule.model.impl that return WeekDaysModifier and TypeMethodDescriptionScheduleFactoryImpl.createWeekDaysFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) Methods in com._1c.g5.v8.dt.schedule.model.impl that return types with arguments of type WeekDaysModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<WeekDays>
ScheduleImpl.getWeekDays()