Uses of Class
com.primavera.integration.client.bo.enm.UnitType
Packages that use UnitType
Package
Description
Typesafe enumerations
Client business object classes
-
Uses of UnitType in com.primavera.integration.client.bo.enm
Fields in com.primavera.integration.client.bo.enm declared as UnitTypeModifier and TypeFieldDescriptionstatic final UnitTypeUnitType.DAYstatic final UnitTypeUnitType.DAYSHOURSstatic final UnitTypeUnitType.HOURstatic final UnitTypeUnitType.HOURSMINUTESstatic final UnitTypeUnitType.MONTHstatic final UnitTypeUnitType.NULLstatic final UnitTypeUnitType.WEEKstatic final UnitTypeUnitType.YEARMethods in com.primavera.integration.client.bo.enm that return UnitTypeModifier and TypeMethodDescriptionstatic UnitTypeUnitType.getUnitType(int iUnitType) Gets an instance of UnitType based on the integer value specified.static UnitTypeUnitType.getUnitType(String sUnitType) Gets an instance of UnitType based on the String value specified. -
Uses of UnitType in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return UnitTypeModifier and TypeMethodDescriptionBaselineProject.getDefaultPriceTimeUnits()Gets the time units associated with the project's default price per time.Project.getDefaultPriceTimeUnits()Gets the time units associated with the project's default price per time.User.getDurationUnitType()Gets the Duration Unit Type for the user is the Display Time units In: 'Hour','Day','Week','Month' or 'Year'.User.getSmallScaleUnitType()Gets the Small Scale Unit Type for the user is the Display Time units In: 'Hour','Day','Week','Month' or 'Year'.User.getTeamMemberWorkUnitType()Gets the work unit type user preference for the Team Member application.Methods in com.primavera.integration.client.bo.object with parameters of type UnitTypeModifier and TypeMethodDescriptionvoidBaselineProject.setDefaultPriceTimeUnits(UnitType enm) Sets the time units associated with the project's default price per time.voidProject.setDefaultPriceTimeUnits(UnitType enm) Sets the time units associated with the project's default price per time.voidUser.setDurationUnitType(UnitType enm) Sets the Duration Unit Type for the user is the Display Time units In: 'Hour','Day','Week','Month' or 'Year'.voidUser.setSmallScaleUnitType(UnitType enm) Sets the Small Scale Unit Type for the user is the Display Time units In: 'Hour','Day','Week','Month' or 'Year'.voidUser.setTeamMemberWorkUnitType(UnitType enm) Sets the work unit type user preference for the Team Member application.