tag in the XML file.
Constructor Summary |
EJQuery()
EJQuery default constructor. |
Method Summary |
void |
addInput(EJInput value)
|
java.lang.String |
getDescription()
Return the description property value. |
java.util.Vector |
getInputs()
Return the inputs property value. |
EJResult |
getResult()
Return the result property value. |
java.lang.String |
getStatement()
Return the statement property value. |
void |
setDescription(java.lang.String value)
Sets the value of the description property. |
void |
setInputs(java.util.Vector value)
Sets the value of the inputs property. |
void |
setResult(EJResult value)
Sets the value of the result property. |
void |
setStatement(java.lang.String value)
Sets the value of the Statement property. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
EJQuery
public EJQuery()
- EJQuery default constructor.
addInput
public void addInput(EJInput value)
getDescription
public java.lang.String getDescription()
- Return the description property value.
- Returns:
- java.lang.String
getInputs
public java.util.Vector getInputs()
- Return the inputs property value.
- Returns:
- java.util.Vector
getResult
public EJResult getResult()
- Return the result property value.
- Returns:
- com.ibm.dse.appl.ej.client.EJResult
getStatement
public java.lang.String getStatement()
- Return the statement property value.
- Returns:
- java.lang.String
setDescription
public void setDescription(java.lang.String value)
- Sets the value of the description property.
- Parameters:
value
- the java.lang.String
setInputs
public void setInputs(java.util.Vector value)
- Sets the value of the inputs property.
- Parameters:
value
- the java.util.Vector
setResult
public void setResult(EJResult value)
- Sets the value of the result property.
- Parameters:
value
- the com.ibm.dse.appl.ej.client.EJResult
setStatement
public void setStatement(java.lang.String value)
- Sets the value of the Statement property.
- Parameters:
value
- the java.lang.String