Interface RowData
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
AbstractRowData
public interface RowData extends java.io.SerializableRepresent line on table , to be converted to collectionPropertyCollectionProperty.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<java.lang.String>asList()org.apache.jmeter.testelement.property.CollectionPropertyasProperty()return object as list.
-