OcaBaseDataType¶
-
class
OcaBaseDataType()¶ Enum that describes all available base datatypes.
-
OcaBaseDataType.None¶ type: OcaBaseDataType
Singleton object corresponding to the entry with value
0.
-
OcaBaseDataType.OcaBoolean¶ type: OcaBaseDataType
Singleton object corresponding to the entry with value
1.
-
OcaBaseDataType.OcaInt8¶ type: OcaBaseDataType
Singleton object corresponding to the entry with value
2.
-
OcaBaseDataType.OcaInt16¶ type: OcaBaseDataType
Singleton object corresponding to the entry with value
3.
-
OcaBaseDataType.OcaInt32¶ type: OcaBaseDataType
Singleton object corresponding to the entry with value
4.
-
OcaBaseDataType.OcaInt64¶ type: OcaBaseDataType
Singleton object corresponding to the entry with value
5.
-
OcaBaseDataType.OcaUint8¶ type: OcaBaseDataType
Singleton object corresponding to the entry with value
6.
-
OcaBaseDataType.OcaUint16¶ type: OcaBaseDataType
Singleton object corresponding to the entry with value
7.
-
OcaBaseDataType.OcaUint32¶ type: OcaBaseDataType
Singleton object corresponding to the entry with value
8.
-
OcaBaseDataType.OcaUint64¶ type: OcaBaseDataType
Singleton object corresponding to the entry with value
9.
-
OcaBaseDataType.OcaFloat32¶ type: OcaBaseDataType
Singleton object corresponding to the entry with value
10.
-
OcaBaseDataType.OcaFloat64¶ type: OcaBaseDataType
Singleton object corresponding to the entry with value
11.
-
OcaBaseDataType.OcaString¶ type: OcaBaseDataType
Singleton object corresponding to the entry with value
12.
-
OcaBaseDataType.OcaBitstring¶ type: OcaBaseDataType
Singleton object corresponding to the entry with value
13.
-
OcaBaseDataType.OcaBlob¶ type: OcaBaseDataType
Singleton object corresponding to the entry with value
14.
-
OcaBaseDataType.OcaBlobFixedLen¶ type: OcaBaseDataType
Singleton object corresponding to the entry with value
15.
-
OcaBaseDataType.OcaBit¶ type: OcaBaseDataType
Singleton object corresponding to the entry with value
16.
-