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 MatchMethodReturns 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 TypeMethodDescriptionvoidTextWithMatchOptions.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 newTextWithMatchOptionsobject that can be used to uniquely identify anAiObjectby its regex property and specifies the match method to be used for identification.TextWithMatchOptions(String text, MatchMethod matchMethod) Constructs a newTextWithMatchOptionsobject that can be used to uniquely identify anAiObjectby its text and specifies the match method to be used for identification.