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