public class BooleanProperty extends AbstractProperty
log
Constructor and Description |
---|
BooleanProperty() |
BooleanProperty(String name,
boolean v) |
Modifier and Type | Method and Description |
---|---|
BooleanProperty |
clone() |
boolean |
getBooleanValue()
Returns false if string is invalid or null.
|
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.
|
compareTo, convertObject, createProperty, equals, getBlankProperty, getBlankProperty, getDoubleValue, getFloatValue, getIntValue, getIterator, getLongValue, getName, getPropertyType, hashCode, isEqualType, isRunningVersion, makeProperty, mergeIn, normalizeList, normalizeMap, setName, toString
public BooleanProperty(String name, boolean v)
public BooleanProperty()
public void setObjectValue(Object v)
public String getStringValue()
public Object getObjectValue()
public BooleanProperty clone()
AbstractProperty
clone
in interface JMeterProperty
clone
in class AbstractProperty
public boolean getBooleanValue()
getBooleanValue
in interface JMeterProperty
getBooleanValue
in class AbstractProperty
JMeterProperty.getBooleanValue()
public void setRunningVersion(boolean runningVersion)
setRunningVersion
in interface JMeterProperty
setRunningVersion
in class AbstractProperty
runningVersion
- flag whether this property is a running versionpublic void recoverRunningVersion(TestElement owner)
owner
- the owning elementCopyright © 1998-2019 Apache Software Foundation. All Rights Reserved.