Uses of Class
com.bloomberglp.blpapi.Constant

Uses of Constant in com.bloomberglp.blpapi
 

Methods in com.bloomberglp.blpapi that return Constant
abstract  Constant ConstantsList.constantAt(int index)
          Return a read only Constant from this ConstansList at the specified index
abstract  Constant Element.findConstant(ConstantsList constantsList)
           
abstract  Constant Element.findConstant(ConstantsList constantsList, int index)
           
abstract  Constant ConstantsList.getConstant(Name name)
          Return a read only Constant from this ConstantsList identified by the specified name
abstract  Constant ConstantsList.getConstant(java.lang.String name)
          Return a read only Constant from this ConstantsList identified by the specified name
abstract  Constant Element.getValueAsEnumeration()
          Returns the value of this element as a Enumeration constant
abstract  Constant Element.getValueAsEnumeration(int index)
          Returns the value of the element at the specified index as a Enumeration constant
 

Methods in com.bloomberglp.blpapi with parameters of type Constant
 void Request.append(Name name, Constant value)
          Append the specified value to the named array element of this request
 void Request.append(java.lang.String name, Constant value)
          Append the specified value to the named array element of this request
abstract  void Element.appendValue(Constant value)
          Append the specified value to this array element
abstract  boolean Element.isEqualTo(Constant constant)
           
abstract  boolean Element.isEqualTo(Constant constant, int index)
          Return true if the value at the specified index of this element is equal to the specified constant
 void Request.set(Name name, Constant value)
          Set the element of this request having the specified name to the specified value.
 void Request.set(java.lang.String name, Constant value)
          Set the element of this request having the specified name to the specified value.
abstract  void Element.setElement(Name name, Constant value)
          Set the named sub-element to the specified value
abstract  void Element.setElement(java.lang.String name, Constant value)
          Set the named sub-element to the specified value
abstract  void Element.setValue(Constant constant)
          Set the value of this element to the specified value.
abstract  void Element.setValue(Constant constant, int index)
          Set the value of this element to the specified value
 



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