public static final class Infection.TYPE
extends java.lang.Enum
Modifier and Type | Field and Description |
---|---|
static Infection.TYPE |
CONTAINER_VIOLATION |
static Infection.TYPE |
POLICY_VIOLATION |
static Infection.TYPE |
VIRUS |
Modifier and Type | Method and Description |
---|---|
static Infection.TYPE |
valueOf(java.lang.String name) |
static Infection.TYPE[] |
values() |
public static final Infection.TYPE VIRUS
public static final Infection.TYPE POLICY_VIOLATION
public static final Infection.TYPE CONTAINER_VIOLATION
public static Infection.TYPE[] values()
public static Infection.TYPE valueOf(java.lang.String name)