public abstract class MultiProperty extends AbstractProperty implements Iterable<JMeterProperty>
log
Constructor and Description |
---|
MultiProperty() |
MultiProperty(String name) |
Modifier and Type | Method and Description |
---|---|
abstract void |
addProperty(JMeterProperty prop)
Add a property to the collection.
|
abstract void |
clear()
Clear away all values in the property.
|
abstract PropertyIterator |
iterator()
Get the property iterator to iterate through the sub-values of this
JMeterProperty.
|
void |
mergeIn(JMeterProperty prop)
Take the given property object and merge it's value with the current
property object.
|
protected void |
recoverRunningVersionOfSubElements(TestElement owner) |
void |
setRunningVersion(boolean running)
Make the property a running version or turn it off as the running
version.
|
clone, compareTo, convertObject, createProperty, equals, getBlankProperty, getBlankProperty, getBooleanValue, getDoubleValue, getFloatValue, getIntValue, getIterator, getLongValue, getName, getPropertyType, hashCode, isEqualType, isRunningVersion, makeProperty, normalizeList, normalizeMap, setName, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
forEach, spliterator
getObjectValue, getStringValue, recoverRunningVersion, setObjectValue
public MultiProperty()
public MultiProperty(String name)
public abstract PropertyIterator iterator()
iterator
in interface Iterable<JMeterProperty>
public abstract void addProperty(JMeterProperty prop)
prop
- the JMeterProperty
to addpublic abstract void clear()
public void setRunningVersion(boolean running)
AbstractProperty
setRunningVersion
in interface JMeterProperty
setRunningVersion
in class AbstractProperty
running
- flag whether this property is a running versionprotected void recoverRunningVersionOfSubElements(TestElement owner)
public void mergeIn(JMeterProperty prop)
AbstractProperty
mergeIn
in interface JMeterProperty
mergeIn
in class AbstractProperty
prop
- the property object to merge into this propertyCopyright © 1998-2019 Apache Software Foundation. All Rights Reserved.