|
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.script.ProcessName
public class 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.
equals
in class java.lang.Object
right
- the right side of the Equals
comparison public java.lang.String toString()
Object.ToString
to provide a more interesting process name-specific result.
toString
in class java.lang.Object
public boolean isRegularExpression()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |