Uses of Enum Class
org.scictrl.csshell.epics.server.processor.Checks.Condition
Packages that use Checks.Condition
- 
Uses of Checks.Condition in org.scictrl.csshell.epics.server.processor
Methods in org.scictrl.csshell.epics.server.processor that return Checks.ConditionModifier and TypeMethodDescriptionstatic Checks.ConditionChecks.Condition.fromString(String s) Returns Condition object from configuration string.Checks.Check.getCondition()Returns test condition.static Checks.ConditionReturns the enum constant of this class with the specified name.static Checks.Condition[]Checks.Condition.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.scictrl.csshell.epics.server.processor with parameters of type Checks.ConditionModifierConstructorDescriptionCheck(Checks.Condition operation, double testValue, double precision) Constructor.Check(Checks.Condition operation, double testValue, double precision, String link) Constructor.