Class StringProperty

  • All Implemented Interfaces:
    java.io.Serializable , java.lang.Cloneable , java.lang.Comparable , org.apache.jmeter.testelement.property.JMeterProperty

    
    public class StringProperty
    extends AbstractProperty
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public String name
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      void setRunningVersion(boolean runningVersion)
      void setObjectValue(Object v)
      String getStringValue()
      Object getObjectValue()
      StringProperty clone()
      void recoverRunningVersion(TestElement owner) Tell the property to revert to the state at the time setRunningVersion(true) was called.
      void setValue(String value) Sets the value.
      • Methods inherited from class org.apache.jmeter.testelement.property.AbstractProperty

        compareTo, createProperty, equals, getBooleanValue, getDoubleValue, getFloatValue, getIntValue, getLongValue, getName, hashCode, isRunningVersion, mergeIn, setName, toString
      • Methods inherited from class org.apache.jmeter.testelement.property.JMeterProperty

        clone
      • Methods inherited from class java.lang.Comparable

        compareTo
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait