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, toStringpublic BooleanProperty(String name, boolean v)
public BooleanProperty()
public void setObjectValue(Object v)
public String getStringValue()
public Object getObjectValue()
public BooleanProperty clone()
AbstractPropertyclone in interface JMeterPropertyclone in class AbstractPropertypublic boolean getBooleanValue()
getBooleanValue in interface JMeterPropertygetBooleanValue in class AbstractPropertyJMeterProperty.getBooleanValue()public void setRunningVersion(boolean runningVersion)
setRunningVersion in interface JMeterPropertysetRunningVersion in class AbstractPropertyrunningVersion - flag whether this property is a running versionpublic void recoverRunningVersion(TestElement owner)
owner - the owning elementCopyright © 1998-2019 Apache Software Foundation. All Rights Reserved.