public enum EnumCV_AuditEventID extends java.lang.Enum<EnumCV_AuditEventID>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_AuditEventID |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_AuditEventID[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_AuditEventID APPLICATION_ACTIVITY_110100
public static final EnumCV_AuditEventID AUDIT_LOG_USED_110101
public static final EnumCV_AuditEventID BEGIN_TRANSFERRING_DICOM_INSTANCES_110102
public static final EnumCV_AuditEventID DICOM_INSTANCES_ACCESSED_110103
public static final EnumCV_AuditEventID DICOM_INSTANCES_TRANSFERRED_110104
public static final EnumCV_AuditEventID DICOM_STUDY_DELETED_110105
public static final EnumCV_AuditEventID EXPORT_110106
public static final EnumCV_AuditEventID IMPORT_110107
public static final EnumCV_AuditEventID NETWORK_ENTRY_110108
public static final EnumCV_AuditEventID QUERY_110112
public static final EnumCV_AuditEventID SECURITY_ALERT_110113
public static final EnumCV_AuditEventID USER_AUTHENTICATION_110114
public static EnumCV_AuditEventID[] values()
for (EnumCV_AuditEventID c : EnumCV_AuditEventID.values()) System.out.println(c);
public static EnumCV_AuditEventID 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()