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

Project Version 2.3

com.rational.test.ft.value
Class Pattern

java.lang.Object   extended by com.rational.test.ft.value.Pattern
Direct Known Subclasses:
DatapoolReference, NumericRange, RegularExpression

public abstract class Pattern
extends java.lang.Object

Extended by all pattern classes. This is an abstract class definition. This class enforces the requirement that pattern classes can be reverted back to the original value.

Since:
RFT1.0
See Also:
NumericRange, RegularExpression

Constructor Summary
Pattern()
           
 
Method Summary
 java.lang.Object getOriginalValue()
          Enables access to the original value before being converted to a pattern.
 void setOriginalValue(java.lang.Object original)
          Sets the object back to its original value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Pattern

public Pattern()
Method Detail

getOriginalValue

public java.lang.Object getOriginalValue()
Enables access to the original value before being converted to a pattern.

Since:
RFT1.0

setOriginalValue

public void setOriginalValue(java.lang.Object original)
Sets the object back to its original value.

Since:
RFT1.0