net.sf.dynamicreports.report.base.expression
Class AbstractSystemExpression<T>
java.lang.Object
net.sf.dynamicreports.report.base.expression.AbstractSystemExpression<T>
- All Implemented Interfaces:
- Serializable, DRIExpression<T>, DRISystemExpression<T>
- Direct Known Subclasses:
- CrosstabValueExpression, PageNumberExpression
public abstract class AbstractSystemExpression<T>
- extends Object
- implements DRISystemExpression<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 |
AbstractSystemExpression
protected AbstractSystemExpression(String name)
getName
public String getName()
- Specified by:
getName
in interface DRIExpression<T>
getValueClass
public Class<? super T> getValueClass()
- Specified by:
getValueClass
in interface DRIExpression<T>
Copyright © 2010-2014. All Rights Reserved.