net.sf.jasperreports.engine.type
public enum EvaluationTimeEnum extends java.lang.Enum<EvaluationTimeEnum> implements JREnum
Enum Constant and Description |
---|
AUTO
Evaluation time indicating that each variable participating in the expression
should be evaluated at a time decided by the engine.
|
BAND
The element will be evaluated at band end.
|
COLUMN
A constant specifying that an expression should be evaluated after each column is filled.
|
GROUP
A constant specifying that an expression should be evaluated after each group break.
|
NOW
A constant specifying that an expression should be evaluated at the exact moment in the filling process
when it is encountered.
|
PAGE
A constant specifying that an expression should be evaluated after each page is filled.
|
REPORT
A constant specifying that an expression should be evaluated at the end of the filling process.
|
Modifier and Type | Method and Description |
---|---|
static EvaluationTimeEnum |
getByName(java.lang.String name) |
static EvaluationTimeEnum |
getByValue(byte value) |
static EvaluationTimeEnum |
getByValue(java.lang.Byte value) |
java.lang.String |
getName() |
byte |
getValue() |
java.lang.Byte |
getValueByte() |
static EvaluationTimeEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EvaluationTimeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EvaluationTimeEnum NOW
public static final EvaluationTimeEnum REPORT
public static final EvaluationTimeEnum PAGE
public static final EvaluationTimeEnum COLUMN
public static final EvaluationTimeEnum GROUP
public static final EvaluationTimeEnum BAND
public static final EvaluationTimeEnum AUTO
public static EvaluationTimeEnum[] values()
for (EvaluationTimeEnum c : EvaluationTimeEnum.values()) System.out.println(c);
public static EvaluationTimeEnum valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.Byte getValueByte()
getValueByte
in interface JREnum
public static EvaluationTimeEnum getByName(java.lang.String name)
public static EvaluationTimeEnum getByValue(java.lang.Byte value)
public static EvaluationTimeEnum getByValue(byte value)
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com