Primavera Integration API Release 8

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

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

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

Fields in com.primavera.integration.client.bo.enm declared as RiskScoreMatrixMethod
static RiskScoreMatrixMethod RiskScoreMatrixMethod.AVERAGE_IMPACTS
           
static RiskScoreMatrixMethod RiskScoreMatrixMethod.AVERAGE_INDIVIDUAL_SCORES
           
static RiskScoreMatrixMethod RiskScoreMatrixMethod.HIGHEST
           
static RiskScoreMatrixMethod RiskScoreMatrixMethod.NULL
           
 

Methods in com.primavera.integration.client.bo.enm that return RiskScoreMatrixMethod
static RiskScoreMatrixMethod RiskScoreMatrixMethod.getRiskScoreMatrixMethod(int iRiskScoreMatrixMethod)
          Gets an instance of RiskScoreMatrixMethod based on the integer value specified.
static RiskScoreMatrixMethod RiskScoreMatrixMethod.getRiskScoreMatrixMethod(String sRiskScoreMatrixMethod)
          Gets an instance of RiskScoreMatrixMethod based on the String value specified.
 

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

Methods in com.primavera.integration.client.bo.object that return RiskScoreMatrixMethod
 RiskScoreMatrixMethod RiskMatrix.getRiskScoringMethod()
          Gets the calculation method used to determine the risk score.
 

Methods in com.primavera.integration.client.bo.object with parameters of type RiskScoreMatrixMethod
 void RiskMatrix.setRiskScoringMethod(RiskScoreMatrixMethod enm)
          Sets the calculation method used to determine the risk score.
 


Primavera Integration API Release 8

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