public class UserStatus extends IntField
Modifier and Type | Field and Description |
---|---|
static int |
FIELD |
static int |
LOGGED_IN |
static int |
NOT_LOGGED_IN |
static int |
OTHER |
static int |
PASSWORD_CHANGED |
static int |
PASSWORD_INCORRECT |
static int |
USER_NOT_RECOGNISED |
Constructor and Description |
---|
UserStatus() |
UserStatus(int data) |
public static final int FIELD
public static final int LOGGED_IN
public static final int NOT_LOGGED_IN
public static final int USER_NOT_RECOGNISED
public static final int PASSWORD_INCORRECT
public static final int PASSWORD_CHANGED
public static final int OTHER
Copyright © 2016. All rights reserved.