org.apache.jmeter.testelement.property
Class MultiProperty
- Cloneable, Comparable, JMeterProperty, Serializable
public abstract class MultiProperty
For JMeterProperties that hold multiple properties within, provides a simple
interface for retrieving a property iterator for the sub values.
clone, compareTo, convertObject, createProperty, equals, getBlankProperty, getBlankProperty, getBooleanValue, getDoubleValue, getFloatValue, getIntValue, getIterator, getLongValue, getName, getPropertyType, hashCode, isEqualType, isRunningVersion, makeProperty, mergeIn, normalizeList, normalizeMap, setName, setRunningVersion, toString |
MultiProperty
public MultiProperty()
MultiProperty
public MultiProperty(String name)
addProperty
public abstract void addProperty(JMeterProperty prop)
Add a property to the collection.
clear
public abstract void clear()
Clear away all values in the property.
iterator
public abstract PropertyIterator iterator()
Get the property iterator to iterate through the sub-values of this
JMeterProperty.
- an iterator for the sub-values of this property
recoverRunningVersionOfSubElements
protected void recoverRunningVersionOfSubElements(TestElement owner)
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.