public enum Model extends Enum<Model>
| Enum Constant and Description |
|---|
METADETECT |
METAENV |
METAHEALTH |
METAMOTION_C |
METAMOTION_R |
METATRACKER |
METAWEAR_C |
METAWEAR_CPRO |
METAWEAR_R |
METAWEAR_RG |
METAWEAR_RPRO |
| Modifier and Type | Method and Description |
|---|---|
static Model |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Model[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Model METAWEAR_R
public static final Model METAWEAR_RG
public static final Model METAWEAR_RPRO
public static final Model METAWEAR_C
public static final Model METAWEAR_CPRO
public static final Model METAENV
public static final Model METADETECT
public static final Model METAHEALTH
public static final Model METATRACKER
public static final Model METAMOTION_R
public static final Model METAMOTION_C
public static Model[] values()
for (Model c : Model.values()) System.out.println(c);
public static Model 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 null