|
Apache JMeter | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JMeterProperty
Method Summary | |
---|---|
JMeterProperty |
clone()
|
boolean |
getBooleanValue()
|
double |
getDoubleValue()
|
float |
getFloatValue()
|
int |
getIntValue()
|
long |
getLongValue()
|
String |
getName()
The name of the property. |
Object |
getObjectValue()
|
String |
getStringValue()
|
boolean |
isRunningVersion()
Returns whether the property is a running version. |
void |
mergeIn(JMeterProperty prop)
Take the given property object and merge it's value with the current property object. |
void |
recoverRunningVersion(TestElement owner)
Tell the property to revert to the state at the time setRunningVersion(true) was called. |
void |
setName(String name)
Set the property name. |
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 interface java.lang.Comparable |
---|
compareTo |
Method Detail |
---|
boolean isRunningVersion()
String getName()
void setName(String name)
name
- void setRunningVersion(boolean runningVersion)
runningVersion
- void recoverRunningVersion(TestElement owner)
void mergeIn(JMeterProperty prop)
prop
- int getIntValue()
long getLongValue()
double getDoubleValue()
float getFloatValue()
boolean getBooleanValue()
String getStringValue()
Object getObjectValue()
void setObjectValue(Object value)
JMeterProperty clone()
|
Apache JMeter | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |