Uses of Class
com.hp.lft.sdk.ai.TextWithMatchOptions
Packages that use TextWithMatchOptions
-
Uses of TextWithMatchOptions in com.hp.lft.sdk.ai
Methods in com.hp.lft.sdk.ai that return TextWithMatchOptionsModifier and TypeMethodDescriptionAiObjectDescription.getTextWithMatchOptions()Returns the text and match method used to identify the AI Object.Methods in com.hp.lft.sdk.ai with parameters of type TextWithMatchOptionsModifier and TypeMethodDescriptionvoidAiObjectDescription.setTextWithMatchOptions(TextWithMatchOptions textWithMatchOptions) Sets the text and match method used to identify the AI Object.AiObjectDescription.Init.textWithMatchOptions(TextWithMatchOptions textWithMatchOptions) Initializes the object's text with options property.Constructors in com.hp.lft.sdk.ai with parameters of type TextWithMatchOptionsModifierConstructorDescriptionAiObjectDescription(String aiClass, TextWithMatchOptions textWithMatchOptions) Constructs a new AiObjectDescription.