public interface JMeterProperty extends Serializable, Cloneable, Comparable<JMeterProperty>
Modifier and Type | Method and Description |
---|---|
JMeterProperty |
clone() |
boolean |
getBooleanValue() |
double |
getDoubleValue() |
float |
getFloatValue() |
int |
getIntValue() |
long |
getLongValue() |
String |
getName()
The name of the property.
|
Object |
getObjectValue() |
String |
getStringValue() |
boolean |
isRunningVersion()
Returns whether the property is a running version.
|
void |
mergeIn(JMeterProperty prop)
Take the given property object and merge it's value with the current
property object.
|
void |
recoverRunningVersion(TestElement owner)
Tell the property to revert to the state at the time
setRunningVersion(true) was called.
|
void |
setName(String name)
Set the property name.
|
void |
setObjectValue(Object value) |
void |
setRunningVersion(boolean runningVersion)
Make the property a running version or turn it off as the running
version.
|
compareTo
boolean isRunningVersion()
String getName()
void setName(String name)
name
- the name of the propertyvoid setRunningVersion(boolean runningVersion)
runningVersion
- flag whether this property is a running versionvoid recoverRunningVersion(TestElement owner)
owner
- the owning elementvoid mergeIn(JMeterProperty prop)
prop
- the property object to merge into this propertyint getIntValue()
long getLongValue()
double getDoubleValue()
float getFloatValue()
boolean getBooleanValue()
String getStringValue()
Object getObjectValue()
void setObjectValue(Object value)
JMeterProperty clone()
Copyright © 1998-2019 Apache Software Foundation. All Rights Reserved.