com.ibm.rational.test.common.models.behavior

Interface CBNamedElement

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      String getDescription()
      Get the description of the element.
      String getId()
      Get the id of the element.
      String getName()
      Get the name of the element.
      String getStopId() 
      void setDescription(String description)
      Set the description of the element.
      void setId(String id)
      Get the name of the element.
      void setName(String name)
      Set the name of the element.
      • Methods inherited from interface org.eclipse.emf.ecore.EObject

        eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
      • Methods inherited from interface org.eclipse.emf.common.notify.Notifier

        eAdapters, eDeliver, eNotify, eSetDeliver
      • Methods inherited from interface com.ibm.rational.test.common.models.behavior.internal.CBTempData

        getTempAttribute, getTempAttribute, getTempAttributes, setTempAttribute, setTempAttribute, unsetTempAttribute
    • Method Detail

      • getName

        String getName()
        Get the name of the element.
        Returns:
        name of element
      • setName

        void setName(String name)
        Set the name of the element.
        Parameters:
        name - of element
      • getDescription

        String getDescription()
        Get the description of the element.
        Returns:
        description of element
      • setDescription

        void setDescription(String description)
        Set the description of the element.
        Parameters:
        description - of element
      • getId

        String getId()
        Get the id of the element. This is generated by EMF and should be unique.
        Returns:
        id of element
      • setId

        void setId(String id)
        Get the name of the element.
      • getStopId

        String getStopId()
        Returns:
        - id of element to stop searching at, this is used for searching model for elements that occur "before" something. Sometimes in the model though things are out of order, like POST data and response data in http. The POST occurs after the response, but we needed to stop before getting the response info. This method allows people to override and set their stop ID. Default behavior is to just return getId();
IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2013. All rights reserved.