public enum EnumCM_AuditEventTypeCode extends java.lang.Enum<EnumCM_AuditEventTypeCode>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_AuditEventTypeCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_AuditEventTypeCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_AuditEventTypeCode APPLICATION_START
public static final EnumCM_AuditEventTypeCode APPLICATION_STOP
public static final EnumCM_AuditEventTypeCode LOGIN
public static final EnumCM_AuditEventTypeCode LOGOUT
public static final EnumCM_AuditEventTypeCode ATTACH
public static final EnumCM_AuditEventTypeCode DETACH
public static final EnumCM_AuditEventTypeCode NODE_AUTHENTICATION
public static final EnumCM_AuditEventTypeCode EMERGENCY_OVERRIDE_STARTED
public static final EnumCM_AuditEventTypeCode NETWORK_CONFIGURATION
public static final EnumCM_AuditEventTypeCode SECURITY_CONFIGURATION
public static final EnumCM_AuditEventTypeCode HARDWARE_CONFIGURATION
public static final EnumCM_AuditEventTypeCode SOFTWARE_CONFIGURATION
public static final EnumCM_AuditEventTypeCode USE_OF_RESTRICTED_FUNCTION
public static final EnumCM_AuditEventTypeCode AUDIT_RECORDING_STOPPED
public static final EnumCM_AuditEventTypeCode AUDIT_RECORDING_STARTED
public static final EnumCM_AuditEventTypeCode OBJECT_SECURITY_ATTRIBUTES_CHANGED
public static final EnumCM_AuditEventTypeCode SECURITY_ROLES_CHANGED
public static final EnumCM_AuditEventTypeCode USER_SECURITY_ATTRIBUTES_CHANGED
public static EnumCM_AuditEventTypeCode[] values()
for (EnumCM_AuditEventTypeCode c : EnumCM_AuditEventTypeCode.values()) System.out.println(c);
public static EnumCM_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()