com.rational.test.ft.script

Class Position



  • public class Position
    extends Subitem
    Adds definition to a simple int value.
    Since:
    RFT1.0
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      protected int position
      A zero-based value that is significant relative to a particular control.
    • Constructor Summary

      Constructors 
      Constructor and Description
      Position(int position) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      int getPosition()
      Accesses the index value.
      java.lang.String toString()
      Sets toString to the value that this class represents.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • position

        protected int position
        A zero-based value that is significant relative to a particular control.
    • Constructor Detail

      • Position

        public Position(int position)
        Since:
        RFT1.0
    • Method Detail

      • getPosition

        public int getPosition()
        Accesses 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