IBM Rational Functional Tester
Version 6.1
IBM Rational Functional Tester API Reference

Project Version 2.0

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

Packages that use NetCheckedState
com.rational.test.ft.script The package com.rational.test.ft.script provides the classes that manage test scripts. 
 

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

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