public class ObjectProperty extends AbstractProperty
log
Constructor and Description |
---|
ObjectProperty() |
ObjectProperty(String name) |
ObjectProperty(String name,
Object p) |
Modifier and Type | Method and Description |
---|---|
ObjectProperty |
clone() |
Object |
getObjectValue() |
String |
getStringValue() |
void |
recoverRunningVersion(TestElement owner)
Tell the property to revert to the state at the time
setRunningVersion(true) was called.
|
void |
setObjectValue(Object value) |
void |
setRunningVersion(boolean runningVersion)
Make the property a running version or turn it off as the running
version.
|
compareTo, convertObject, createProperty, equals, getBlankProperty, getBlankProperty, getBooleanValue, getDoubleValue, getFloatValue, getIntValue, getIterator, getLongValue, getName, getPropertyType, hashCode, isEqualType, isRunningVersion, makeProperty, mergeIn, normalizeList, normalizeMap, setName, toString
public ObjectProperty()
public ObjectProperty(String name)
name
- public void recoverRunningVersion(TestElement owner)
public void setRunningVersion(boolean runningVersion)
setRunningVersion
in interface JMeterProperty
setRunningVersion
in class AbstractProperty
public ObjectProperty clone()
clone
in interface JMeterProperty
clone
in class AbstractProperty
public String getStringValue()
public Object getObjectValue()
public void setObjectValue(Object value)
Copyright © 1998-2013 Apache Software Foundation. All Rights Reserved.