|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openintents.provider.Tag.Tags
public static final class Tag.Tags
| Field Summary | |
|---|---|
static java.lang.String |
ACCESS_DATE
The timestamp for when the tag was last modified. |
static java.lang.String |
CONTENT_ID
The id of the content. |
static Uri |
CONTENT_URI
The content:// style URL for this table |
static java.lang.String |
CREATED_DATE
The timestamp for when the tag was created. |
static java.lang.String |
DEFAULT_SORT_ORDER
The default sort order for this table. |
static java.lang.String |
DISTINCT
|
static java.lang.String |
MODIFIED_DATE
The timestamp for when the tag was last modified. |
static java.lang.String |
QUERY_TAG
The tag that the query is about. |
static java.lang.String |
QUERY_UNIQUE_TAG
|
static java.lang.String |
QUERY_URI
The Uri to be tagged that the query is about. |
static java.lang.String |
TAG_ID
The id of the tag. |
static java.lang.String |
URI_1
First URI of the relationship (usually the tag). |
static java.lang.String |
URI_2
Second URI of the relationship (usually the content). |
| Constructor Summary | |
|---|---|
Tag.Tags()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final Uri CONTENT_URI
public static final java.lang.String DEFAULT_SORT_ORDER
public static final java.lang.String TAG_ID
Type: STRING
public static final java.lang.String CONTENT_ID
Type: STRING
public static final java.lang.String CREATED_DATE
Type: INTEGER (long)
public static final java.lang.String MODIFIED_DATE
Type: INTEGER (long)
public static final java.lang.String ACCESS_DATE
Type: INTEGER (long)
public static final java.lang.String URI_1
public static final java.lang.String URI_2
public static final java.lang.String QUERY_URI
public static final java.lang.String QUERY_TAG
public static final java.lang.String DISTINCT
public static final java.lang.String QUERY_UNIQUE_TAG
| Constructor Detail |
|---|
public Tag.Tags()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||