net.sf.dynamicreports.report.base
Class DRParameter<T>

java.lang.Object
  extended by net.sf.dynamicreports.report.base.DRParameter<T>
All Implemented Interfaces:
Serializable, DRIParameter<T>, DRIValue<T>

public class DRParameter<T>
extends Object
implements DRIParameter<T>

Author:
Ricardo Mariaca (r.mariaca@dynamicreports.org)
See Also:
Serialized Form

Constructor Summary
DRParameter(String name, Class<T> valueClass)
           
DRParameter(String name, T value)
           
 
Method Summary
 String getName()
           
 T getValue()
           
 Class<T> getValueClass()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DRParameter

public DRParameter(String name,
                   T value)

DRParameter

public DRParameter(String name,
                   Class<T> valueClass)
Method Detail

getName

public String getName()
Specified by:
getName in interface DRIParameter<T>
Specified by:
getName in interface DRIValue<T>

getValueClass

public Class<T> getValueClass()
Specified by:
getValueClass in interface DRIParameter<T>

getValue

public T getValue()
Specified by:
getValue in interface DRIParameter<T>


Copyright © 2010-2014. All Rights Reserved.