Uses of Class
com.primavera.integration.client.bo.enm.ThresholdStatus
Packages that use ThresholdStatus
Package
Description
Typesafe enumerations
Client business object classes
-
Uses of ThresholdStatus in com.primavera.integration.client.bo.enm
Fields in com.primavera.integration.client.bo.enm declared as ThresholdStatusModifier and TypeFieldDescriptionstatic final ThresholdStatusThresholdStatus.DISABLEDstatic final ThresholdStatusThresholdStatus.ENABLEDstatic final ThresholdStatusThresholdStatus.NULLMethods in com.primavera.integration.client.bo.enm that return ThresholdStatusModifier and TypeMethodDescriptionstatic ThresholdStatusThresholdStatus.getThresholdStatus(int iThresholdStatus) Gets an instance of ThresholdStatus based on the integer value specified.static ThresholdStatusThresholdStatus.getThresholdStatus(String sThresholdStatus) Gets an instance of ThresholdStatus based on the String value specified. -
Uses of ThresholdStatus in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return ThresholdStatusModifier and TypeMethodDescriptionProjectThreshold.getStatus()Gets the current status of the project threshold.Methods in com.primavera.integration.client.bo.object with parameters of type ThresholdStatusModifier and TypeMethodDescriptionvoidProjectThreshold.setStatus(ThresholdStatus enm) Sets the current status of the project threshold.