Uses of Class
com.primavera.integration.client.bo.enm.ThresholdType
Packages that use ThresholdType
Package
Description
Typesafe enumerations
Client business object classes
-
Uses of ThresholdType in com.primavera.integration.client.bo.enm
Fields in com.primavera.integration.client.bo.enm declared as ThresholdTypeModifier and TypeFieldDescriptionstatic final ThresholdTypeThresholdType.COSTstatic final ThresholdTypeThresholdType.NULLstatic final ThresholdTypeThresholdType.PROBABILITYstatic final ThresholdTypeThresholdType.RELATIVE_COSTstatic final ThresholdTypeThresholdType.RELATIVE_SCHEDULEstatic final ThresholdTypeThresholdType.SCHEDULEstatic final ThresholdTypeThresholdType.TOLERANCEstatic final ThresholdTypeThresholdType.USER_DEFINEDMethods in com.primavera.integration.client.bo.enm that return ThresholdTypeModifier and TypeMethodDescriptionstatic ThresholdTypeThresholdType.getThresholdType(int iThresholdType) Gets an instance of ThresholdType based on the integer value specified.static ThresholdTypeThresholdType.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 ThresholdTypeModifier and TypeMethodDescriptionRiskThreshold.getThresholdType()Gets the type of Risk Threshold.RiskThresholdLevel.getThresholdType()Gets the type of Risk Threshold.Methods in com.primavera.integration.client.bo.object with parameters of type ThresholdTypeModifier and TypeMethodDescriptionvoidRiskThreshold.setThresholdType(ThresholdType enm) Sets the type of Risk Threshold.