Uses of Class
com._1c.g5.v8.dt.schedule.model.WeekDays
-
Packages that use WeekDays Package Description com._1c.g5.v8.dt.schedule.export.xml.writer com._1c.g5.v8.dt.schedule.model com._1c.g5.v8.dt.schedule.model.impl -
-
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 WeekDays Modifier and Type Method Description <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 WeekDays Modifier and Type Field Description static List<WeekDays>
WeekDays. VALUES
A public read-only list of all the 'Week Days' enumerators.Methods in com._1c.g5.v8.dt.schedule.model that return WeekDays Modifier and Type Method Description static WeekDays
WeekDays. get(int value)
Returns the 'Week Days' literal with the specified integer value.static WeekDays
WeekDays. get(String literal)
Returns the 'Week Days' literal with the specified literal value.static WeekDays
WeekDays. getByName(String name)
Returns the 'Week Days' literal with the specified name.static WeekDays
WeekDays. valueOf(String name)
Returns the enum constant of this type with the specified name.static WeekDays[]
WeekDays. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com._1c.g5.v8.dt.schedule.model that return types with arguments of type WeekDays Modifier and Type Method Description org.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 WeekDays Modifier and Type Method Description WeekDays
ScheduleFactoryImpl. 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 WeekDays Modifier and Type Method Description org.eclipse.emf.common.util.EList<WeekDays>
ScheduleImpl. getWeekDays()
-