-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum GlucoseMeasurementContextCallback.Medication
-
-
Field Summary
Fields Modifier and Type Field Description public final bytevalue
-
Enum Constant Summary
Enum Constants Enum Constant Description PRE_MIXED_INSULINLONG_ACTING_INSULININTERMEDIATE_ACTING_INSULINSHORT_ACTING_INSULINRAPID_ACTING_INSULINRESERVED
-
Method Summary
Modifier and Type Method Description static GlucoseMeasurementContextCallback.Medicationfrom(int code)static Array<GlucoseMeasurementContextCallback.Medication>values()static GlucoseMeasurementContextCallback.MedicationvalueOf(String name)-
-
Method Detail
-
from
static GlucoseMeasurementContextCallback.Medication from(int code)
-
values
static Array<GlucoseMeasurementContextCallback.Medication> values()
-
valueOf
static GlucoseMeasurementContextCallback.Medication valueOf(String name)
-
-
-
-