|
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.MultiProperty
org.apache.jmeter.testelement.property.CollectionProperty
| Field Summary |
| Fields inherited from class org.apache.jmeter.testelement.property.AbstractProperty |
log |
| Constructor Summary | |
CollectionProperty()
|
|
CollectionProperty(String name,
Collection value)
|
|
| Method Summary | |
void |
addItem(Object item)
|
void |
addProperty(JMeterProperty prop)
Easy way to add properties to the list. |
void |
clear()
Clear away all values in the property. |
Object |
clone()
|
boolean |
equals(Object o)
Determines if the two objects are equal by comparing names and values |
JMeterProperty |
get(int row)
|
Object |
getObjectValue()
|
protected Class |
getPropertyType()
Figures out what kind of properties this collection is holding and returns the class type. |
String |
getStringValue()
|
int |
hashCode()
|
PropertyIterator |
iterator()
Get the property iterator to iterate through the sub-values of this JMeterProperty. |
void |
recoverRunningVersion(TestElement owner)
Tell the property to revert to the state at the time setRunningVersion(true) was called. |
void |
remove(int index)
|
void |
remove(String prop)
|
void |
set(int index,
JMeterProperty prop)
|
void |
set(int index,
String prop)
|
void |
setCollection(Collection coll)
|
void |
setObjectValue(Object v)
|
void |
setRunningVersion(boolean running)
Make the property a running version or turn it off as the running version. |
int |
size()
|
| Methods inherited from class org.apache.jmeter.testelement.property.MultiProperty |
mergeIn, recoverRunningVersionOfSubElements |
| Methods inherited from class org.apache.jmeter.testelement.property.AbstractProperty |
compareTo, convertObject, createProperty, getBlankProperty, getBlankProperty, getBooleanValue, getDoubleValue, getFloatValue, getIntValue, getIterator, getLongValue, getName, isEqualType, isRunningVersion, makeProperty, normalizeList, normalizeMap, setName, toString |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public CollectionProperty(String name,
Collection value)
public CollectionProperty()
| Method Detail |
public boolean equals(Object o)
AbstractProperty
equals in class AbstractPropertypublic int hashCode()
hashCode in class AbstractPropertypublic void remove(String prop)
public void set(int index,
String prop)
public void set(int index,
JMeterProperty prop)
public JMeterProperty get(int row)
public void remove(int index)
public void setObjectValue(Object v)
public PropertyIterator iterator()
MultiProperty
iterator in class MultiPropertypublic String getStringValue()
public Object getObjectValue()
public int size()
public Object clone()
clone in interface JMeterPropertyclone in class AbstractPropertypublic void setCollection(Collection coll)
public void clear()
MultiProperty
clear in class MultiPropertypublic void addProperty(JMeterProperty prop)
addProperty in class MultiPropertyprop - public void addItem(Object item)
protected Class getPropertyType()
getPropertyType in class AbstractPropertyAbstractProperty.getPropertyType()public void recoverRunningVersion(TestElement owner)
JMeterProperty
public void setRunningVersion(boolean running)
JMeterProperty
setRunningVersion in interface JMeterPropertysetRunningVersion in class MultiProperty
|
Apache JMeter | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||