Uses of Class
com.bloomberglp.blpapi.Constant
Packages that use Constant
-
Uses of Constant in com.bloomberglp.blpapi
Methods in com.bloomberglp.blpapi that return ConstantModifier and TypeMethodDescriptionabstract Constant
ConstantsList.constantAt
(int index) Return a read onlyConstant
from this ConstansList at the specified indexabstract Constant
Element.findConstant
(ConstantsList constantsList) Find and return a constant in the specified constantsList with the same value as this element.abstract Constant
Element.findConstant
(ConstantsList constantsList, int index) Find and return a constant in the specified constantLists with the value stored in this element at the given indexabstract Constant
ConstantsList.getConstant
(Name name) Return a read onlyConstant
from this ConstantsList identified by the specified nameabstract Constant
ConstantsList.getConstant
(String name) Return a read onlyConstant
from this ConstantsList identified by the specified nameabstract Constant
Element.getValueAsEnumeration()
Returns the value of this element as a Enumeration constantabstract Constant
Element.getValueAsEnumeration
(int index) Returns the value of the element at the specified index as a Enumeration constantMethods in com.bloomberglp.blpapi with parameters of type ConstantModifier and TypeMethodDescriptionvoid
Append the specified value to the named array element of this requestvoid
Deprecated.abstract void
Element.appendValue
(Constant value) Append the specified value to this array elementabstract boolean
abstract boolean
Return true if the value at the specified index of this element is equal to the specified constantvoid
Set the element of this request having the specified name to the specified value.void
Deprecated.UseRequest.set(Name, Constant)
instead.abstract void
Element.setElement
(Name name, Constant value) Set the named sub-element to the specified valueabstract void
Element.setElement
(String name, Constant value) Deprecated.UseElement.setElement(Name, Constant)
instead.abstract void
Set the value of this element to the specified value.abstract void
Set the value of this element to the specified value
Request.append(Name, Constant)
instead.