Class RegExpProperty

java.lang.Object
com.hp.lft.sdk.StringProperty
com.hp.lft.sdk.RegExpProperty
All Implemented Interfaces:
com.hp.lft.sdk.internal.SpecialProperty

public class RegExpProperty extends StringProperty implements com.hp.lft.sdk.internal.SpecialProperty
The class used for regular expression properties.
  • Constructor Details

    • RegExpProperty

      public RegExpProperty(String pattern)
      Initializes a new instance of the RegExpProperty class with the specified regular expression pattern.
      Parameters:
      pattern - the regular expression in VBScript syntax.
  • Method Details

    • getPattern

      public String getPattern()
      Returns the regular expression pattern in VBScript syntax.
      Returns:
      the regular expression pattern in VBScript syntax.