Package com.bloomberglp.blpapi
Class Schema.Datatype
java.lang.Object
com.bloomberglp.blpapi.Schema.Datatype
- Enclosing class:
- Schema
Enumerations for various data types supported in the schema.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Integer constants to facilitate switch constructs onSchema.Datatype
Enumeration -
Field Summary
Modifier and TypeFieldDescriptionstatic final Schema.Datatype
booleanstatic final Schema.Datatype
An array of bytes containing Opaque datastatic final Schema.Datatype
Characterstatic final Schema.Datatype
A complex type containing a selection from a set of elementsstatic final Schema.Datatype
seeDatetime
static final Schema.Datatype
seeDatetime
static final Schema.Datatype
An opaque Enumeration typestatic final Schema.Datatype
32 bit Floating pointstatic final Schema.Datatype
64 bit Floating pointstatic final Schema.Datatype
32 bit Integerstatic final Schema.Datatype
64 bit Integerstatic final Schema.Datatype
A complex type containing an ordered collection of one or more elementsstatic final Schema.Datatype
Stringstatic final Schema.Datatype
seeDatetime
-
Method Summary
Modifier and TypeMethodDescriptionint
intValue()
Return the integer value of the datatype to be used in Switch constructstoString()
Return a String form of this datatype enumeration constantstatic Schema.Datatype
valueOf
(int datatypeId)
-
Field Details
-
BOOL
boolean -
BYTEARRAY
An array of bytes containing Opaque data -
CHAR
Character -
DATE
seeDatetime
-
DATETIME
seeDatetime
-
ENUMERATION
An opaque Enumeration type -
FLOAT32
32 bit Floating point -
FLOAT64
64 bit Floating point -
INT32
32 bit Integer -
INT64
64 bit Integer -
STRING
String -
TIME
seeDatetime
-
SEQUENCE
A complex type containing an ordered collection of one or more elements -
CHOICE
A complex type containing a selection from a set of elements
-
-
Method Details