|
IBM Rational Functional Tester Version 6.1 IBM Rational Functional Tester API Reference Project Version 2.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.rational.test.ft.script.ProcessName
Encapsulates the process name for processing process name comparisons.
Constructor Summary | |
ProcessName(java.lang.Object processName)
|
Method Summary | |
boolean |
equals(java.lang.Object right)
Overrides the default Object.Equals to provide a more interesting caption-specific
result. |
java.lang.Object |
getProcessName()
Retrieves the process name that is set in the object. |
boolean |
isRegularExpression()
|
void |
setProcessName(java.lang.Object processName)
Sets the process name. |
java.lang.String |
toString()
Overrides the default Object.ToString to provide a more interesting process name-specific
result. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ProcessName(java.lang.Object processName)
Method Detail |
public java.lang.Object getProcessName()
public void setProcessName(java.lang.Object processName)
processName
- the name of the processpublic boolean equals(java.lang.Object right)
Object.Equals
to provide a more interesting caption-specific
result.
right
- the right side of the Equals
comparison
public java.lang.String toString()
Object.ToString
to provide a more interesting process name-specific
result.
public boolean isRegularExpression()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |