IBM Rational Functional Tester
Version 8.1.1000
IBM Rational Functional Tester API Reference

Project Version 2.3

com.rational.test.ft.script
Class Separator

java.lang.Object   extended by com.rational.test.ft.script.Subitem
      extended by com.rational.test.ft.script.Separator

public class Separator
extends Subitem

Represents separator controls that may appear in menus or toolbar controls. Separator values are zero-based indices that are significant, relative to a particular menu or toolbar component.

Since:
RFT1.0

Field Summary
protected  int separator
           
 
Constructor Summary
Separator(int separator)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Overrides Object.equals with a class-specific comparison.
 int getSeparator()
          Accesses the separator value.
 java.lang.String toString()
          Sets toString to the value that this class represents.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

separator

protected int separator
Constructor Detail

Separator

public Separator(int separator)
Since:
RFT1.0
Method Detail

getSeparator

public int getSeparator()
Accesses the separator 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

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