Uses of Class
com.primavera.integration.client.bo.enm.AlertStatus
Packages that use AlertStatus
Package
Description
Typesafe enumerations
Client business object classes
-
Uses of AlertStatus in com.primavera.integration.client.bo.enm
Fields in com.primavera.integration.client.bo.enm declared as AlertStatusModifier and TypeFieldDescriptionstatic final AlertStatusAlertStatus.NEWstatic final AlertStatusAlertStatus.NULLstatic final AlertStatusAlertStatus.VIEWEDMethods in com.primavera.integration.client.bo.enm that return AlertStatusModifier and TypeMethodDescriptionstatic AlertStatusAlertStatus.getAlertStatus(int iAlertStatus) Gets an instance of AlertStatus based on the integer value specified.static AlertStatusAlertStatus.getAlertStatus(String sAlertStatus) Gets an instance of AlertStatus based on the String value specified. -
Uses of AlertStatus in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return AlertStatusMethods in com.primavera.integration.client.bo.object with parameters of type AlertStatusModifier and TypeMethodDescriptionvoidAlert.setAlertStatus(AlertStatus enm) Sets the status of the alert.