Uses of Class
com.primavera.integration.client.bo.enm.DayOfWeekType
Packages that use DayOfWeekType
Package
Description
Typesafe enumerations
Client business object classes
-
Uses of DayOfWeekType in com.primavera.integration.client.bo.enm
Fields in com.primavera.integration.client.bo.enm declared as DayOfWeekTypeModifier and TypeFieldDescriptionstatic final DayOfWeekTypeDayOfWeekType.DOW_FRIDAYstatic final DayOfWeekTypeDayOfWeekType.DOW_MONDAYstatic final DayOfWeekTypeDayOfWeekType.DOW_SATURDAYstatic final DayOfWeekTypeDayOfWeekType.DOW_SUNDAYstatic final DayOfWeekTypeDayOfWeekType.DOW_THURSDAYstatic final DayOfWeekTypeDayOfWeekType.DOW_TUESDAYstatic final DayOfWeekTypeDayOfWeekType.DOW_WEDNESDAYstatic final DayOfWeekTypeDayOfWeekType.NULLMethods in com.primavera.integration.client.bo.enm that return DayOfWeekTypeModifier and TypeMethodDescriptionstatic DayOfWeekTypeDayOfWeekType.getDayOfWeekType(int iDayOfWeekType) Gets an instance of DayOfWeekType based on the integer value specified.static DayOfWeekTypeDayOfWeekType.getDayOfWeekType(String sDayOfWeekType) Gets an instance of DayOfWeekType based on the String value specified. -
Uses of DayOfWeekType in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return DayOfWeekTypeModifier and TypeMethodDescriptionGlobalPreferences.getTimesheetPeriodEndsOnDay()Gets the end day of time sheet period used in time sheet application.Methods in com.primavera.integration.client.bo.object with parameters of type DayOfWeekTypeModifier and TypeMethodDescriptionvoidGlobalPreferences.setTimesheetPeriodEndsOnDay(DayOfWeekType enm) Sets the end day of time sheet period used in time sheet application.