Package trclib.driverio
Enum Class TrcGobildaIndicatorLight.Color
- All Implemented Interfaces:
Serializable
,Comparable<TrcGobildaIndicatorLight.Color>
,Constable
- Enclosing class:
- TrcGobildaIndicatorLight
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPattern
(double value) This method looks up the enum member that matches the given value.Returns the enum constant of this class with the specified name.static TrcGobildaIndicatorLight.Color[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
Black
-
Red
-
Orange
-
Yellow
-
Sage
-
Green
-
Cyan
-
Blue
-
Indigo
-
Violet
-
White
-
-
Field Details
-
value
public final double value
-
-
Constructor Details
-
Color
private Color(double value) Constructor: Creates an enum member.- Parameters:
value
- specifies the value of the new member.
-
-
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
-
getPattern
This method looks up the enum member that matches the given value.- Parameters:
value
- specifies the enum member value.- Returns:
- enum member with a matching value.
-