Class CollectionProperty

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

    
    public class CollectionProperty
    extends MultiProperty
                        
    • 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
      boolean equals(Object o) Determines if the two objects are equal by comparing names and values
      int hashCode()
      void remove(String prop)
      void set(int index, String prop)
      void set(int index, JMeterProperty prop)
      JMeterProperty get(int row)
      void remove(int index)
      void setObjectValue(Object v)
      PropertyIterator iterator() Get the property iterator to iterate through the sub-values of this JMeterProperty.
      String getStringValue()
      Object getObjectValue()
      int size()
      boolean isEmpty()
      CollectionProperty clone()
      void setCollection(Collection<out Object> coll)
      void clear() Clear away all values in the property.
      void addProperty(JMeterProperty prop) Add a property to the collection.
      void addItem(Object item)
      void recoverRunningVersion(TestElement owner) Tell the property to revert to the state at the time setRunningVersion(true) was called.
      void setRunningVersion(boolean running)
      • Methods inherited from class org.apache.jmeter.testelement.property.AbstractProperty

        compareTo, createProperty, getBooleanValue, getDoubleValue, getFloatValue, getIntValue, getLongValue, getName, isRunningVersion, setName, setRunningVersion, toString
      • Methods inherited from class org.apache.jmeter.testelement.property.MultiProperty

        mergeIn
      • Methods inherited from class java.lang.Iterable

        forEach, iterator, spliterator
      • 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