com.hp.lft.sdk

Class 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 Summary

      Constructor and Description
      RegExpProperty(java.lang.String pattern)
      Initializes a new instance of the RegExpProperty class with the specified regular expression pattern.
    • Method Summary

      Modifier and TypeMethod and Description
      java.lang.StringgetPattern()
      Returns the regular expression pattern in VBScript syntax.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • RegExpProperty

        public RegExpProperty(java.lang.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 Detail

      • getPattern

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