Uses of Class
com.primavera.integration.client.bo.enm.ProjectRiskLevel
Packages that use ProjectRiskLevel
Package
Description
Typesafe enumerations
Client business object classes
-
Uses of ProjectRiskLevel in com.primavera.integration.client.bo.enm
Fields in com.primavera.integration.client.bo.enm declared as ProjectRiskLevelModifier and TypeFieldDescriptionstatic final ProjectRiskLevelProjectRiskLevel.HIGHstatic final ProjectRiskLevelProjectRiskLevel.LOWstatic final ProjectRiskLevelProjectRiskLevel.MEDIUMstatic final ProjectRiskLevelProjectRiskLevel.NULLstatic final ProjectRiskLevelProjectRiskLevel.VERY_HIGHstatic final ProjectRiskLevelProjectRiskLevel.VERY_LOWMethods in com.primavera.integration.client.bo.enm that return ProjectRiskLevelModifier and TypeMethodDescriptionstatic ProjectRiskLevelProjectRiskLevel.getProjectRiskLevel(int iProjectRiskLevel) Gets an instance of ProjectRiskLevel based on the integer value specified.static ProjectRiskLevelProjectRiskLevel.getProjectRiskLevel(String sProjectRiskLevel) Gets an instance of ProjectRiskLevel based on the String value specified. -
Uses of ProjectRiskLevel in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return ProjectRiskLevelModifier and TypeMethodDescriptionBaselineProject.getRiskLevel()Gets the risk level assigned to the project: 'Very High', 'High', 'Medium', 'Low', and 'Very Low'.Project.getRiskLevel()Gets the risk level assigned to the project: 'Very High', 'High', 'Medium', 'Low', and 'Very Low'.Methods in com.primavera.integration.client.bo.object with parameters of type ProjectRiskLevelModifier and TypeMethodDescriptionvoidBaselineProject.setRiskLevel(ProjectRiskLevel enm) Sets the risk level assigned to the project: 'Very High', 'High', 'Medium', 'Low', and 'Very Low'.voidProject.setRiskLevel(ProjectRiskLevel enm) Sets the risk level assigned to the project: 'Very High', 'High', 'Medium', 'Low', and 'Very Low'.