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, toStringpublic ObjectProperty()
public ObjectProperty(String name)
name - public void recoverRunningVersion(TestElement owner)
public void setRunningVersion(boolean runningVersion)
setRunningVersion in interface JMeterPropertysetRunningVersion in class AbstractPropertypublic ObjectProperty clone()
clone in interface JMeterPropertyclone in class AbstractPropertypublic String getStringValue()
public Object getObjectValue()
public void setObjectValue(Object value)
Copyright © 1998-2015 Apache Software Foundation. All Rights Reserved.