public class BcdItemTypeAsLong extends ItemType<BcdItemTypeAsLong>
| 构造器和说明 |
|---|
BcdItemTypeAsLong(int bytes,
String name) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
addSubitemImpl(Item item,
Object subitemValue) |
Item |
create() |
protected Item |
getSubitemImpl(Item item,
int key) |
protected Class |
insideValueClass() |
Item |
load(BytesLoader in) |
Item |
load(Scanner in)
允许从字符串载入数据(为数据库载入准备)
|
void |
toBytes(Object itemValue,
BytesBuilder out) |
String |
toString(Object itemValue) |
_newItem, BCD_DATE, BCD_DATETIME, BCD, BIN, BITS, BYTES_ASC, BYTES, dbParamCount, DEC, description, description, flatItemTypes, formatFlatObjects, HEX, itemValue, LIST_H4, LIST, load, load, match, name, NUM, REMAIN_BYTES, safeSetItemValue, setSubitemImpl, SNUM, statementParamImpl, STR, STRUCT, toBytes, toDoubleImpl, toFlatObject, toString, toString, 包类型public BcdItemTypeAsLong(int bytes,
String name)
public Item create()
create 在类中 ItemType<BcdItemTypeAsLong>public Item load(Scanner in)
ItemTypeload 在类中 ItemType<BcdItemTypeAsLong>in - scannerpublic Item load(BytesLoader in)
load 在类中 ItemType<BcdItemTypeAsLong>in - inpublic void toBytes(Object itemValue, BytesBuilder out)
toBytes 在类中 ItemType<BcdItemTypeAsLong>itemValue - itemValueout - builderpublic String toString(Object itemValue)
toString 在类中 ItemType<BcdItemTypeAsLong>itemValue - itemValueprotected Class insideValueClass()
insideValueClass 在类中 ItemType<BcdItemTypeAsLong>protected Item getSubitemImpl(Item item, int key)
getSubitemImpl 在类中 ItemType<BcdItemTypeAsLong>protected void addSubitemImpl(Item item, Object subitemValue)
addSubitemImpl 在类中 ItemType<BcdItemTypeAsLong>Copyright © 2022. All rights reserved.