|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectggz.client.core.LoginType
public class LoginType
This controls the type of login a user chooses. A different value will require different information to be sent to the server.
Field Summary | |
---|---|
static LoginType |
GGZ_LOGIN
Standard login; uname and correct passwd needed. |
static LoginType |
GGZ_LOGIN_GUEST
Guest login; only a uname is required. |
static LoginType |
GGZ_LOGIN_NEW
New user login; only a uname is required. |
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final LoginType GGZ_LOGIN
public static final LoginType GGZ_LOGIN_GUEST
public static final LoginType GGZ_LOGIN_NEW
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |