Uses of Enum Class
com.genologics.ri.stepconfiguration.TriggerPoint
Packages that use TriggerPoint
Package
Description
Entities for step configuration in the Clarity system.
-
Uses of TriggerPoint in com.genologics.ri.stepconfiguration
Fields in com.genologics.ri.stepconfiguration declared as TriggerPointModifier and TypeFieldDescriptionprotected TriggerPointEppTrigger.pointThe point when the EPP trigger executes.Methods in com.genologics.ri.stepconfiguration that return TriggerPointModifier and TypeMethodDescriptionstatic TriggerPointConverts a string value to a TriggerPoint enum constant.EppTrigger.getPoint()Gets the point when the EPP trigger executes.static TriggerPointReturns the enum constant of this class with the specified name.static TriggerPoint[]TriggerPoint.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 TriggerPointModifier and TypeMethodDescriptionvoidEppTrigger.setPoint(TriggerPoint point) Sets the point when the EPP trigger executes.