Primavera Integration API 7.0

Uses of Class
com.primavera.integration.client.bo.enm.ProjectRiskLevel

Packages that use ProjectRiskLevel
com.primavera.integration.client.bo.enm Typesafe enumerations 
com.primavera.integration.client.bo.object Client business object classes 
 

Uses of ProjectRiskLevel in com.primavera.integration.client.bo.enm
 

Fields in com.primavera.integration.client.bo.enm declared as ProjectRiskLevel
static ProjectRiskLevel ProjectRiskLevel.HIGH
           
static ProjectRiskLevel ProjectRiskLevel.LOW
           
static ProjectRiskLevel ProjectRiskLevel.MEDIUM
           
static ProjectRiskLevel ProjectRiskLevel.NULL
           
static ProjectRiskLevel ProjectRiskLevel.VERY_HIGH
           
static ProjectRiskLevel ProjectRiskLevel.VERY_LOW
           
 

Methods in com.primavera.integration.client.bo.enm that return ProjectRiskLevel
static ProjectRiskLevel ProjectRiskLevel.getProjectRiskLevel(int iProjectRiskLevel)
          Gets an instance of ProjectRiskLevel based on the integer value specified.
static ProjectRiskLevel ProjectRiskLevel.getProjectRiskLevel(java.lang.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 ProjectRiskLevel
 ProjectRiskLevel Project.getRiskLevel()
          Gets the risk level assigned to the project: 'Very High', 'High', 'Medium', 'Low', and 'Very Low'.
 ProjectRiskLevel BaselineProject.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 ProjectRiskLevel
 void Project.setRiskLevel(ProjectRiskLevel enm)
          Sets the risk level assigned to the project: 'Very High', 'High', 'Medium', 'Low', and 'Very Low'.
 void BaselineProject.setRiskLevel(ProjectRiskLevel enm)
          Sets the risk level assigned to the project: 'Very High', 'High', 'Medium', 'Low', and 'Very Low'.
 


Primavera Integration API 7.0

Copyright © 2003, 2009, Oracle and/or its affiliates. All rights reserved.