com.foxconn.ebook.reader.engine.util.provider
类 ERUris

java.lang.Object
  继承者 com.foxconn.ebook.reader.engine.util.provider.ERUris

public class ERUris
extends java.lang.Object

The Class ERUris.


字段摘要
static java.lang.String AUTHORITY
          The Constant AUTHORITY.
static Uri BOOK_CONTENT_URI
          The Constant BOOK_CONTENT_URI.
static Uri BOOKEMPHASIS_CONTENT_SP_URI
          The Constant BOOKEMPHASIS_CONTENT_SP_URI.
static Uri BOOKEMPHASIS_CONTENT_URI
          The Constant BOOKEMPHASIS_CONTENT_URI.
static Uri BOOKMARK_CONTENT_SP_URI
          The Constant BOOKMARK_CONTENT_SP_URI.
static Uri BOOKMARK_CONTENT_URI
          The Constant BOOKMARK_CONTENT_URI.
static Uri CONTENT_URI
          The Constant CONTENT_URI.
 
构造函数摘要
ERUris()
           
 
方法摘要
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

AUTHORITY

public static final java.lang.String AUTHORITY
The Constant AUTHORITY.

另请参见:
常量字段值

CONTENT_URI

public static final Uri CONTENT_URI
The Constant CONTENT_URI.


BOOK_CONTENT_URI

public static final Uri BOOK_CONTENT_URI
The Constant BOOK_CONTENT_URI.


BOOKMARK_CONTENT_URI

public static final Uri BOOKMARK_CONTENT_URI
The Constant BOOKMARK_CONTENT_URI.


BOOKEMPHASIS_CONTENT_URI

public static final Uri BOOKEMPHASIS_CONTENT_URI
The Constant BOOKEMPHASIS_CONTENT_URI.


BOOKMARK_CONTENT_SP_URI

public static final Uri BOOKMARK_CONTENT_SP_URI
The Constant BOOKMARK_CONTENT_SP_URI.


BOOKEMPHASIS_CONTENT_SP_URI

public static final Uri BOOKEMPHASIS_CONTENT_SP_URI
The Constant BOOKEMPHASIS_CONTENT_SP_URI.

构造函数详细信息

ERUris

public ERUris()