public enum DexCompiler extends Enum<DexCompiler>
Modifier and Type | Method and Description |
---|---|
static DexCompiler |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DexCompiler |
valueOfIgnoreCase(String name) |
static DexCompiler[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DexCompiler DEX
public static final DexCompiler D8
public static DexCompiler[] values()
for (DexCompiler c : DexCompiler.values()) System.out.println(c);
public static DexCompiler 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 nullpublic static DexCompiler valueOfIgnoreCase(String name)
Copyright © 2008–2019 simpligility technologies inc.. All rights reserved.