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