Class 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 collectionProperty CollectionProperty.
    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.CollectionProperty asProperty()
      return object as list.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AbstractRowData

        public AbstractRowData()
    • Method Detail

      • asProperty

        public org.apache.jmeter.testelement.property.CollectionProperty asProperty()
        Description copied from interface: RowData
        return object as list.
        Specified by:
        asProperty in interface RowData
      • asList

        public java.util.List<java.lang.String> asList()
        Specified by:
        asList in interface RowData