public class ProcessName
extends java.lang.Object
| Constructor and Description |
|---|
ProcessName(java.lang.Object processName) |
| Modifier and Type | Method and Description |
|---|---|
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. |
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.Objectright - the right side of the Equals comparisonpublic java.lang.String toString()
Object.ToString to provide a more interesting process name-specific
result.toString in class java.lang.Objectpublic boolean isRegularExpression()