com.jxml.quick.config
Class NVItem

java.lang.Object
  |
  +--com.jxml.quick.config.NVItem
All Implemented Interfaces:
Item

public class NVItem
extends Object
implements Item


Field Summary
 String fieldLength
           
 boolean fixed
           
 String name
           
 String value
           
 
Constructor Summary
NVItem()
           
 
Method Summary
 void eval(Map properties, List args, ClassLoader cl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name

fieldLength

public String fieldLength

value

public String value

fixed

public boolean fixed
Constructor Detail

NVItem

public NVItem()
Method Detail

eval

public void eval(Map properties,
                 List args,
                 ClassLoader cl)
Specified by:
eval in interface Item