Class LongProperty

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

    
    public class LongProperty
    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 setRunningVersion(boolean runningVersion)
      void recoverRunningVersion(TestElement owner) Tell the property to revert to the state at the time setRunningVersion(true) was called.
      void setValue(int value)
      String getStringValue()
      Object getObjectValue()
      LongProperty clone()
      boolean getBooleanValue()
      double getDoubleValue()
      float getFloatValue()
      int getIntValue()
      long getLongValue()
      • 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