Uses of Class
org.apache.plc4x.java.scraper.triggeredscraper.triggerhandler.TriggerConfiguration.Comparator
-
Packages that use TriggerConfiguration.Comparator Package Description org.apache.plc4x.java.scraper.triggeredscraper.triggerhandler -
-
Uses of TriggerConfiguration.Comparator in org.apache.plc4x.java.scraper.triggeredscraper.triggerhandler
Methods in org.apache.plc4x.java.scraper.triggeredscraper.triggerhandler that return TriggerConfiguration.Comparator Modifier and Type Method Description static TriggerConfiguration.ComparatorTriggerConfiguration.Comparator. valueOf(String name)Returns the enum constant of this type with the specified name.static TriggerConfiguration.Comparator[]TriggerConfiguration.Comparator. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.plc4x.java.scraper.triggeredscraper.triggerhandler with parameters of type TriggerConfiguration.Comparator Constructor Description TriggerElement(TriggerConfiguration.Comparator comparatorType, Object compareValue, PlcTag plcTag)TriggerElement(TriggerConfiguration.Comparator comparatorType, TriggerConfiguration.ConcatType concatType, Boolean previousMode, Object compareValue, PlcTag plcTag, String plcTagAddress)
-