public static enum AntiMalwareEvent.EnumMalwareType extends java.lang.Enum<AntiMalwareEvent.EnumMalwareType>
| Modifier and Type | Method and Description |
|---|---|
static AntiMalwareEvent.EnumMalwareType |
fromValue(java.lang.String s) |
java.lang.String |
getValue() |
static AntiMalwareEvent.EnumMalwareType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AntiMalwareEvent.EnumMalwareType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AntiMalwareEvent.EnumMalwareType GENERAL
public static final AntiMalwareEvent.EnumMalwareType SPYWARE
public static AntiMalwareEvent.EnumMalwareType[] values()
for (AntiMalwareEvent.EnumMalwareType c : AntiMalwareEvent.EnumMalwareType.values()) System.out.println(c);
public static AntiMalwareEvent.EnumMalwareType 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()
public static AntiMalwareEvent.EnumMalwareType fromValue(java.lang.String s)
Copyright © 2015 Trend Micro Inc. All Rights Reserved.