| Modifier and Type | Class and Description |
|---|---|
static class |
Schema.Datatype.Constants
Integer constants to facilitate switch constructs on
Schema.Datatype Enumeration |
| Modifier and Type | Field and Description |
|---|---|
static Schema.Datatype |
BOOL
boolean
|
static Schema.Datatype |
BYTEARRAY
An array of bytes containing Opaque data
|
static Schema.Datatype |
CHAR
Character
|
static Schema.Datatype |
CHOICE
A complex type containing a selection from a set of elements
|
static Schema.Datatype |
DATE
see
Datetime |
static Schema.Datatype |
DATETIME
see
Datetime |
static Schema.Datatype |
ENUMERATION
An opaque Enumeration type
|
static Schema.Datatype |
FLOAT32
32 bit Floating point
|
static Schema.Datatype |
FLOAT64
64 bit Floating point
|
static Schema.Datatype |
INT32
32 bit Integer
|
static Schema.Datatype |
INT64
64 bit Integer
|
static Schema.Datatype |
SEQUENCE
A complex type containing an ordered collection of one or more
elements
|
static Schema.Datatype |
STRING
String
|
static Schema.Datatype |
TIME
see
Datetime |
| Modifier and Type | Method and Description |
|---|---|
int |
intValue()
Return the integer value of the datatype to be used in Switch
constructs
|
String |
toString()
Return a String form of this datatype enumeration constant
|
static Schema.Datatype |
valueOf(int datatypeId) |
public static final Schema.Datatype BOOL
public static final Schema.Datatype BYTEARRAY
public static final Schema.Datatype CHAR
public static final Schema.Datatype DATE
Datetimepublic static final Schema.Datatype DATETIME
Datetimepublic static final Schema.Datatype ENUMERATION
public static final Schema.Datatype FLOAT32
public static final Schema.Datatype FLOAT64
public static final Schema.Datatype INT32
public static final Schema.Datatype INT64
public static final Schema.Datatype STRING
public static final Schema.Datatype TIME
Datetimepublic static final Schema.Datatype SEQUENCE
public static final Schema.Datatype CHOICE
public int intValue()
public String toString()
public static Schema.Datatype valueOf(int datatypeId)
Copyright © 2019 Bloomberg L.P.. All rights reserved.