public enum SafetyLowGlucoseSuspend extends java.lang.Enum<SafetyLowGlucoseSuspend>
Enum Constant and Description |
---|
CANCEL_SUSPENSION |
NO_SUSPENSION |
PARTIAL_SUSPENSION |
RESUME_PUMP |
TOTAL_SUSPENSION |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getText() |
static SafetyLowGlucoseSuspend |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SafetyLowGlucoseSuspend[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SafetyLowGlucoseSuspend NO_SUSPENSION
public static final SafetyLowGlucoseSuspend PARTIAL_SUSPENSION
public static final SafetyLowGlucoseSuspend TOTAL_SUSPENSION
public static final SafetyLowGlucoseSuspend CANCEL_SUSPENSION
public static final SafetyLowGlucoseSuspend RESUME_PUMP
public static SafetyLowGlucoseSuspend[] values()
for (SafetyLowGlucoseSuspend c : SafetyLowGlucoseSuspend.values()) System.out.println(c);
public static SafetyLowGlucoseSuspend valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getText()