|
IBM Rational Functional Tester Version 8.1.1000 IBM Rational Functional Tester API Reference Project Version 2.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.rational.test.ft.value.Pattern
public abstract class Pattern
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.
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 |
---|
public Pattern()
Method Detail |
---|
public java.lang.Object getOriginalValue()
public void setOriginalValue(java.lang.Object original)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |