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.Decimal

Packages that use Decimal
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 Decimal in com.rational.test.value
 

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

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

Methods in com.rational.test.value with parameters of type Decimal
 int Decimal.compareTo(Decimal anotherDecimal)
          `