public class DocumentDtObject
extends cn.weforward.protocol.support.datatype.AbstractDtObject
implements cn.weforward.protocol.datatype.DtObject
| 限定符和类型 | 字段和说明 |
|---|---|
protected org.bson.Document |
m_Doc |
| 限定符 | 构造器和说明 |
|---|---|
protected |
DocumentDtObject(org.bson.Document doc) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected cn.weforward.protocol.datatype.DtBase |
getAttributeInner(String name) |
Enumeration<String> |
getAttributeNames() |
Enumeration<cn.weforward.common.KvPair<String,cn.weforward.protocol.datatype.DtBase>> |
getAttributes() |
int |
getAttributeSize() |
cn.weforward.protocol.datatype.DataType |
type() |
static DocumentDtObject |
valueOf(org.bson.Document doc) |
getAttribute, getAttribute, getBoolean, getDate, getList, getNumber, getObject, getStringpublic static DocumentDtObject valueOf(org.bson.Document doc)
public cn.weforward.protocol.datatype.DataType type()
type 在接口中 cn.weforward.protocol.datatype.DtBasetype 在类中 cn.weforward.protocol.support.datatype.AbstractDtObjectpublic Enumeration<String> getAttributeNames()
getAttributeNames 在接口中 cn.weforward.protocol.datatype.DtObjectpublic Enumeration<cn.weforward.common.KvPair<String,cn.weforward.protocol.datatype.DtBase>> getAttributes()
getAttributes 在接口中 cn.weforward.protocol.datatype.DtObjectgetAttributes 在类中 cn.weforward.protocol.support.datatype.AbstractDtObjectpublic int getAttributeSize()
getAttributeSize 在接口中 cn.weforward.protocol.datatype.DtObjectprotected cn.weforward.protocol.datatype.DtBase getAttributeInner(String name)
getAttributeInner 在类中 cn.weforward.protocol.support.datatype.AbstractDtObjectCopyright © 2022. All rights reserved.