Uses of Class
com.bloomberglp.blpapi.Schema.Datatype

Uses of Schema.Datatype in com.bloomberglp.blpapi
 

Fields in com.bloomberglp.blpapi declared as Schema.Datatype
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
 

Methods in com.bloomberglp.blpapi that return Schema.Datatype
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 © 2015 Bloomberg L.P.. All Rights Reserved.