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

java.lang.Object
  |
  +--com.ibm.dse.appl.ej.client.EJParameter
Direct Known Subclasses:
EJColumn, EJQuery

public class EJParameter
extends java.lang.Object

This class represents the tag in the XML file.


Constructor Summary
EJParameter()
          EJItem default constructor.
 
Method Summary
 java.lang.String getLabel()
          Return the label property value.
 java.lang.String getName()
          Return the name property value.
 void setLabel(java.lang.String value)
          Sets the value of the label property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EJParameter

public EJParameter()
EJItem default constructor.
Method Detail

getLabel

public java.lang.String getLabel()
Return the label property value.
Returns:
java.lang.String

getName

public java.lang.String getName()
Return the name property value.
Returns:
java.lang.String

setLabel

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

setName

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