public enum EnumRespiratorySignalSource extends java.lang.Enum<EnumRespiratorySignalSource>
| Enum Constant and Description |
|---|
BASELINE_DEMOLUTION_OF_ECG
The BASELIN e_ demolutio n_ o f_ ecg.
|
BELT
The BELT.
|
CO2_SENSOR
The C o2_ sensor.
|
MR_NAVIGATOR_AND_ORGAN_EDGE_DETECTION
The M r_ navigato r_ an d_ orga n_ edg e_ detection.
|
NASAL_PROBE
The NASA l_ probe.
|
NONE
The NONE.
|
PHASE
The PHASE.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumRespiratorySignalSource |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumRespiratorySignalSource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumRespiratorySignalSource NONE
public static final EnumRespiratorySignalSource BELT
public static final EnumRespiratorySignalSource NASAL_PROBE
public static final EnumRespiratorySignalSource CO2_SENSOR
public static final EnumRespiratorySignalSource MR_NAVIGATOR_AND_ORGAN_EDGE_DETECTION
public static final EnumRespiratorySignalSource PHASE
public static final EnumRespiratorySignalSource BASELINE_DEMOLUTION_OF_ECG
public static EnumRespiratorySignalSource[] values()
for (EnumRespiratorySignalSource c : EnumRespiratorySignalSource.values()) System.out.println(c);
public static EnumRespiratorySignalSource 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()