public static enum LogManager.App extends java.lang.Enum<LogManager.App>
Enum Constant and Description |
---|
ANDROID
Cliente para Android.
|
APPLET
Applet.
|
HANDWRITTEN
Firma manuscrita digitalizada biométrica.
|
MINIAPPLET
MiniApplet.
|
OTHER
Otra.
|
SIMPLE
Firma Fácil.
|
STANDALONE
StandAlone.
|
Modifier and Type | Method and Description |
---|---|
static LogManager.App |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LogManager.App[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LogManager.App MINIAPPLET
public static final LogManager.App APPLET
public static final LogManager.App SIMPLE
public static final LogManager.App STANDALONE
public static final LogManager.App ANDROID
public static final LogManager.App HANDWRITTEN
public static final LogManager.App OTHER
public static LogManager.App[] values()
for (LogManager.App c : LogManager.App.values()) System.out.println(c);
public static LogManager.App 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