Uses of Class
com.primavera.integration.client.bo.enm.TimesheetPeriodType
Packages that use TimesheetPeriodType
Package
Description
Typesafe enumerations
Client business object classes
-
Uses of TimesheetPeriodType in com.primavera.integration.client.bo.enm
Fields in com.primavera.integration.client.bo.enm declared as TimesheetPeriodTypeModifier and TypeFieldDescriptionstatic final TimesheetPeriodTypeTimesheetPeriodType.EVERY_FOUR_WEEKSstatic final TimesheetPeriodTypeTimesheetPeriodType.EVERY_MONTHstatic final TimesheetPeriodTypeTimesheetPeriodType.EVERY_TWO_WEEKSstatic final TimesheetPeriodTypeTimesheetPeriodType.EVERY_WEEKstatic final TimesheetPeriodTypeTimesheetPeriodType.NULLMethods in com.primavera.integration.client.bo.enm that return TimesheetPeriodTypeModifier and TypeMethodDescriptionstatic TimesheetPeriodTypeTimesheetPeriodType.getTimesheetPeriodType(int iTimesheetPeriodType) Gets an instance of TimesheetPeriodType based on the integer value specified.static TimesheetPeriodTypeTimesheetPeriodType.getTimesheetPeriodType(String sTimesheetPeriodType) Gets an instance of TimesheetPeriodType based on the String value specified. -
Uses of TimesheetPeriodType in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return TimesheetPeriodTypeModifier and TypeMethodDescriptionGlobalPreferences.getTimesheetPeriodType()Gets the time period used in time sheet application.Methods in com.primavera.integration.client.bo.object with parameters of type TimesheetPeriodTypeModifier and TypeMethodDescriptionvoidGlobalPreferences.setTimesheetPeriodType(TimesheetPeriodType enm) Sets the time period used in time sheet application.