Class ObjectProperty

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

    
    public class ObjectProperty
    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 recoverRunningVersion(TestElement owner) Tell the property to revert to the state at the time setRunningVersion(true) was called.
      void setRunningVersion(boolean runningVersion)
      ObjectProperty clone()
      String getStringValue()
      Object getObjectValue()
      void setObjectValue(Object 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
    • Constructor Detail

      • ObjectProperty

        ObjectProperty()
        Default constructor.
      • ObjectProperty

        ObjectProperty(String name)
        Constructs an instance with name as its name and a null value.
        Parameters:
        name - the name of this property
      • ObjectProperty

        ObjectProperty(String name, Object p)
        Constructs an instance with name as its name and the given value.
        Parameters:
        name - the name of this property
        p - the value for this property