org.openintents.provider
Class Tag.Tags

java.lang.Object
  extended by org.openintents.provider.Tag.Tags
Enclosing class:
Tag

public static final class Tag.Tags
extends java.lang.Object


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

CONTENT_URI

public static final Uri CONTENT_URI
The content:// style URL for this table


DEFAULT_SORT_ORDER

public static final java.lang.String DEFAULT_SORT_ORDER
The default sort order for this table.

See Also:
Constant Field Values

TAG_ID

public static final java.lang.String TAG_ID
The id of the tag.

Type: STRING

See Also:
Constant Field Values

CONTENT_ID

public static final java.lang.String CONTENT_ID
The id of the content.

Type: STRING

See Also:
Constant Field Values

CREATED_DATE

public static final java.lang.String CREATED_DATE
The timestamp for when the tag was created.

Type: INTEGER (long)

See Also:
Constant Field Values

MODIFIED_DATE

public static final java.lang.String MODIFIED_DATE
The timestamp for when the tag was last modified.

Type: INTEGER (long)

See Also:
Constant Field Values

ACCESS_DATE

public static final java.lang.String ACCESS_DATE
The timestamp for when the tag was last modified.

Type: INTEGER (long)

See Also:
Constant Field Values

URI_1

public static final java.lang.String URI_1
First URI of the relationship (usually the tag).

See Also:
Constant Field Values

URI_2

public static final java.lang.String URI_2
Second URI of the relationship (usually the content).

See Also:
Constant Field Values

QUERY_URI

public static final java.lang.String QUERY_URI
The Uri to be tagged that the query is about.

See Also:
Constant Field Values

QUERY_TAG

public static final java.lang.String QUERY_TAG
The tag that the query is about.

See Also:
Constant Field Values

DISTINCT

public static final java.lang.String DISTINCT
See Also:
Constant Field Values

QUERY_UNIQUE_TAG

public static final java.lang.String QUERY_UNIQUE_TAG
See Also:
Constant Field Values
Constructor Detail

Tag.Tags

public Tag.Tags()