public enum EPublishedFileInappropriateResult extends java.lang.Enum<EPublishedFileInappropriateResult>
| Enum Constant and Description |
|---|
Likely |
NotScanned |
Possible |
Unlikely |
VeryLikely |
VeryUnlikely |
| Modifier and Type | Method and Description |
|---|---|
int |
code() |
static EPublishedFileInappropriateResult |
from(int code) |
static EPublishedFileInappropriateResult |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EPublishedFileInappropriateResult[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EPublishedFileInappropriateResult NotScanned
public static final EPublishedFileInappropriateResult VeryUnlikely
public static final EPublishedFileInappropriateResult Unlikely
public static final EPublishedFileInappropriateResult Possible
public static final EPublishedFileInappropriateResult Likely
public static final EPublishedFileInappropriateResult VeryLikely
public static EPublishedFileInappropriateResult[] values()
for (EPublishedFileInappropriateResult c : EPublishedFileInappropriateResult.values()) System.out.println(c);
public static EPublishedFileInappropriateResult 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 int code()
public static EPublishedFileInappropriateResult from(int code)