Uses of Class
com.bloomberglp.blpapi.Schema.Datatype
-
Uses of Schema.Datatype in com.bloomberglp.blpapi
Modifier and TypeFieldDescriptionstatic final Schema.Datatype
Schema.Datatype.BOOL
booleanstatic final Schema.Datatype
Schema.Datatype.BYTEARRAY
An array of bytes containing Opaque datastatic final Schema.Datatype
Schema.Datatype.CHAR
Characterstatic final Schema.Datatype
Schema.Datatype.CHOICE
A complex type containing a selection from a set of elementsstatic final Schema.Datatype
Schema.Datatype.DATE
seeDatetime
static final Schema.Datatype
Schema.Datatype.DATETIME
seeDatetime
static final Schema.Datatype
Schema.Datatype.ENUMERATION
An opaque Enumeration typestatic final Schema.Datatype
Schema.Datatype.FLOAT32
32 bit Floating pointstatic final Schema.Datatype
Schema.Datatype.FLOAT64
64 bit Floating pointstatic final Schema.Datatype
Schema.Datatype.INT32
32 bit Integerstatic final Schema.Datatype
Schema.Datatype.INT64
64 bit Integerstatic final Schema.Datatype
Schema.Datatype.SEQUENCE
A complex type containing an ordered collection of one or more elementsstatic final Schema.Datatype
Schema.Datatype.STRING
Stringstatic final Schema.Datatype
Schema.Datatype.TIME
seeDatetime
Modifier and TypeMethodDescriptionabstract Schema.Datatype
Constant.datatype()
Return the Datatype used to represent the value of this Constantabstract Schema.Datatype
ConstantsList.datatype()
Return the Datatype used to represent the value of this ConstantsListabstract Schema.Datatype
Element.datatype()
Returns the Datatype of this Elementabstract Schema.Datatype
SchemaTypeDefinition.datatype()
Return theSchema.Datatype
of this SchemaTypeDefinitionstatic Schema.Datatype
Schema.Datatype.valueOf
(int datatypeId)