public interface JRExpression extends JRCloneable
| Modifier and Type | Field and Description |
|---|---|
static byte |
EVALUATION_DEFAULT |
static byte |
EVALUATION_ESTIMATED |
static byte |
EVALUATION_OLD |
static 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() |
String |
getText() |
Class<?> |
getValueClass()
Deprecated.
To be removed.
|
String |
getValueClassName()
Deprecated.
To be removed.
|
clonestatic final byte EVALUATION_OLD
static final byte EVALUATION_ESTIMATED
static final byte EVALUATION_DEFAULT
static final Integer NOT_USED_ID
Class<?> getValueClass()
String getValueClassName()
int getId()
JRExpressionChunk[] getChunks()
String getText()
Copyright © 2014. All rights reserved.