Package com.hp.lft.sdk
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.
-
Field Summary
Fields inherited from class com.hp.lft.sdk.StringProperty
inner
-
Constructor Summary
ConstructorsConstructorDescriptionRegExpProperty
(String pattern) Initializes a new instance of the RegExpProperty class with the specified regular expression pattern. -
Method Summary
Modifier and TypeMethodDescriptionReturns the regular expression pattern in VBScript syntax.Methods inherited from class com.hp.lft.sdk.StringProperty
toString
-
Constructor Details
-
RegExpProperty
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
Returns the regular expression pattern in VBScript syntax.- Returns:
- the regular expression pattern in VBScript syntax.
-