com.bloomberglp.blpapi
Class Schema.Datatype

java.lang.Object
  extended by com.bloomberglp.blpapi.Schema.Datatype
Enclosing class:
Schema

public static class Schema.Datatype
extends java.lang.Object

Enumerations for various data types supported in the schema.

Author:
ssomu

Nested Class Summary
static class Schema.Datatype.Constants
          Integer constants to facilitate switch constructs on Schema.Datatype Enumeration
 
Field Summary
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
 
Method Summary
 int intValue()
          Return the integer value of the datatype to be used in Switch constructs
 java.lang.String toString()
          Return a String form of this datatype enumeration constant
static Schema.Datatype valueOf(int datatypeId)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

BOOL

public static final Schema.Datatype BOOL
boolean


BYTEARRAY

public static final Schema.Datatype BYTEARRAY
An array of bytes containing Opaque data


CHAR

public static final Schema.Datatype CHAR
Character


DATE

public static final Schema.Datatype DATE
see Datetime


DATETIME

public static final Schema.Datatype DATETIME
see Datetime


ENUMERATION

public static final Schema.Datatype ENUMERATION
An opaque Enumeration type


FLOAT32

public static final Schema.Datatype FLOAT32
32 bit Floating point


FLOAT64

public static final Schema.Datatype FLOAT64
64 bit Floating point


INT32

public static final Schema.Datatype INT32
32 bit Integer


INT64

public static final Schema.Datatype INT64
64 bit Integer


STRING

public static final Schema.Datatype STRING
String


TIME

public static final Schema.Datatype TIME
see Datetime


SEQUENCE

public static final Schema.Datatype SEQUENCE
A complex type containing an ordered collection of one or more elements


CHOICE

public static final Schema.Datatype CHOICE
A complex type containing a selection from a set of elements

Method Detail

intValue

public int intValue()
Return the integer value of the datatype to be used in Switch constructs


toString

public java.lang.String toString()
Return a String form of this datatype enumeration constant

Overrides:
toString in class java.lang.Object

valueOf

public static Schema.Datatype valueOf(int datatypeId)


Copyright © 2015 Bloomberg L.P.. All Rights Reserved.