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