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