Primavera Integration API 7.0

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

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

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

Fields in com.primavera.integration.client.bo.enm declared as ThresholdMonitorDetail
static ThresholdMonitorDetail ThresholdMonitorDetail.ACTIVITY
           
static ThresholdMonitorDetail ThresholdMonitorDetail.NULL
           
static ThresholdMonitorDetail ThresholdMonitorDetail.WBS
           
 

Methods in com.primavera.integration.client.bo.enm that return ThresholdMonitorDetail
static ThresholdMonitorDetail ThresholdMonitorDetail.getThresholdMonitorDetail(int iThresholdMonitorDetail)
          Gets an instance of ThresholdMonitorDetail based on the integer value specified.
static ThresholdMonitorDetail ThresholdMonitorDetail.getThresholdMonitorDetail(java.lang.String sThresholdMonitorDetail)
          Gets an instance of ThresholdMonitorDetail based on the String value specified.
 

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

Methods in com.primavera.integration.client.bo.object that return ThresholdMonitorDetail
 ThresholdMonitorDetail ProjectThreshold.getDetailToMonitor()
          Gets the level of detail to monitor, either Activity or WBS.
 

Methods in com.primavera.integration.client.bo.object with parameters of type ThresholdMonitorDetail
 void ProjectThreshold.setDetailToMonitor(ThresholdMonitorDetail enm)
          Sets the level of detail to monitor, either Activity or WBS.
 


Primavera Integration API 7.0

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