com.ibm.dse.appl.ej.client
Class EJInput

java.lang.Object
  |
  +--com.ibm.dse.appl.ej.client.EJParameter
        |
        +--com.ibm.dse.appl.ej.client.EJColumn
              |
              +--com.ibm.dse.appl.ej.client.EJInput

public class EJInput
extends EJColumn

This class represents the tag in the XML file.


Constructor Summary
EJInput()
          EJInput default constructor.
 
Method Summary
 void addParameter(EJParameter value)
          Adds an EJParameter object to the items vector.
 java.lang.String getDefaultValue()
          Return the defaultValue property value.
 java.util.Vector getParameters()
          Return the parameters property value.
 java.lang.String getWidget()
          Return the widget property value.
 void setDefaultValue(java.lang.String value)
          Sets the value of the defaultValue property.
 void setParameters(java.util.Vector value)
          Sets the value of the parameters property.
 void setWidget(java.lang.String value)
          Sets the value of the widget property.
 
Methods inherited from class com.ibm.dse.appl.ej.client.EJColumn
getType, setType
 
Methods inherited from class com.ibm.dse.appl.ej.client.EJParameter
getLabel, getName, setLabel, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EJInput

public EJInput()
EJInput default constructor.
Method Detail

addParameter

public void addParameter(EJParameter value)
Adds an EJParameter object to the items vector.
Parameters:
value - com.ibm.dse.appl.ej.client.EJParameter

getDefaultValue

public java.lang.String getDefaultValue()
Return the defaultValue property value.
Returns:
java.lang.String

getParameters

public java.util.Vector getParameters()
Return the parameters property value.
Returns:
java.util.Vector

getWidget

public java.lang.String getWidget()
Return the widget property value.
Returns:
java.lang.String

setDefaultValue

public void setDefaultValue(java.lang.String value)
Sets the value of the defaultValue property.
Parameters:
value - the java.lang.String

setParameters

public void setParameters(java.util.Vector value)
Sets the value of the parameters property.
Parameters:
value - the java.util.Vector

setWidget

public void setWidget(java.lang.String value)
Sets the value of the widget property.
Parameters:
value - the java.lang.String