public enum ReportRegenerationType extends Enum<ReportRegenerationType>
| Enum Constant and Description |
|---|
ADDONLY
Never remove entries, only add new ones.
|
NONE
Do not regenerate or add entries for this report class type.
|
REGEN
Fully regenerate all pending entries.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
static ReportRegenerationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReportRegenerationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReportRegenerationType REGEN
public static final ReportRegenerationType ADDONLY
public static final ReportRegenerationType NONE
public static ReportRegenerationType[] values()
for (ReportRegenerationType c : ReportRegenerationType.values()) System.out.println(c);
public static ReportRegenerationType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic String getDescription()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.