dori.jasper.engine
Interface JRExpression

All Known Implementing Classes:
JRBaseExpression

public interface JRExpression


Field Summary
static byte EVALUATION_DEFAULT
           
static byte EVALUATION_ESTIMATED
           
static byte EVALUATION_OLD
           
static byte EVALUATION_TIME_COLUMN
           
static byte EVALUATION_TIME_GROUP
           
static byte EVALUATION_TIME_NOW
           
static byte EVALUATION_TIME_PAGE
           
static byte EVALUATION_TIME_REPORT
           
 
Method Summary
 JRExpressionChunk[] getChunks()
           
 int getId()
           
 java.lang.String getName()
           
 java.lang.String getText()
           
 java.lang.Class getValueClass()
           
 java.lang.String getValueClassName()
           
 

Field Detail

EVALUATION_TIME_NOW

public static final byte EVALUATION_TIME_NOW
See Also:
Constant Field Values

EVALUATION_TIME_REPORT

public static final byte EVALUATION_TIME_REPORT
See Also:
Constant Field Values

EVALUATION_TIME_PAGE

public static final byte EVALUATION_TIME_PAGE
See Also:
Constant Field Values

EVALUATION_TIME_COLUMN

public static final byte EVALUATION_TIME_COLUMN
See Also:
Constant Field Values

EVALUATION_TIME_GROUP

public static final byte EVALUATION_TIME_GROUP
See Also:
Constant Field Values

EVALUATION_OLD

public static final byte EVALUATION_OLD
See Also:
Constant Field Values

EVALUATION_ESTIMATED

public static final byte EVALUATION_ESTIMATED
See Also:
Constant Field Values

EVALUATION_DEFAULT

public static final byte EVALUATION_DEFAULT
See Also:
Constant Field Values
Method Detail

getValueClass

public java.lang.Class getValueClass()

getValueClassName

public java.lang.String getValueClassName()

getName

public java.lang.String getName()

getId

public int getId()

getChunks

public JRExpressionChunk[] getChunks()

getText

public java.lang.String getText()


Copyright © 2001-2004 Teodor Danciu. All Rights Reserved.