com.ibm.rational.test.lt.models.behavior.lttest

Interface Datapool

    • Method Detail

      • getReadType

        com.ibm.rational.test.lt.models.behavior.lttest.DatapoolReadType getReadType()
        Returns the value of the 'Read Type' attribute. The default value is "SEQUENTIAL". The literals are from the enumeration DatapoolReadType.

        If the meaning of the 'Read Type' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Read Type' attribute.
        See Also:
        DatapoolReadType, Datapool.setReadType(DatapoolReadType), LttestPackage.getDatapool_ReadType()
      • setReadType

        void setReadType(com.ibm.rational.test.lt.models.behavior.lttest.DatapoolReadType value)
        Sets the value of the 'Read Type' attribute.
        Parameters:
        value - the new value of the 'Read Type' attribute.
        See Also:
        DatapoolReadType, Datapool.getReadType()
      • getHref

        String getHref()
        Returns the value of the 'Href' attribute. The default value is "".

        If the meaning of the 'Href' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Href' attribute.
        See Also:
        Datapool.setHref(String), LttestPackage.getDatapool_Href()
      • setHref

        void setHref(String value)
        Sets the value of the 'Href' attribute.
        Parameters:
        value - the new value of the 'Href' attribute.
        See Also:
        Datapool.getHref()
      • getPath

        String getPath()
        Returns the value of the 'Path' attribute. The default value is "".

        If the meaning of the 'Path' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Path' attribute.
        See Also:
        Datapool.setPath(String), LttestPackage.getDatapool_Path()
      • setPath

        void setPath(String value)
        Sets the value of the 'Path' attribute.
        Parameters:
        value - the new value of the 'Path' attribute.
        See Also:
        Datapool.getPath()
      • isWrap

        boolean isWrap()
        Returns the value of the 'Wrap' attribute. The default value is "true".

        If the meaning of the 'Wrap' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Wrap' attribute.
        See Also:
        Datapool.setWrap(boolean), LttestPackage.getDatapool_Wrap()
      • setWrap

        void setWrap(boolean value)
        Sets the value of the 'Wrap' attribute.
        Parameters:
        value - the new value of the 'Wrap' attribute.
        See Also:
        Datapool.isWrap()
      • getHarvesters

        org.eclipse.emf.common.util.EList getHarvesters()
        Returns the value of the 'Harvesters' containment reference list. The list contents are of type DatapoolHarvester.

        If the meaning of the 'Harvesters' containment reference list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Harvesters' containment reference list.
        See Also:
        LttestPackage.getDatapool_Harvesters()
      • isOncePerUser

        boolean isOncePerUser()
        Returns the value of the 'Once Per User' attribute. The default value is "false".

        If the meaning of the 'Once Per User' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Once Per User' attribute.
        See Also:
        Datapool.setOncePerUser(boolean), LttestPackage.getDatapool_OncePerUser()
      • setOncePerUser

        void setOncePerUser(boolean value)
        Sets the value of the 'Once Per User' attribute.
        Parameters:
        value - the new value of the 'Once Per User' attribute.
        See Also:
        Datapool.isOncePerUser()
      • getValidator

        com.ibm.rational.test.lt.models.behavior.lttest.impl.DatapoolValidator getValidator()
        Returns a validator for this datapool
      • hasEncryptedColumns

        boolean hasEncryptedColumns()
        Returns:
        boolean true if at least one this datapool's column is encrypted
        Since:
        RPT 8.0
      • setEncrypted

        void setEncrypted(boolean b)
        used by LoadTestInfoManager to set whether or not the datapool uses encrypted columns
        Parameters:
        b -
IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2013. All rights reserved.