LEONARDI Application Composer - 8.9.0.40 by W4 S.A.

leon.control
Enum LyLoginController.Status

java.lang.Object
  extended by java.lang.Enum<LyLoginController.Status>
      extended by leon.control.LyLoginController.Status
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<LyLoginController.Status>
Enclosing class:
LyLoginController

public static enum LyLoginController.Status
extends java.lang.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

LOGIN_OK

public static final LyLoginController.Status LOGIN_OK
The login is successful.


LOGIN_ERROR

public static final LyLoginController.Status LOGIN_ERROR
The login invalid, but further attempts exists.


LOGIN_FAILED

public static final LyLoginController.Status LOGIN_FAILED
The login has failed (too many unsuccessful attempt).


LOGIN_CANCELLED

public static final LyLoginController.Status LOGIN_CANCELLED
The login was cancelled.


LOGIN_MISSING

public static final LyLoginController.Status LOGIN_MISSING
The login could not execute : no login classInfo or fieldInfos.


LOGIN_INIT

public static final LyLoginController.Status LOGIN_INIT
The login view has not been shown yet.


LOGIN_IN_PROGRESS

public static final LyLoginController.Status LOGIN_IN_PROGRESS
The login is still in progress. View should be visible.

Method Detail

values

public static LyLoginController.Status[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (LyLoginController.Status c : LyLoginController.Status.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static LyLoginController.Status valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
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.

Website: W4 S.A., contact us: support@w4global.com