Field Summary |
|
final public static byte | EVALUATION_DEFAULT |
final public static byte | EVALUATION_ESTIMATED |
final public static byte | EVALUATION_OLD |
final public static byte | EVALUATION_TIME_AUTO Evaluation time indicating that each variable participating in the expression
should be evaluated at a time decided by the engine.
Variables will be evaluated at a time corresponding to their reset type.
Fields are evaluated "now", i.e. |
final public static byte | EVALUATION_TIME_BAND The element will be evaluated at band end. |
final public static byte | EVALUATION_TIME_COLUMN A constant specifying that an expression should be evaluated after each column is filled. |
final public static byte | EVALUATION_TIME_GROUP A constant specifying that an expression should be evaluated after each group break. |
final public static byte | EVALUATION_TIME_NOW A constant specifying that an expression should be evaluated at the exact moment in the filling process
when it is encountered. |
final public static byte | EVALUATION_TIME_PAGE A constant specifying that an expression should be evaluated after each page is filled. |
final public static byte | EVALUATION_TIME_REPORT A constant specifying that an expression should be evaluated at the end of the filling process. |
final public static Integer | NOT_USED_ID Dummy ID that is assigned to expression that are not used (and not collected). |