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