|
Apache JMeter 2.0.1.20050615 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
Object |
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 |
public boolean isRunningVersion()
public String getName()
public void setName(String name)
name
- public void setRunningVersion(boolean runningVersion)
runningVersion
- public void recoverRunningVersion(TestElement owner)
public void mergeIn(JMeterProperty prop)
prop
- public int getIntValue()
public long getLongValue()
public double getDoubleValue()
public float getFloatValue()
public boolean getBooleanValue()
public String getStringValue()
public Object getObjectValue()
public void setObjectValue(Object value)
public Object clone()
|
Apache JMeter 2.0.1.20050615 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |