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. |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ValueSetItem
public ValueSetItem(java.lang.String name,
TreeNode value)
- Create a new ValueSetItem object.
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.