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