|
LEONARDI Application Composer - 8.9.0.40 by W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<LyLoginController.Status>
leon.control.LyLoginController.Status
public static enum LyLoginController.Status
Define the status of the login
Enum Constant Summary | |
---|---|
LOGIN_CANCELLED
The login was cancelled. |
|
LOGIN_ERROR
The login invalid, but further attempts exists. |
|
LOGIN_FAILED
The login has failed (too many unsuccessful attempt). |
|
LOGIN_IN_PROGRESS
The login is still in progress. |
|
LOGIN_INIT
The login view has not been shown yet. |
|
LOGIN_MISSING
The login could not execute : no login classInfo or fieldInfos. |
|
LOGIN_OK
The login is successful. |
Method Summary | |
---|---|
static LyLoginController.Status |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static LyLoginController.Status[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final LyLoginController.Status LOGIN_OK
public static final LyLoginController.Status LOGIN_ERROR
public static final LyLoginController.Status LOGIN_FAILED
public static final LyLoginController.Status LOGIN_CANCELLED
public static final LyLoginController.Status LOGIN_MISSING
public static final LyLoginController.Status LOGIN_INIT
public static final LyLoginController.Status LOGIN_IN_PROGRESS
Method Detail |
---|
public static LyLoginController.Status[] values()
for (LyLoginController.Status c : LyLoginController.Status.values()) System.out.println(c);
public static LyLoginController.Status 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 name
java.lang.NullPointerException
- if the argument is null
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |