public enum PartEvaluationTimeType extends java.lang.Enum<PartEvaluationTimeType> implements NamedEnum
| Enum Constant and Description |
|---|
GROUP
Evaluate the part when a group breaks.
|
NOW
Evaluate the part immediatelly.
|
REPORT
Evaluate the part when the report ends.
|
| Modifier and Type | Method and Description |
|---|---|
static PartEvaluationTimeType |
byName(java.lang.String name) |
java.lang.String |
getName() |
static PartEvaluationTimeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PartEvaluationTimeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PartEvaluationTimeType NOW
public static final PartEvaluationTimeType GROUP
public static final PartEvaluationTimeType REPORT
public static PartEvaluationTimeType[] values()
for (PartEvaluationTimeType c : PartEvaluationTimeType.values()) System.out.println(c);
public static PartEvaluationTimeType 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 static PartEvaluationTimeType byName(java.lang.String name)
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com