Interface RowData

  • All Superinterfaces:
    java.io.Serializable
    All Known Implementing Classes:
    AbstractRowData

    public interface RowData
    extends java.io.Serializable
    Represent line on table , to be converted to collectionProperty CollectionProperty.
    • Method Detail

      • asProperty

        org.apache.jmeter.testelement.property.CollectionProperty asProperty()
        return object as list.
      • asList

        java.util.List<java.lang.String> asList()