Enum Class FileType
- All Implemented Interfaces:
Serializable,Comparable<FileType>,Constable
The
FileType enum is used to classify the type of file that is associated with an
event.
It includes the following constants:
-
COURSE_MAPS: used forfilesthat contains anEvent's map or course map. -
COVER_IMAGE: used forfilesthat contains anEvent's cover image. -
GUIDE: used forfilesthat contains information and guidance about theEvent. -
POSTER: used forfilethat contains anEvent's poster image. -
RULES: used forfilesthat contains anEvent's regulations or rules. -
START_LIST: used forfilesthat contains anEvent's start list.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
-
Enum Constant Details
-
COURSE_MAPS
-
COVER_IMAGE
-
GUIDE
-
POSTER
-
RULES
-
START_LIST
-
-
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
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
-
getCode
-
toString
-