public class FunctionProperty extends AbstractProperty
log| Constructor and Description |
|---|
FunctionProperty() |
FunctionProperty(String name,
CompoundVariable func) |
| Modifier and Type | Method and Description |
|---|---|
FunctionProperty |
clone() |
boolean |
equals(Object o)
Determines if the two objects are equal by comparing names and values
|
Object |
getObjectValue() |
String |
getStringValue()
Executes the function (and caches the value for the duration of the test
iteration) if the property is a running version.
|
int |
hashCode() |
void |
recoverRunningVersion(org.apache.jmeter.testelement.TestElement owner)
Tell the property to revert to the state at the time
setRunningVersion(true) was called.
|
void |
setObjectValue(Object v) |
compareTo, convertObject, createProperty, getBlankProperty, getBlankProperty, getBooleanValue, getDoubleValue, getFloatValue, getIntValue, getIterator, getLongValue, getName, getPropertyType, isEqualType, isRunningVersion, makeProperty, mergeIn, normalizeList, normalizeMap, setName, setRunningVersion, toStringpublic FunctionProperty(String name, CompoundVariable func)
public FunctionProperty()
public void setObjectValue(Object v)
public boolean equals(Object o)
AbstractPropertyequals in class AbstractPropertypublic int hashCode()
AbstractPropertyhashCode in class AbstractPropertypublic String getStringValue()
JMeterProperty.getStringValue()public Object getObjectValue()
JMeterProperty.getObjectValue()public FunctionProperty clone()
AbstractPropertyclone in interface JMeterPropertyclone in class AbstractPropertypublic void recoverRunningVersion(org.apache.jmeter.testelement.TestElement owner)
JMeterPropertyowner - the owning elementJMeterProperty.recoverRunningVersion(TestElement)Copyright © 1998-2023 Apache Software Foundation. All Rights Reserved.