| 注释类型 | 说明 |
|---|---|
| ArrayType |
Array type.
|
| BinaryType |
Binary type, corresponding to Java byte array.
|
| BoolType |
Boolean type, corresponding to Java Boolean/boolean.
|
| ByteType |
Byte type, corresponding to Java Byte/byte.
|
| CharType |
Character type, corresponding to Java Character/char.
|
| DoubleType |
Double type, corresponding to Java Double/double.
|
| EnumType |
Float type, corresponding to Java Float/float.
|
| FloatType |
Float type, corresponding to Java Float/float.
|
| Int16Type |
Integer16 type, corresponding to Java Integer/int.
|
| Int32Type |
Integer type, corresponding to Java Integer/int.
|
| Int64Type |
Long type, corresponding to Java Long/long.
|
| Int8Type |
Integer8 type, corresponding to Java Integer/int.
|
| ListType |
List type.
|
| ShortType |
Short type, corresponding to Java Short/short.
|
| StringType |
String type, corresponding to Java String.
|
| TimeType |
Timestamp type, corresponding to Java java.sql.Timestamp.
|
| UInt16Type |
Integer type, corresponding to Java Integer/int.
|
| UInt32Type |
Long type, corresponding to Java Long/long.
|
| UInt64Type |
uint64 type, corresponding to Java BigInteger.
|
| UInt8Type |
Integer type, corresponding to Java Integer/int.
|
Copyright © 2019–2022 indunet. All rights reserved.