public static enum FCM.FCMLights.Builder.FCMLED extends Enum<FCM.FCMLights.Builder.FCMLED>
Enum Constant and Description |
---|
BLACK |
BLUE |
CYAN |
DARKGRAY |
GRAY |
GREEN |
LIGHTGRAY |
MAGENTA |
RED |
TRANSPARENT |
WHITE |
YELLOW |
Modifier and Type | Method and Description |
---|---|
static FCM.FCMLights.Builder.FCMLED |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FCM.FCMLights.Builder.FCMLED[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FCM.FCMLights.Builder.FCMLED BLACK
public static final FCM.FCMLights.Builder.FCMLED DARKGRAY
public static final FCM.FCMLights.Builder.FCMLED GRAY
public static final FCM.FCMLights.Builder.FCMLED LIGHTGRAY
public static final FCM.FCMLights.Builder.FCMLED WHITE
public static final FCM.FCMLights.Builder.FCMLED RED
public static final FCM.FCMLights.Builder.FCMLED GREEN
public static final FCM.FCMLights.Builder.FCMLED BLUE
public static final FCM.FCMLights.Builder.FCMLED YELLOW
public static final FCM.FCMLights.Builder.FCMLED CYAN
public static final FCM.FCMLights.Builder.FCMLED MAGENTA
public static final FCM.FCMLights.Builder.FCMLED TRANSPARENT
public static FCM.FCMLights.Builder.FCMLED[] values()
for (FCM.FCMLights.Builder.FCMLED c : FCM.FCMLights.Builder.FCMLED.values()) System.out.println(c);
public static FCM.FCMLights.Builder.FCMLED 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 nullCopyright © 2019. All rights reserved.