|
Apache JMeter | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jmeter.testelement.property.AbstractProperty
org.apache.jmeter.testelement.property.ObjectProperty
public class ObjectProperty
Field Summary |
---|
Fields inherited from class org.apache.jmeter.testelement.property.AbstractProperty |
---|
log |
Constructor Summary | |
---|---|
ObjectProperty()
Default constructor. |
|
ObjectProperty(String name)
Constructs an instance with name as its name and a
null value. |
|
ObjectProperty(String name,
Object p)
Constructs an instance with name as its name and the giveN
value. |
Method Summary | |
---|---|
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. |
Methods inherited from class org.apache.jmeter.testelement.property.AbstractProperty |
---|
compareTo, convertObject, createProperty, equals, getBlankProperty, getBlankProperty, getBooleanValue, getDoubleValue, getFloatValue, getIntValue, getIterator, getLongValue, getName, getPropertyType, hashCode, isEqualType, isRunningVersion, makeProperty, mergeIn, normalizeList, normalizeMap, setName, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ObjectProperty()
ObjectProperty
with no name
and a null
value
public ObjectProperty(String name)
name
as its name and a
null
value.
name
- the name of this propertypublic ObjectProperty(String name, Object p)
name
as its name and the giveN
value.
name
- the name of this propertyp
- the value for this propertyMethod Detail |
---|
public void recoverRunningVersion(TestElement owner)
owner
- the owning elementpublic void setRunningVersion(boolean runningVersion)
setRunningVersion
in interface JMeterProperty
setRunningVersion
in class AbstractProperty
runningVersion
- flag whether this property is a running versionpublic ObjectProperty clone()
clone
in interface JMeterProperty
clone
in class AbstractProperty
public String getStringValue()
public Object getObjectValue()
public void setObjectValue(Object value)
|
Apache JMeter | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |