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(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, toString
public FunctionProperty(String name, CompoundVariable func)
public FunctionProperty()
public void setObjectValue(Object v)
public boolean equals(Object o)
AbstractProperty
equals
in class AbstractProperty
public int hashCode()
AbstractProperty
hashCode
in class AbstractProperty
public String getStringValue()
JMeterProperty.getStringValue()
public Object getObjectValue()
JMeterProperty.getObjectValue()
public FunctionProperty clone()
AbstractProperty
clone
in interface JMeterProperty
clone
in class AbstractProperty
public void recoverRunningVersion(TestElement owner)
JMeterProperty
owner
- the owning elementJMeterProperty.recoverRunningVersion(TestElement)
Copyright © 1998-2019 Apache Software Foundation. All Rights Reserved.