|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<ActivitiesTable.TimelineNativeTypes> com.vodafone360.people.database.tables.ActivitiesTable.TimelineNativeTypes
public static enum ActivitiesTable.TimelineNativeTypes
An enumeration of supported timeline types.
Enum Constant Summary | |
---|---|
CallLog
Call log type. |
|
ChatLog
Chat log type. |
|
MmsLog
MMS log type. |
|
SmsLog
SMS log type. |
Method Summary | |
---|---|
static ActivitiesTable.TimelineNativeTypes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ActivitiesTable.TimelineNativeTypes[] |
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, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ActivitiesTable.TimelineNativeTypes CallLog
public static final ActivitiesTable.TimelineNativeTypes SmsLog
public static final ActivitiesTable.TimelineNativeTypes MmsLog
public static final ActivitiesTable.TimelineNativeTypes ChatLog
Method Detail |
---|
public static ActivitiesTable.TimelineNativeTypes[] values()
for (ActivitiesTable.TimelineNativeTypes c : ActivitiesTable.TimelineNativeTypes.values()) System.out.println(c);
public static ActivitiesTable.TimelineNativeTypes 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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
JavaDoc