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

Project Version 2.3

Uses of Class
com.rational.test.ft.script.NetCheckedState

Packages that use NetCheckedState
com.rational.test.ft.script   
 

Uses of NetCheckedState in com.rational.test.ft.script
 

Methods in com.rational.test.ft.script that return NetCheckedState
static NetCheckedState NetCheckedState.checked()
          Creates a CHECKED state object.
static NetCheckedState NetCheckedState.construct(int state)
          Serializes a State object; should not be used directly.
static NetCheckedState NetCheckedState.indeterminate()
          Creates an INDETERMINATE state object.
static NetCheckedState NetCheckedState.notChecked()
          Creates a NOT_CHECKED state object.