Uses of Class
com.primavera.integration.client.bo.enm.LevelingPriority
Packages that use LevelingPriority
Package
Description
Typesafe enumerations
Client business object classes
-
Uses of LevelingPriority in com.primavera.integration.client.bo.enm
Fields in com.primavera.integration.client.bo.enm declared as LevelingPriorityModifier and TypeFieldDescriptionstatic final LevelingPriorityLevelingPriority.HIGHstatic final LevelingPriorityLevelingPriority.LOWstatic final LevelingPriorityLevelingPriority.LOWESTstatic final LevelingPriorityLevelingPriority.NORMALstatic final LevelingPriorityLevelingPriority.NULLstatic final LevelingPriorityLevelingPriority.TOPMethods in com.primavera.integration.client.bo.enm that return LevelingPriorityModifier and TypeMethodDescriptionstatic LevelingPriorityLevelingPriority.getLevelingPriority(int iLevelingPriority) Gets an instance of LevelingPriority based on the integer value specified.static LevelingPriorityLevelingPriority.getLevelingPriority(String sLevelingPriority) Gets an instance of LevelingPriority based on the String value specified. -
Uses of LevelingPriority in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return LevelingPriorityModifier and TypeMethodDescriptionActivity.getLevelingPriority()Gets the activity priority used to prioritize activities in a project when performing resource leveling.Methods in com.primavera.integration.client.bo.object with parameters of type LevelingPriorityModifier and TypeMethodDescriptionvoidActivity.setLevelingPriority(LevelingPriority enm) Sets the activity priority used to prioritize activities in a project when performing resource leveling.