Primavera Integration API Release 8

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

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

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

Fields in com.primavera.integration.client.bo.enm declared as ThresholdType
static ThresholdType ThresholdType.COST
           
static ThresholdType ThresholdType.NULL
           
static ThresholdType ThresholdType.PROBABILITY
           
static ThresholdType ThresholdType.SCHEDULE
           
static ThresholdType ThresholdType.TOLERANCE
           
static ThresholdType ThresholdType.USER_DEFINED
           
 

Methods in com.primavera.integration.client.bo.enm that return ThresholdType
static ThresholdType ThresholdType.getThresholdType(int iThresholdType)
          Gets an instance of ThresholdType based on the integer value specified.
static ThresholdType ThresholdType.getThresholdType(String sThresholdType)
          Gets an instance of ThresholdType based on the String value specified.
 

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

Methods in com.primavera.integration.client.bo.object that return ThresholdType
 ThresholdType RiskThreshold.getThresholdType()
          Gets the type of Risk Threshold.
 

Methods in com.primavera.integration.client.bo.object with parameters of type ThresholdType
 void RiskThreshold.setThresholdType(ThresholdType enm)
          Sets the type of Risk Threshold.
 


Primavera Integration API Release 8

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