public enum EnumCV_WorkitemDefinition extends java.lang.Enum<EnumCV_WorkitemDefinition>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_WorkitemDefinition |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_WorkitemDefinition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_WorkitemDefinition IMAGE_PROCESSING_110001
public static final EnumCV_WorkitemDefinition QUALITY_CONTROL_110002
public static final EnumCV_WorkitemDefinition COMPUTER_AIDED_DIAGNOSIS_110003
public static final EnumCV_WorkitemDefinition COMPUTER_AIDED_DETECTION_110004
public static final EnumCV_WorkitemDefinition INTERPRETATION_110005
public static final EnumCV_WorkitemDefinition TRANSCRIPTION_110006
public static final EnumCV_WorkitemDefinition REPORT_VERIFICATION_110007
public static final EnumCV_WorkitemDefinition PRINT_110008
public static final EnumCV_WorkitemDefinition NO_SUBSEQUENT_WORKITEMS_110009
public static final EnumCV_WorkitemDefinition MEDIA_IMPORT_110013
public static EnumCV_WorkitemDefinition[] values()
for (EnumCV_WorkitemDefinition c : EnumCV_WorkitemDefinition.values()) System.out.println(c);
public static EnumCV_WorkitemDefinition 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()