net.sf.dynamicreports.report.base.expression
Class AbstractSystemExpression<T>

java.lang.Object
  extended by 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

Constructor Summary
protected AbstractSystemExpression(String name)
           
 
Method Summary
 String getName()
           
 Class<? super T> getValueClass()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractSystemExpression

protected AbstractSystemExpression(String name)
Method Detail

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.