|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectde.unikassel.android.sdcframework.provider.AbstractContentProviderData
de.unikassel.android.sdcframework.provider.TagProviderData
public final class TagProviderData
The class holding the tag provider related data.
| Field Summary | |
|---|---|
private static TagProviderData |
instance
The singleton instance |
static String |
TEXT
The tags field |
| Fields inherited from interface de.unikassel.android.sdcframework.provider.facade.ContentProviderData |
|---|
_ID, SYNCED, TIMESTAMP |
| Fields inherited from interface android.provider.BaseColumns |
|---|
_COUNT, _ID |
| Constructor Summary | |
|---|---|
private |
TagProviderData()
Constructor |
| Method Summary | |
|---|---|
String |
getContentTypeName()
Getter for the content type name |
static ContentProviderData |
getInstance()
Getter for the singleton instance |
HashMap<String,String> |
getProjectionMap()
Getter for the projection map for table column identification |
| Methods inherited from class de.unikassel.android.sdcframework.provider.AbstractContentProviderData |
|---|
getAuthority, getColumnDataType, getContentItemType, getContentType, getContentUri, getCreateTableStatement, getDBName, getDBTableName, getDBVersion |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String TEXT
private static final TagProviderData instance
| Constructor Detail |
|---|
private TagProviderData()
| Method Detail |
|---|
public static final ContentProviderData getInstance()
public String getContentTypeName()
ContentProviderData
public HashMap<String,String> getProjectionMap()
ContentProviderData
getProjectionMap in interface ContentProviderDatagetProjectionMap in class AbstractContentProviderData
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||