net.sf.extjwnl.util.factory
Class ValueParam

java.lang.Object
  extended by net.sf.extjwnl.util.factory.AbstractValueParam
      extended by net.sf.extjwnl.util.factory.ValueParam
All Implemented Interfaces:
Param

public class ValueParam
extends AbstractValueParam

Param with only value.

Author:
John Didion , Aliaksandr Autayeu

Field Summary
 
Fields inherited from class net.sf.extjwnl.util.factory.AbstractValueParam
dictionary
 
Constructor Summary
ValueParam(Dictionary dictionary, String value)
           
ValueParam(Dictionary dictionary, String value, List<Param> params)
           
 
Method Summary
 String getName()
           
 String getValue()
           
 
Methods inherited from class net.sf.extjwnl.util.factory.AbstractValueParam
addParam, create
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValueParam

public ValueParam(Dictionary dictionary,
                  String value)

ValueParam

public ValueParam(Dictionary dictionary,
                  String value,
                  List<Param> params)
Method Detail

getName

public String getName()

getValue

public String getValue()


Copyright © 2011. All Rights Reserved.