Class StringProperty

java.lang.Object
com.hp.lft.sdk.StringProperty
Direct Known Subclasses:
RegExpProperty

public class StringProperty extends Object
Represents a string property in a description of a test object.
  • Field Details

    • inner

      protected final String inner
  • Constructor Details

    • StringProperty

      public StringProperty(String string)
      Initializes a new instance of the StringProperty class with the specified string value.
      Parameters:
      string - the string to use.
  • Method Details