public interface MetaType
Modifier and Type | Interface and Description |
---|---|
static class |
MetaType.MetaTypeImpl |
Modifier and Type | Method and Description |
---|---|
static MetaType |
create(int typeId,
Type<?> type) |
Type |
type()
Get the write/read type
|
int |
typeId()
Get type id from the specific MetaDataType
|