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