Uses of Class
com.hp.lft.sdk.RegExpProperty
Packages that use RegExpProperty
-
Uses of RegExpProperty in com.hp.lft.sdk.ai
Methods in com.hp.lft.sdk.ai that return RegExpPropertyModifier and TypeMethodDescriptionAiObjectDescription.getRegExp()Returns the regular expression used to identify the AI Object.TextWithMatchOptions.getRegExp()Returns the regular expression used to identify the AI object.Methods in com.hp.lft.sdk.ai with parameters of type RegExpPropertyModifier and TypeMethodDescriptionvoidTextWithMatchOptions.setRegExp(RegExpProperty regExp) Sets the regular expression to use to identify the AI object.Constructors in com.hp.lft.sdk.ai with parameters of type RegExpPropertyModifierConstructorDescriptionAiObjectDescription(String aiClass, RegExpProperty regExp) Constructs a new AiObjectDescription.TextWithMatchOptions(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.