public static enum AndroidDebugConfig.ModuleType extends java.lang.Enum<AndroidDebugConfig.ModuleType>
| Modifier and Type | Method and Description |
|---|---|
static <AModule extends AndroidModule> |
getModule(AndroidDebugConfig.ModuleType type) |
static AndroidDebugConfig.ModuleType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AndroidDebugConfig.ModuleType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AndroidDebugConfig.ModuleType Prod
public static final AndroidDebugConfig.ModuleType Dev
public static final AndroidDebugConfig.ModuleType Mock
public static AndroidDebugConfig.ModuleType[] values()
for (AndroidDebugConfig.ModuleType c : AndroidDebugConfig.ModuleType.values()) System.out.println(c);
public static AndroidDebugConfig.ModuleType 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 static <AModule extends AndroidModule> java.lang.Class<AModule> getModule(AndroidDebugConfig.ModuleType type)