net.sf.dynamicreports.report.base
Class DRParameter<T>
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DRParameter
public DRParameter(String name,
T value)
DRParameter
public DRParameter(String name,
Class<T> valueClass)
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.