net.sourceforge.jparam.parser
Class ValueSetItem

java.lang.Object
  |
  +--net.sourceforge.jparam.parser.ValueSetItem

public class ValueSetItem
extends java.lang.Object

A description of class ValueSetItem


Constructor Summary
ValueSetItem(java.lang.String name, TreeNode value)
          Create a new ValueSetItem object.
 
Method Summary
 java.lang.String getName()
          Returns the name.
 TreeNode getValue()
          Returns the value.
 void setName(java.lang.String name)
          Sets the value of name.
 void setValue(TreeNode value)
          Sets the value of value.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValueSetItem

public ValueSetItem(java.lang.String name,
                    TreeNode value)
Create a new ValueSetItem object.
Method Detail

getName

public java.lang.String getName()
Returns the name.

setName

public void setName(java.lang.String name)
Sets the value of name.

getValue

public TreeNode getValue()
Returns the value.

setValue

public void setValue(TreeNode value)
Sets the value of value.


Copyright © 2004 SourceForge. All Rights Reserved.