Uses of Enum Class
com.hp.lft.sdk.ai.MatchMethod
Packages that use MatchMethod
-
Uses of MatchMethod in com.hp.lft.sdk.ai
Methods in com.hp.lft.sdk.ai that return MatchMethodModifier and TypeMethodDescriptionTextWithMatchOptions.getMatchMethod()
Returns the match method to use when identifying the AI object by its text.static MatchMethod
Returns the enum constant of this class with the specified name.static MatchMethod[]
MatchMethod.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.hp.lft.sdk.ai with parameters of type MatchMethodModifier and TypeMethodDescriptionvoid
TextWithMatchOptions.setMatchMethod
(MatchMethod matchMethod) Sets the match method to use when identifying the AI object by its text.Constructors in com.hp.lft.sdk.ai with parameters of type MatchMethodModifierConstructorDescriptionTextWithMatchOptions
(RegExpProperty regExp, MatchMethod matchMethod) Constructs a newTextWithMatchOptions
object that can be used to uniquely identify anAiObject
by its regex property and specifies the match method to be used for identification.TextWithMatchOptions
(String text, MatchMethod matchMethod) Constructs a newTextWithMatchOptions
object that can be used to uniquely identify anAiObject
by its text and specifies the match method to be used for identification.