|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造函数 | 方法 | 详细信息: 字段 | 构造函数 | 方法 |
java.lang.Objectcom.foxconn.ebook.reader.engine.model.Book.MetaData
public static class Book.MetaData
書籍的META信息標識類.
字段摘要 | |
---|---|
static int |
DATA_SIZE
該結構中信息的數量,通常為最後標識+1. |
static int |
META_AUTHOR
書籍的作者. |
static int |
META_ENCODING
書籍的編碼. |
static int |
META_LANGUAGE
書籍的語言. |
static int |
META_PUBLISHER
書籍的發布者. |
static int |
META_TITLE
書籍的標題. |
方法摘要 | |
---|---|
java.lang.String |
getValue(int type)
根據type值獲取字段信息. |
boolean |
isEmpty()
檢查META信息是否為空. |
void |
setValue(int type,
java.lang.String value)
設置對應字段信息的值. |
从类 java.lang.Object 继承的方法 |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
字段详细信息 |
---|
public static final int META_TITLE
public static final int META_AUTHOR
public static final int META_PUBLISHER
public static final int META_ENCODING
public static final int META_LANGUAGE
public static final int DATA_SIZE
方法详细信息 |
---|
public java.lang.String getValue(int type)
type
- 字段標識
public void setValue(int type, java.lang.String value)
type
- 字段信息value
- 字段信息值public boolean isEmpty()
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造函数 | 方法 | 详细信息: 字段 | 构造函数 | 方法 |