org.apache.jmeter.testelement.property
Class TestElementProperty
- Cloneable, Comparable, JMeterProperty, Serializable
public class TestElementProperty
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 |
TestElementProperty
public TestElementProperty()
TestElementProperty
public TestElementProperty(String name,
TestElement value)
clear
public void clear()
Clear away all values in the property.
- clear in interface MultiProperty
equals
public boolean equals(Object o)
Determines if two test elements are equal.
- equals in interface AbstractProperty
- true if the value is not null and equals the other Objects value;
false otherwise (even if both values are null)
iterator
public PropertyIterator iterator()
Get the property iterator to iterate through the sub-values of this
JMeterProperty.
- iterator in interface MultiProperty
- an iterator for the sub-values of this property
mergeIn
public void mergeIn(JMeterProperty prop)
Take the given property object and merge it's value with the current
property object. For most property types, this will simply be ignored.
But for collection properties and test element properties, more complex
behavior is required.
- mergeIn in interface JMeterProperty
- mergeIn in interface MultiProperty
setRunningVersion
public void setRunningVersion(boolean runningVersion)
Make the property a running version or turn it off as the running
version. A property that is made a running version will preserve the
current state in such a way that it is retrievable by a future call to
'recoverRunningVersion()'. Additionally, a property that is a running
version will resolve all functions prior to returning it's property
value. A non-running version property will return functions as their
uncompiled string representation.
- setRunningVersion in interface JMeterProperty
- setRunningVersion in interface MultiProperty
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.