public enum EnumCV_AuditEventTypeCode extends java.lang.Enum<EnumCV_AuditEventTypeCode>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_AuditEventTypeCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_AuditEventTypeCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_AuditEventTypeCode APPLICATION_START_110120
public static final EnumCV_AuditEventTypeCode APPLICATION_STOP_110121
public static final EnumCV_AuditEventTypeCode LOGIN_110122
public static final EnumCV_AuditEventTypeCode LOGOUT_110123
public static final EnumCV_AuditEventTypeCode ATTACH_110124
public static final EnumCV_AuditEventTypeCode DETACH_110125
public static final EnumCV_AuditEventTypeCode NODE_AUTHENTICATION_110126
public static final EnumCV_AuditEventTypeCode EMERGENCY_OVERRIDE_STARTED_110127
public static final EnumCV_AuditEventTypeCode NETWORK_CONFIGURATION_110128
public static final EnumCV_AuditEventTypeCode SECURITY_CONFIGURATION_110129
public static final EnumCV_AuditEventTypeCode HARDWARE_CONFIGURATION_110130
public static final EnumCV_AuditEventTypeCode SOFTWARE_CONFIGURATION_110131
public static final EnumCV_AuditEventTypeCode USE_OF_RESTRICTED_FUNCTION_110132
public static final EnumCV_AuditEventTypeCode AUDIT_RECORDING_STOPPED_110133
public static final EnumCV_AuditEventTypeCode AUDIT_RECORDING_STARTED_110134
public static final EnumCV_AuditEventTypeCode OBJECT_SECURITY_ATTRIBUTES_CHANGED_110135
public static final EnumCV_AuditEventTypeCode SECURITY_ROLES_CHANGED_110136
public static final EnumCV_AuditEventTypeCode USER_SECURITY_ATTRIBUTES_CHANGED_110137
public static EnumCV_AuditEventTypeCode[] values()
for (EnumCV_AuditEventTypeCode c : EnumCV_AuditEventTypeCode.values()) System.out.println(c);
public static EnumCV_AuditEventTypeCode 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()