net.sf.dynamicreports.design.base.expression
Class AbstractDesignSimpleExpression

java.lang.Object
  extended by net.sf.dynamicreports.design.base.expression.AbstractDesignSimpleExpression
All Implemented Interfaces:
DRIDesignExpression, DRIDesignSimpleExpression
Direct Known Subclasses:
DRDesignSimpleExpression

public abstract class AbstractDesignSimpleExpression
extends Object
implements DRIDesignSimpleExpression

Author:
Ricardo Mariaca (r.mariaca@dynamicreports.org)

Constructor Summary
protected AbstractDesignSimpleExpression()
           
protected AbstractDesignSimpleExpression(String name)
           
 
Method Summary
 String getName()
           
 String getParameterName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sf.dynamicreports.design.definition.expression.DRIDesignSimpleExpression
evaluate
 
Methods inherited from interface net.sf.dynamicreports.design.definition.expression.DRIDesignExpression
getValueClass
 

Constructor Detail

AbstractDesignSimpleExpression

protected AbstractDesignSimpleExpression()

AbstractDesignSimpleExpression

protected AbstractDesignSimpleExpression(String name)
Method Detail

getName

public String getName()
Specified by:
getName in interface DRIDesignExpression

getParameterName

public String getParameterName()
Specified by:
getParameterName in interface DRIDesignSimpleExpression


Copyright © 2010-2014. All Rights Reserved.