Uses of Class
com.primavera.integration.client.bo.enm.ThresholdMonitorDetail
Packages that use ThresholdMonitorDetail
Package
Description
Typesafe enumerations
Client business object classes
-
Uses of ThresholdMonitorDetail in com.primavera.integration.client.bo.enm
Fields in com.primavera.integration.client.bo.enm declared as ThresholdMonitorDetailModifier and TypeFieldDescriptionstatic final ThresholdMonitorDetailThresholdMonitorDetail.ACTIVITYstatic final ThresholdMonitorDetailThresholdMonitorDetail.NULLstatic final ThresholdMonitorDetailThresholdMonitorDetail.WBSMethods in com.primavera.integration.client.bo.enm that return ThresholdMonitorDetailModifier and TypeMethodDescriptionstatic ThresholdMonitorDetailThresholdMonitorDetail.getThresholdMonitorDetail(int iThresholdMonitorDetail) Gets an instance of ThresholdMonitorDetail based on the integer value specified.static ThresholdMonitorDetailThresholdMonitorDetail.getThresholdMonitorDetail(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 ThresholdMonitorDetailModifier and TypeMethodDescriptionProjectThreshold.getDetailToMonitor()Gets the level of detail to monitor, either Activity or WBS.Methods in com.primavera.integration.client.bo.object with parameters of type ThresholdMonitorDetailModifier and TypeMethodDescriptionvoidProjectThreshold.setDetailToMonitor(ThresholdMonitorDetail enm) Sets the level of detail to monitor, either Activity or WBS.