Class Schema.Datatype

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

public static class Schema.Datatype extends Object
Enumerations for various data types supported in the schema.
  • Field Details

  • Method Details

    • intValue

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

      public String toString()
      Return a String form of this datatype enumeration constant
      Overrides:
      toString in class Object
    • valueOf

      public static Schema.Datatype valueOf(int datatypeId)