|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<PersistSettings.OptionType>
com.vodafone360.people.service.PersistSettings.OptionType
public static enum PersistSettings.OptionType
Definition for Settings type (boolean, string, integer, long).
| Enum Constant Summary | |
|---|---|
BOOLEAN
|
|
INTEGER
|
|
LONG
|
|
STRING
|
|
| Field Summary | |
|---|---|
private java.lang.String |
mDbType
Field name as stored in State table. |
| Method Summary | |
|---|---|
java.lang.String |
getDbType()
Return the State table field name for this item. |
static PersistSettings.OptionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static PersistSettings.OptionType[] |
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 PersistSettings.OptionType BOOLEAN
public static final PersistSettings.OptionType STRING
public static final PersistSettings.OptionType INTEGER
public static final PersistSettings.OptionType LONG
| Field Detail |
|---|
private java.lang.String mDbType
| Method Detail |
|---|
public static PersistSettings.OptionType[] values()
for (PersistSettings.OptionType c : PersistSettings.OptionType.values()) System.out.println(c);
public static PersistSettings.OptionType 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 getDbType()
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
JavaDoc