public static enum SSD1306.VCC extends Enum<SSD1306.VCC>
Modifier and Type | Method and Description |
---|---|
static SSD1306.VCC |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SSD1306.VCC[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SSD1306.VCC EXTERNAL
public static final SSD1306.VCC INTERNAL
public static SSD1306.VCC[] values()
for (SSD1306.VCC c : SSD1306.VCC.values()) System.out.println(c);
public static SSD1306.VCC 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 © 2017. All rights reserved.