public static enum AVScannerResult.STATUS extends java.lang.Enum<AVScannerResult.STATUS>
Enum Constant and Description |
---|
CLEANED |
ERROR |
INFECTED |
NO_LICENSE |
OK |
VIOLATION |
Modifier and Type | Method and Description |
---|---|
static AVScannerResult.STATUS |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AVScannerResult.STATUS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AVScannerResult.STATUS OK
public static final AVScannerResult.STATUS INFECTED
public static final AVScannerResult.STATUS VIOLATION
public static final AVScannerResult.STATUS CLEANED
public static final AVScannerResult.STATUS ERROR
public static final AVScannerResult.STATUS NO_LICENSE
public static AVScannerResult.STATUS[] values()
for (AVScannerResult.STATUS c : AVScannerResult.STATUS.values()) System.out.println(c);
public static AVScannerResult.STATUS 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 null