|
Apache JMeter 1.9 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
clearTemporary(TestElement owner)
Tells the property that it should clear information regarding the temporary attribute for the given owner. |
Object |
clone()
|
boolean |
equals(Object o)
|
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. |
boolean |
isTemporary(TestElement owner)
Indicates whether the property is a temporary property. |
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. |
void |
setTemporary(boolean temporary,
TestElement owner)
A property newly created and added to a test element that is currently a running version should be made temporary. |
Methods inherited from interface java.lang.Comparable |
compareTo |
Method Detail |
public boolean isRunningVersion()
public boolean equals(Object o)
equals
in class Object
public String getName()
public void setName(String name)
name
- public void setRunningVersion(boolean runningVersion)
runningVersion
- public void recoverRunningVersion(TestElement owner)
public boolean isTemporary(TestElement owner)
public void mergeIn(JMeterProperty prop)
prop
- public void setTemporary(boolean temporary, TestElement owner)
temporary
- public void clearTemporary(TestElement owner)
owner
- 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 1.9 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |