Package net.sf.jasperreports.compilers
Class FieldEvaluation
- java.lang.Object
-
- net.sf.jasperreports.compilers.FieldEvaluation
-
- All Implemented Interfaces:
Serializable
,DirectExpressionEvaluation
public class FieldEvaluation 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 FieldEvaluation(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
DirectExpressionEvaluation.EvaluationType
getType()
-
-
-
Constructor Detail
-
FieldEvaluation
public FieldEvaluation(String name)
-
-
Method Detail
-
getType
public DirectExpressionEvaluation.EvaluationType getType()
- Specified by:
getType
in interfaceDirectExpressionEvaluation
-
getName
public String getName()
-
-