Package net.sf.jasperreports.compilers
Class ConstantExpressionEvaluation
- java.lang.Object
-
- net.sf.jasperreports.compilers.ConstantExpressionEvaluation
-
- All Implemented Interfaces:
Serializable
,DirectExpressionEvaluation
public class ConstantExpressionEvaluation extends Object implements DirectExpressionEvaluation, Serializable
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface net.sf.jasperreports.compilers.DirectExpressionEvaluation
DirectExpressionEvaluation.EvaluationType
-
-
Constructor Summary
Constructors Constructor Description ConstantExpressionEvaluation(Object value)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description DirectExpressionEvaluation.EvaluationType
getType()
Object
getValue()
static ConstantExpressionEvaluation
nullEvaluation()
-
-
-
Constructor Detail
-
ConstantExpressionEvaluation
public ConstantExpressionEvaluation(Object value)
-
-
Method Detail
-
nullEvaluation
public static ConstantExpressionEvaluation nullEvaluation()
-
getType
public DirectExpressionEvaluation.EvaluationType getType()
- Specified by:
getType
in interfaceDirectExpressionEvaluation
-
getValue
public Object getValue()
-
-