public static enum BoardConfig.GPIO.Level extends Enum<BoardConfig.GPIO.Level>
Modifier and Type | Field and Description |
---|---|
byte |
value |
Modifier and Type | Method and Description |
---|---|
BoardConfig.GPIO.Level |
intern() |
String |
toString() |
static BoardConfig.GPIO.Level |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BoardConfig.GPIO.Level[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BoardConfig.GPIO.Level LOW
public static final BoardConfig.GPIO.Level HIGH
public static BoardConfig.GPIO.Level[] values()
for (BoardConfig.GPIO.Level c : BoardConfig.GPIO.Level.values()) System.out.println(c);
public static BoardConfig.GPIO.Level 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 nullpublic BoardConfig.GPIO.Level intern()
public String toString()
toString
in class Enum<BoardConfig.GPIO.Level>
Copyright © 2024. All rights reserved.