|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JRExpression
| Field Summary | |
|---|---|
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). |
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface net.sf.jasperreports.engine.JRCloneable |
|---|
clone |
| Field Detail |
|---|
static 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
| Method Detail |
|---|
java.lang.Class getValueClass()
java.lang.String getValueClassName()
int getId()
JRExpressionChunk[] getChunks()
java.lang.String getText()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||