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