org.apache.jmeter.config

Class RandomVariableConfig

Implemented Interfaces:
Cloneable, ConfigElement, LoopIterationListener, NoThreadClone, Serializable, TestBean, TestElement

public class RandomVariableConfig
extends ConfigTestElement
implements TestBean, LoopIterationListener, NoThreadClone

Field Summary

Fields inherited from class org.apache.jmeter.config.ConfigTestElement

PASSWORD, USERNAME

Fields inherited from interface org.apache.jmeter.testelement.TestElement

COMMENTS, ENABLED, GUI_CLASS, NAME, TEST_CLASS

Method Summary

String
getMaximumValue()
String
getMinimumValue()
String
getOutputFormat()
boolean
getPerThread()
String
getRandomSeed()
String
getVariableName()
void
iterationStart(LoopIterationEvent iterEvent)
void
setMaximumValue(String maxvalue)
void
setMinimumValue(String minValue)
void
setOutputFormat(String outputFormat)
void
setPerThread(boolean perThread)
void
setRandomSeed(String randomSeed)
void
setVariableName(String variableName)

Methods inherited from class org.apache.jmeter.config.ConfigTestElement

addConfigElement, addTestElement, expectsModification

Methods inherited from class org.apache.jmeter.testelement.AbstractTestElement

addProperty, addTestElement, canRemove, clear, clearTemporary, clone, emptyTemporary, equals, getComment, getName, getProperty, getPropertyAsBoolean, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsInt, getPropertyAsLong, getPropertyAsString, getPropertyAsString, getThreadContext, getThreadName, hashCode, isEnabled, isRunningVersion, isTemporary, logProperties, mergeIn, propertyIterator, recoverRunningVersion, removeProperty, setComment, setName, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setRunningVersion, setTemporary, setThreadContext, setThreadName, traverse, traverseCollection, traverseMap, traverseProperty

Method Details

getMaximumValue

public String getMaximumValue()
Returns:
the maxvalue

getMinimumValue

public String getMinimumValue()
Returns:
the minValue

getOutputFormat

public String getOutputFormat()
Returns:
the outputFormat

getPerThread

public boolean getPerThread()
Returns:
the perThread

getRandomSeed

public String getRandomSeed()
Returns:
the randomSeed

getVariableName

public String getVariableName()
Returns:
the variableName

iterationStart

public void iterationStart(LoopIterationEvent iterEvent)
Specified by:
iterationStart in interface LoopIterationListener

setMaximumValue

public void setMaximumValue(String maxvalue)
Parameters:
maxvalue - the maxvalue to set

setMinimumValue

public void setMinimumValue(String minValue)
Parameters:
minValue - the minValue to set

setOutputFormat

public void setOutputFormat(String outputFormat)
Parameters:
outputFormat - the outputFormat to set

setPerThread

public void setPerThread(boolean perThread)
Parameters:
perThread - the perThread to set

setRandomSeed

public void setRandomSeed(String randomSeed)
Parameters:
randomSeed - the randomSeed to set

setVariableName

public void setVariableName(String variableName)
Parameters:
variableName - the variableName to set

Copyright © 1998-2010 Apache Software Foundation. All Rights Reserved.