public class StringProperty extends AbstractProperty
log
Constructor and Description |
---|
StringProperty() |
StringProperty(String name,
String value) |
Modifier and Type | Method and Description |
---|---|
StringProperty |
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 v) |
void |
setRunningVersion(boolean runningVersion)
Make the property a running version or turn it off as the running
version.
|
void |
setValue(String value)
Sets the value.
|
compareTo, convertObject, createProperty, equals, getBlankProperty, getBlankProperty, getBooleanValue, getDoubleValue, getFloatValue, getIntValue, getIterator, getLongValue, getName, getPropertyType, hashCode, isEqualType, isRunningVersion, makeProperty, mergeIn, normalizeList, normalizeMap, setName, toString
public void setRunningVersion(boolean runningVersion)
AbstractProperty
setRunningVersion
in interface JMeterProperty
setRunningVersion
in class AbstractProperty
runningVersion
- flag whether this property is a running versionJMeterProperty.setRunningVersion(boolean)
public void setObjectValue(Object v)
public String getStringValue()
JMeterProperty.getStringValue()
public Object getObjectValue()
JMeterProperty.getObjectValue()
public StringProperty clone()
clone
in interface JMeterProperty
clone
in class AbstractProperty
public void setValue(String value)
value
- The value to setpublic void recoverRunningVersion(TestElement owner)
owner
- the owning elementCopyright © 1998-2019 Apache Software Foundation. All Rights Reserved.