Uses of Enum Class
com.genologics.ri.stepconfiguration.TriggerStatus
Packages that use TriggerStatus
Package
Description
Entities for step configuration in the Clarity system.
-
Uses of TriggerStatus in com.genologics.ri.stepconfiguration
Fields in com.genologics.ri.stepconfiguration declared as TriggerStatusModifier and TypeFieldDescriptionprotected TriggerStatusEppTrigger.statusThe status at which the EPP trigger executes.Methods in com.genologics.ri.stepconfiguration that return TriggerStatusModifier and TypeMethodDescriptionstatic TriggerStatusConverts a string value to a TriggerStatus enum constant.EppTrigger.getStatus()Gets the status at which the EPP trigger executes.static TriggerStatusReturns the enum constant of this class with the specified name.static TriggerStatus[]TriggerStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.genologics.ri.stepconfiguration with parameters of type TriggerStatusModifier and TypeMethodDescriptionvoidEppTrigger.setStatus(TriggerStatus status) Sets the status at which the EPP trigger executes.