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