com.phenix.pct
Class OutputParameter

java.lang.Object
  extended by com.phenix.pct.OutputParameter

public class OutputParameter
extends Object

Describes an OUTPUT parameter which will be passed to a progress procedure. Value is written in a property

Since:
0.14
Version:
$Revision: 786 $
Author:
Gilles QUERRET

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

OutputParameter

public OutputParameter()
Default constructor

Method Detail

setName

public void setName(String name)
Parameter name

Parameters:
name - String

getName

public String getName()
Returns parameter name

Returns:
Parameter name

setTempFileName

protected void setTempFileName(File file)
Temporary file where output parameter will be written. ANT reads this file to fill the property

Parameters:
file -

getTempFileName

protected File getTempFileName()

setProgressVar

protected void setProgressVar(String progressVar)
Variable name in pctinit procedure

Parameters:
progressVar -

getProgressVar

protected String getProgressVar()

equals

public boolean equals(Object obj)
An OutputParameter equals another one if propertyName are equals

Overrides:
equals in class Object

hashCode

public int hashCode()
PropertyName hashCode

Overrides:
hashCode in class Object


Copyright © 2003-2011 Gilles QUERRET. All Rights Reserved.