com.rational.test.ft.script

Class ProcessName

  • java.lang.Object
    • com.rational.test.ft.script.ProcessName


  • public class ProcessName
    extends java.lang.Object
    Encapsulates the process name for processing process name comparisons.
    Since:
    RFT1.1
    • Constructor Summary

      Constructors 
      Constructor and Description
      ProcessName(java.lang.Object processName) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      boolean equals(java.lang.Object right)
      Overrides the default Object.Equals to provide a more interesting caption-specific result.
      java.lang.Object getProcessName()
      Retrieves the process name that is set in the object.
      boolean isRegularExpression() 
      void setProcessName(java.lang.Object processName)
      Sets the process name.
      java.lang.String toString()
      Overrides the default Object.ToString to provide a more interesting process name-specific result.
      • Methods inherited from class java.lang.Object

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

      • ProcessName

        public ProcessName(java.lang.Object processName)
    • Method Detail

      • getProcessName

        public java.lang.Object getProcessName()
        Retrieves the process name that is set in the object.
        Returns:
        The process name
        Since:
        RFT1.1
      • setProcessName

        public void setProcessName(java.lang.Object processName)
        Sets the process name.
        Parameters:
        processName - the name of the process
        Since:
        RFT1.1
      • equals

        public boolean equals(java.lang.Object right)
        Overrides the default Object.Equals to provide a more interesting caption-specific result.
        Overrides:
        equals in class java.lang.Object
        Parameters:
        right - the right side of the Equals comparison
        Returns:
        A process name-specific comparison
        Since:
        RFT1.1
      • toString

        public java.lang.String toString()
        Overrides the default Object.ToString to provide a more interesting process name-specific result.
        Overrides:
        toString in class java.lang.Object
        Returns:
        The process name text
        Since:
        RFT1.1
      • isRegularExpression

        public boolean isRegularExpression()