|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.phenix.pct.OutputParameter
public class OutputParameter
Describes an OUTPUT parameter which will be passed to a progress procedure. Value is written in a property
| Constructor Summary | |
|---|---|
OutputParameter()
Default constructor |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
An OutputParameter equals another one if propertyName are equals |
String |
getName()
Returns parameter name |
protected String |
getProgressVar()
|
protected File |
getTempFileName()
|
int |
hashCode()
PropertyName hashCode |
void |
setName(String name)
Parameter name |
protected void |
setProgressVar(String progressVar)
Variable name in pctinit procedure |
protected void |
setTempFileName(File file)
Temporary file where output parameter will be written. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OutputParameter()
| Method Detail |
|---|
public void setName(String name)
name - Stringpublic String getName()
protected void setTempFileName(File file)
file - protected File getTempFileName()
protected void setProgressVar(String progressVar)
progressVar - protected String getProgressVar()
public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||