Package frc.alotobots.util
Enum Class Elastic.ElasticNotification.NotificationLevel
java.lang.Object
java.lang.Enum<Elastic.ElasticNotification.NotificationLevel>
frc.alotobots.util.Elastic.ElasticNotification.NotificationLevel
- All Implemented Interfaces:
Serializable
,Comparable<Elastic.ElasticNotification.NotificationLevel>
,Constable
- Enclosing class:
- Elastic.ElasticNotification
public static enum Elastic.ElasticNotification.NotificationLevel
extends Enum<Elastic.ElasticNotification.NotificationLevel>
Represents the possible levels of notifications for the Elastic dashboard. These levels are
used to indicate the severity or type of notification.
-
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
-
INFO
Informational Message -
WARNING
Warning message -
ERROR
Error message
-
-
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
-