com.rational.test.ft.value

Class RecognitionString

  • java.lang.Object
    • com.rational.test.ft.value.RecognitionString


  • public class RecognitionString
    extends java.lang.Object
    Adds definition to a simple String value; this is a container class. Index values are zero-based indices that are significant, relative to a particular component.
    Since:
    RFT1.0
    • Constructor Summary

      Constructors 
      Constructor and Description
      RecognitionString(java.lang.String value) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      boolean equals(java.lang.Object obj)
      Overrides Object.equals with a class-specific comparison.
      java.lang.String getRecognitionString()
      Accesses the index value.
      int hashCode()
      Overrides Object.hashCode with class-specific code.
      void setRecognitionString(java.lang.String value)
      Updates the index value.
      java.lang.String toString()
      Sets toString to the value that this class represents.
      • Methods inherited from class java.lang.Object

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

      • RecognitionString

        public RecognitionString(java.lang.String value)
        Since:
        RFT1.0
    • Method Detail

      • getRecognitionString

        public java.lang.String getRecognitionString()
        Accesses the index value.
        Since:
        RFT1.0
      • setRecognitionString

        public void setRecognitionString(java.lang.String value)
        Updates the index value.
        Since:
        RFT1.0
      • toString

        public java.lang.String toString()
        Sets toString to the value that this class represents.
        Overrides:
        toString in class java.lang.Object
        Since:
        RFT1.0
      • hashCode

        public int hashCode()
        Overrides Object.hashCode with class-specific code.
        Overrides:
        hashCode in class java.lang.Object
        Since:
        RFT1.0
      • equals

        public boolean equals(java.lang.Object obj)
        Overrides Object.equals with a class-specific comparison.
        Overrides:
        equals in class java.lang.Object
        Parameters:
        obj - the right side of the comparison
        Since:
        RFT1.0