public interface JRExpression extends JRCloneable
| Modifier and Type | Field and Description |
|---|---|
static byte |
EVALUATION_DEFAULT |
static byte |
EVALUATION_ESTIMATED |
static byte |
EVALUATION_OLD |
static byte |
EVALUATION_TIME_AUTO
Deprecated.
Replaced by
EvaluationTimeEnum.AUTO. |
static byte |
EVALUATION_TIME_BAND
Deprecated.
Replaced by
EvaluationTimeEnum.BAND. |
static byte |
EVALUATION_TIME_COLUMN
Deprecated.
Replaced by
EvaluationTimeEnum.COLUMN. |
static byte |
EVALUATION_TIME_GROUP
Deprecated.
Replaced by
EvaluationTimeEnum.GROUP. |
static byte |
EVALUATION_TIME_NOW
Deprecated.
Replaced by
EvaluationTimeEnum.NOW. |
static byte |
EVALUATION_TIME_PAGE
Deprecated.
Replaced by
EvaluationTimeEnum.PAGE. |
static byte |
EVALUATION_TIME_REPORT
Deprecated.
Replaced by
EvaluationTimeEnum.REPORT. |
static java.lang.Integer |
NOT_USED_ID
Dummy ID that is assigned to expression that are not used (and not collected).
|
| Modifier and Type | Method and Description |
|---|---|
JRExpressionChunk[] |
getChunks() |
int |
getId() |
java.lang.String |
getText() |
java.lang.Class |
getValueClass()
Returns the expression return value class.
|
java.lang.String |
getValueClassName()
Returns the expression return value class.
|
clonestatic final byte EVALUATION_TIME_NOW
EvaluationTimeEnum.NOW.static final byte EVALUATION_TIME_REPORT
EvaluationTimeEnum.REPORT.static final byte EVALUATION_TIME_PAGE
EvaluationTimeEnum.PAGE.static final byte EVALUATION_TIME_COLUMN
EvaluationTimeEnum.COLUMN.static final byte EVALUATION_TIME_GROUP
EvaluationTimeEnum.GROUP.static final byte EVALUATION_TIME_BAND
EvaluationTimeEnum.BAND.static final byte EVALUATION_TIME_AUTO
EvaluationTimeEnum.AUTO.static final byte EVALUATION_OLD
static final byte EVALUATION_ESTIMATED
static final byte EVALUATION_DEFAULT
static final java.lang.Integer NOT_USED_ID
java.lang.Class getValueClass()
java.lang.String getValueClassName()
int getId()
JRExpressionChunk[] getChunks()
java.lang.String getText()
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com