public class ObjectProperty extends AbstractProperty
log| Constructor and Description |
|---|
ObjectProperty()
Default constructor.
|
ObjectProperty(java.lang.String name)
Constructs an instance with
name as its name and a
null value. |
ObjectProperty(java.lang.String name,
java.lang.Object p)
Constructs an instance with
name as its name and the given
value. |
| Modifier and Type | Method and Description |
|---|---|
ObjectProperty |
clone() |
java.lang.Object |
getObjectValue() |
java.lang.String |
getStringValue() |
void |
recoverRunningVersion(TestElement owner)
Tell the property to revert to the state at the time
setRunningVersion(true) was called.
|
void |
setObjectValue(java.lang.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()
ObjectProperty with no name
and a null valuepublic ObjectProperty(java.lang.String name)
name as its name and a
null value.name - the name of this propertypublic ObjectProperty(java.lang.String name,
java.lang.Object p)
name as its name and the given
value.name - the name of this propertyp - the value for this propertypublic void recoverRunningVersion(TestElement owner)
owner - the owning elementpublic void setRunningVersion(boolean runningVersion)
setRunningVersion in interface JMeterPropertysetRunningVersion in class AbstractPropertyrunningVersion - flag whether this property is a running versionpublic ObjectProperty clone()
clone in interface JMeterPropertyclone in class AbstractPropertypublic java.lang.String getStringValue()
public java.lang.Object getObjectValue()
public void setObjectValue(java.lang.Object value)
Copyright © 1998-2018 Apache Software Foundation. All Rights Reserved.