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

Project Version 2.3

Uses of Class
com.rational.test.value.UInt64

Packages that use UInt64
com.rational.test.value The package com.rational.test.ft.value contains value classes that support for .Net values for which Java does not have primitive or other core support. 
 

Uses of UInt64 in com.rational.test.value
 

Fields in com.rational.test.value declared as UInt64
static UInt64 UInt64.MAX_VALUE
           
static UInt64 UInt64.MIN_VALUE
           
 

Methods in com.rational.test.value that return UInt64
static UInt64 UInt64.valueOf(java.lang.String s)
           
static UInt64 UInt64.valueOf(java.lang.String s, int radix)
           
 

Methods in com.rational.test.value with parameters of type UInt64
 int UInt64.compareTo(UInt64 anotherUInt)