public static enum Publish.ReadingType extends Enum<Publish.ReadingType>
| Enum Constant and Description |
|---|
AfterCalibration |
CleaningAfter |
CleaningBefore |
ExtremeMax |
ExtremeMin |
Reference |
ReferencePrimary |
ResetAfter |
ResetBefore |
Routine |
RoutineAfter |
RoutineBefore |
Unknown |
| Modifier and Type | Method and Description |
|---|---|
static Publish.ReadingType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Publish.ReadingType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Publish.ReadingType Unknown
public static final Publish.ReadingType RoutineBefore
public static final Publish.ReadingType Routine
public static final Publish.ReadingType RoutineAfter
public static final Publish.ReadingType ResetBefore
public static final Publish.ReadingType ResetAfter
public static final Publish.ReadingType CleaningBefore
public static final Publish.ReadingType CleaningAfter
public static final Publish.ReadingType AfterCalibration
public static final Publish.ReadingType ReferencePrimary
public static final Publish.ReadingType Reference
public static final Publish.ReadingType ExtremeMin
public static final Publish.ReadingType ExtremeMax
public static Publish.ReadingType[] values()
for (Publish.ReadingType c : Publish.ReadingType.values()) System.out.println(c);
public static Publish.ReadingType 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 © 2022. All rights reserved.