public enum EnumCV_RespiratoryStatus extends java.lang.Enum<EnumCV_RespiratoryStatus>
| Enum Constant and Description |
|---|
AUTONOMOUS_BREATHING_F_20030 |
CENTRAL_BREATHING_POSITION_122612 |
EXPIRATION_F_20020 |
INSPIRATION_F_20010 |
SHALLOW_BREATHING_F_201BD |
VALSALVA_MANEUVER_R_40928 |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_RespiratoryStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_RespiratoryStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_RespiratoryStatus INSPIRATION_F_20010
public static final EnumCV_RespiratoryStatus EXPIRATION_F_20020
public static final EnumCV_RespiratoryStatus AUTONOMOUS_BREATHING_F_20030
public static final EnumCV_RespiratoryStatus VALSALVA_MANEUVER_R_40928
public static final EnumCV_RespiratoryStatus CENTRAL_BREATHING_POSITION_122612
public static final EnumCV_RespiratoryStatus SHALLOW_BREATHING_F_201BD
public static EnumCV_RespiratoryStatus[] values()
for (EnumCV_RespiratoryStatus c : EnumCV_RespiratoryStatus.values()) System.out.println(c);
public static EnumCV_RespiratoryStatus 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 getValue()