OData Primitives
OData primitives are the data types supported by the OData standard.
The following table lists the OData primitives that are supported by the framework.
The table also shows the recommended mapping of OData primitives to Windchill and Java types.
Framework Type
OData Type
Windchill/Java Type
SByte
Edm.SByte
byte, java.lang.Byte
String
Edm.String
char, java.lang.Character
Int16
Edm.Int16
short, java.lang.Short
Int32
Edm.Int32
int, java.lang.Integer
Int64
Edm.Int64
long, java.lang.Long
Single
Edm.Single
float, java.lang.Float
Double
Edm.Double
double, java.lang.Double
Boolean
Edm.Boolean
Boolean, java.lang.Boolean
String
Edm.String
String
DateTimeOffset
Edm.DateTimeOffset
Timestamp