Primavera Integration API Release 8

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

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

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

Fields in com.primavera.integration.client.bo.enm declared as RiskType
static RiskType RiskType.NULL
           
static RiskType RiskType.OPPORTUNITY
           
static RiskType RiskType.THREAT
           
 

Methods in com.primavera.integration.client.bo.enm that return RiskType
static RiskType RiskType.getRiskType(int iRiskType)
          Gets an instance of RiskType based on the integer value specified.
static RiskType RiskType.getRiskType(String sRiskType)
          Gets an instance of RiskType based on the String value specified.
 

Uses of RiskType in com.primavera.integration.client.bo.object
 

Methods in com.primavera.integration.client.bo.object that return RiskType
 RiskType Risk.getType()
          Gets the type of the risk.
 

Methods in com.primavera.integration.client.bo.object with parameters of type RiskType
 void Risk.setType(RiskType enm)
          Sets the type of the risk.
 


Primavera Integration API Release 8

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