|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<StateTable.Field> com.vodafone360.people.database.tables.StateTable.Field
private static enum StateTable.Field
An enumeration of all the field names in the database.
Enum Constant Summary | |
---|---|
AUTOCONNECT
|
|
CONTACTSREVISION
Contacts revision, @see CAPI contacts/getcontactchanges(). |
|
LASTMMSUPDATE
Newest MMS timestamp, @see FetchSMSLogEvents. |
|
LASTPHONECALLUPDATE
Newest phone call timestamp, @see FetchCallLogEvents. |
|
LASTSMSUPDATE
Newest SMS timestamp, @see FetchSmsLogEvents. |
|
LASTSTATUSUPDATE
Newest status timestamp, @see ActivitiesEngine. |
|
MEPROFILEAVATARCHANGED
A flag to indicate the user avatar change. |
|
MEPROFILEREVISION
Me profile revision number, used to call for "Me Profile" update. |
|
MOBILENO
360 user mobile phone number. |
|
MYCONTACTCHANGED
Database state change flags. |
|
MYCONTACTID
Me profile user local contact id. |
|
MYCONTACTPICTURECHANGED
Contact picture needs updating flag. |
|
NATIVEDBCHANGED
Native database changes flag. |
|
OLDESTMMS
Oldest MMS timestamp, @see FetchSMSLogEvents. |
|
OLDESTPHONECALL
Oldest phone call timestamp, @see FetchCallLogEvents. |
|
OLDESTSMS
Oldest SMS timestamp, @see FetchSMSLogEvents. |
|
OLDESTSTATUSUPDATE
Oldest status timestamp, @see ActivitiesEngine. |
|
PASSWORD
360 user password. |
|
PUBLICKEYBASE64
Security certificate public key string. |
|
PUBLICKEYEXPONENTIAL
Security certificate public key exponential. |
|
PUBLICKEYMODULO
Security certificate public key modulus. |
|
PUBLICKEYX509
Security certificate public key X509 format. |
|
REGISTRATIONCOMPLETE
TRUE if the registration/signing in process is successfully complete. |
|
REMEMBERME
|
|
SESSIONID
360 session id. |
|
SESSIONSECRET
Secret number. |
|
SESSIONUSERID
Me profile 360 session user id. |
|
SESSIONUSERNAME
Me profile 360 session user name. |
|
STATEID
primary key. |
|
SUBSCIBERID
|
|
USERNAME
360 user name. |
Field Summary | |
---|---|
private java.lang.String |
mField
The name of the field as it appears in the database. |
Method Summary | |
---|---|
java.lang.String |
toString()
|
static StateTable.Field |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static StateTable.Field[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final StateTable.Field STATEID
public static final StateTable.Field USERNAME
public static final StateTable.Field PASSWORD
public static final StateTable.Field MOBILENO
public static final StateTable.Field SUBSCIBERID
LoginDetails.
public static final StateTable.Field REMEMBERME
LoginDetails.
public static final StateTable.Field AUTOCONNECT
LoginDetails.
public static final StateTable.Field CONTACTSREVISION
public static final StateTable.Field REGISTRATIONCOMPLETE
public static final StateTable.Field SESSIONID
public static final StateTable.Field SESSIONSECRET
public static final StateTable.Field SESSIONUSERID
public static final StateTable.Field SESSIONUSERNAME
public static final StateTable.Field MYCONTACTID
public static final StateTable.Field PUBLICKEYEXPONENTIAL
public static final StateTable.Field PUBLICKEYMODULO
public static final StateTable.Field PUBLICKEYBASE64
public static final StateTable.Field PUBLICKEYX509
public static final StateTable.Field MYCONTACTCHANGED
public static final StateTable.Field MYCONTACTPICTURECHANGED
public static final StateTable.Field NATIVEDBCHANGED
public static final StateTable.Field LASTSTATUSUPDATE
public static final StateTable.Field OLDESTSTATUSUPDATE
public static final StateTable.Field LASTPHONECALLUPDATE
public static final StateTable.Field OLDESTPHONECALL
public static final StateTable.Field LASTSMSUPDATE
public static final StateTable.Field OLDESTSMS
public static final StateTable.Field LASTMMSUPDATE
public static final StateTable.Field OLDESTMMS
public static final StateTable.Field MEPROFILEREVISION
public static final StateTable.Field MEPROFILEAVATARCHANGED
Field Detail |
---|
private java.lang.String mField
Method Detail |
---|
public static StateTable.Field[] values()
for (StateTable.Field c : StateTable.Field.values()) System.out.println(c);
public static StateTable.Field 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 nullpublic java.lang.String toString()
toString
in class java.lang.Enum<StateTable.Field>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
JavaDoc