com.hp.lft.sdk

Class StringProperty

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


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

      Modifier and TypeField and Description
      protected java.lang.Stringinner 
    • Constructor Summary

      Constructor and Description
      StringProperty(java.lang.String string)
      Initializes a new instance of the StringProperty class with the specified string value.
    • Method Summary

      Modifier and TypeMethod and Description
      java.lang.StringtoString() 
      • Methods inherited from class java.lang.Object

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

      • inner

        protected final java.lang.String inner
    • Constructor Detail

      • StringProperty

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

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object