| Modifier and Type | Field and Description |
|---|---|
static Schema.Datatype |
Schema.Datatype.BOOL
boolean
|
static Schema.Datatype |
Schema.Datatype.BYTEARRAY
An array of bytes containing Opaque data
|
static Schema.Datatype |
Schema.Datatype.CHAR
Character
|
static Schema.Datatype |
Schema.Datatype.CHOICE
A complex type containing a selection from a set of elements
|
static Schema.Datatype |
Schema.Datatype.DATE
see
Datetime |
static Schema.Datatype |
Schema.Datatype.DATETIME
see
Datetime |
static Schema.Datatype |
Schema.Datatype.ENUMERATION
An opaque Enumeration type
|
static Schema.Datatype |
Schema.Datatype.FLOAT32
32 bit Floating point
|
static Schema.Datatype |
Schema.Datatype.FLOAT64
64 bit Floating point
|
static Schema.Datatype |
Schema.Datatype.INT32
32 bit Integer
|
static Schema.Datatype |
Schema.Datatype.INT64
64 bit Integer
|
static Schema.Datatype |
Schema.Datatype.SEQUENCE
A complex type containing an ordered collection of one or more
elements
|
static Schema.Datatype |
Schema.Datatype.STRING
String
|
static Schema.Datatype |
Schema.Datatype.TIME
see
Datetime |
| Modifier and Type | Method and Description |
|---|---|
abstract Schema.Datatype |
ConstantsList.datatype()
Return the Datatype used to represent the value of this ConstantsList
|
abstract Schema.Datatype |
Constant.datatype()
Return the Datatype used to represent the value of this Constant
|
abstract Schema.Datatype |
SchemaTypeDefinition.datatype()
Return the
Schema.Datatype of this SchemaTypeDefinition |
abstract Schema.Datatype |
Element.datatype()
Returns the Datatype of this Element
|
static Schema.Datatype |
Schema.Datatype.valueOf(int datatypeId) |
Copyright © 2017 Bloomberg L.P.. All rights reserved.