org.apache.jmeter.testelement.property
Class FunctionProperty
- Cloneable, Comparable, JMeterProperty, Serializable
public class FunctionProperty
Class that implements the Function property
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 |
FunctionProperty
public FunctionProperty()
getStringValue
public String getStringValue()
Executes the function (and caches the value for the duration of the test
iteration) if the property is a running version. Otherwise, the raw
string representation of the function is provided.
- getStringValue in interface JMeterProperty
Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.