Package org.ametys.odf.schedulable
Enum Class EducationalBookletSchedulable.EducationalBookletReport.ReportStatus
java.lang.Object
java.lang.Enum<EducationalBookletSchedulable.EducationalBookletReport.ReportStatus>
org.ametys.odf.schedulable.EducationalBookletSchedulable.EducationalBookletReport.ReportStatus
- All Implemented Interfaces:
Serializable
,Comparable<EducationalBookletSchedulable.EducationalBookletReport.ReportStatus>
,java.lang.constant.Constable
- Enclosing class:
- EducationalBookletSchedulable.EducationalBookletReport
public static enum EducationalBookletSchedulable.EducationalBookletReport.ReportStatus
extends Enum<EducationalBookletSchedulable.EducationalBookletReport.ReportStatus>
Status of export
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SUCCESS
All program items have been exported successfully -
PARTIAL
Program items have been exported partially -
ERROR
Error during export
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
public static EducationalBookletSchedulable.EducationalBookletReport.ReportStatus valueOf(String name) Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-