public static enum MiniAapt.ResourceCollectionType extends Enum<MiniAapt.ResourceCollectionType>
| Enum Constant and Description |
|---|
ANDROID_RESOURCE_INDEX |
R_DOT_TXT |
| Modifier and Type | Method and Description |
|---|---|
static MiniAapt.ResourceCollectionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MiniAapt.ResourceCollectionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MiniAapt.ResourceCollectionType R_DOT_TXT
public static final MiniAapt.ResourceCollectionType ANDROID_RESOURCE_INDEX
public static MiniAapt.ResourceCollectionType[] values()
for (MiniAapt.ResourceCollectionType c : MiniAapt.ResourceCollectionType.values()) System.out.println(c);
public static MiniAapt.ResourceCollectionType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null