public static enum Utils.CONTENT_TYPES extends java.lang.Enum<Utils.CONTENT_TYPES>
| Modifier and Type | Method and Description |
|---|---|
static Utils.CONTENT_TYPES |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Utils.CONTENT_TYPES[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Utils.CONTENT_TYPES APP
public static final Utils.CONTENT_TYPES FILE
public static final Utils.CONTENT_TYPES FOLDER
public static final Utils.CONTENT_TYPES URL
public static final Utils.CONTENT_TYPES UNKNOW
public static Utils.CONTENT_TYPES[] values()
for (Utils.CONTENT_TYPES c : Utils.CONTENT_TYPES.values()) System.out.println(c);
public static Utils.CONTENT_TYPES 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