public enum ProtectAnywhereSettingsActionLogType extends Enum<ProtectAnywhereSettingsActionLogType>
Enum Constant and Description |
---|
DISABLE_PROTECT_ANYWHERE
Disable Protector
|
ENABLE_PROTECT_ANYWHERE
Enable Protector
|
Modifier and Type | Method and Description |
---|---|
static ProtectAnywhereSettingsActionLogType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProtectAnywhereSettingsActionLogType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProtectAnywhereSettingsActionLogType ENABLE_PROTECT_ANYWHERE
public static final ProtectAnywhereSettingsActionLogType DISABLE_PROTECT_ANYWHERE
public static ProtectAnywhereSettingsActionLogType[] values()
for (ProtectAnywhereSettingsActionLogType c : ProtectAnywhereSettingsActionLogType.values()) System.out.println(c);
public static ProtectAnywhereSettingsActionLogType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2019. All rights reserved.