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