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, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
getObjectValue, getStringValue, recoverRunningVersion, setObjectValue
public MultiProperty()
public MultiProperty(String name)
public abstract PropertyIterator iterator()
public abstract void addProperty(JMeterProperty prop)
public abstract void clear()
public void setRunningVersion(boolean running)
AbstractProperty
setRunningVersion
in interface JMeterProperty
setRunningVersion
in class AbstractProperty
protected void recoverRunningVersionOfSubElements(TestElement owner)
public void mergeIn(JMeterProperty prop)
AbstractProperty
mergeIn
in interface JMeterProperty
mergeIn
in class AbstractProperty
Copyright © 1998-2013 Apache Software Foundation. All Rights Reserved.