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