Class DoubleProperty

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

    
    public class DoubleProperty
    extends NumberProperty
                        
    • 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 setValue(float value)
      String getStringValue()
      Object getObjectValue()
      DoubleProperty clone()
      boolean getBooleanValue() Returns false if string is invalid or null.
      double getDoubleValue() Returns 0 if string is invalid or null.
      float getFloatValue() Returns 0 if string is invalid or null.
      int getIntValue() Returns 0 if string is invalid or null.
      long getLongValue()
      void setRunningVersion(boolean runningVersion)
      void recoverRunningVersion(TestElement owner) Tell the property to revert to the state at the time setRunningVersion(true) was called.
      • Methods inherited from class org.apache.jmeter.testelement.property.AbstractProperty

        createProperty, equals, getName, hashCode, isRunningVersion, mergeIn, setName, toString
      • Methods inherited from class org.apache.jmeter.testelement.property.NumberProperty

        compareTo, setObjectValue
      • Methods inherited from class org.apache.jmeter.testelement.property.JMeterProperty

        clone, setObjectValue
      • 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