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