Uses of Class
org.apache.plc4x.java.scraper.triggeredscraper.triggerhandler.TriggerConfiguration.ConcatType
-
Packages that use TriggerConfiguration.ConcatType Package Description org.apache.plc4x.java.scraper.triggeredscraper.triggerhandler -
-
Uses of TriggerConfiguration.ConcatType in org.apache.plc4x.java.scraper.triggeredscraper.triggerhandler
Methods in org.apache.plc4x.java.scraper.triggeredscraper.triggerhandler that return TriggerConfiguration.ConcatType Modifier and Type Method Description static TriggerConfiguration.ConcatTypeTriggerConfiguration.ConcatType. valueOf(String name)Returns the enum constant of this type with the specified name.static TriggerConfiguration.ConcatType[]TriggerConfiguration.ConcatType. 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.ConcatType Constructor Description TriggerElement(TriggerConfiguration.Comparator comparatorType, TriggerConfiguration.ConcatType concatType, Boolean previousMode, Object compareValue, PlcTag plcTag, String plcTagAddress)
-