public abstract class MultiProperty extends AbstractProperty
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, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitgetObjectValue, getStringValue, recoverRunningVersion, setObjectValuepublic MultiProperty()
public MultiProperty(String name)
public abstract PropertyIterator iterator()
public abstract void addProperty(JMeterProperty prop)
public abstract void clear()
public void setRunningVersion(boolean running)
AbstractPropertysetRunningVersion in interface JMeterPropertysetRunningVersion in class AbstractPropertyprotected void recoverRunningVersionOfSubElements(TestElement owner)
public void mergeIn(JMeterProperty prop)
AbstractPropertymergeIn in interface JMeterPropertymergeIn in class AbstractPropertyCopyright © 1998-2015 Apache Software Foundation. All Rights Reserved.