Class AbstractRowData
- java.lang.Object
-
- org.anasoid.jmc.core.wrapper.jmc.testelement.property.AbstractRowData
-
- All Implemented Interfaces:
java.io.Serializable,RowData
public abstract class AbstractRowData extends java.lang.Object implements RowData
Represent line on table , to be converted to collectionPropertyCollectionProperty.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractRowData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>asList()org.apache.jmeter.testelement.property.CollectionPropertyasProperty()return object as list.
-
-
-
Method Detail
-
asProperty
public org.apache.jmeter.testelement.property.CollectionProperty asProperty()
Description copied from interface:RowDatareturn object as list.- Specified by:
asPropertyin interfaceRowData
-
-