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