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