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 ConstantConstantsList.constantAt(int index) Return a read onlyConstantfrom this ConstansList at the specified indexabstract ConstantElement.findConstant(ConstantsList constantsList) Find and return a constant in the specified constantsList with the same value as this element.abstract ConstantElement.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 ConstantConstantsList.getConstant(Name name) Return a read onlyConstantfrom this ConstantsList identified by the specified nameabstract ConstantConstantsList.getConstant(String name) Return a read onlyConstantfrom this ConstantsList identified by the specified nameabstract ConstantElement.getValueAsEnumeration()Returns the value of this element as a Enumeration constantabstract ConstantElement.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 TypeMethodDescriptionvoidAppend the specified value to the named array element of this requestvoidDeprecated.abstract voidElement.appendValue(Constant value) Append the specified value to this array elementabstract booleanabstract booleanReturn true if the value at the specified index of this element is equal to the specified constantvoidSet the element of this request having the specified name to the specified value.voidDeprecated.UseRequest.set(Name, Constant)instead.abstract voidElement.setElement(Name name, Constant value) Set the named sub-element to the specified valueabstract voidElement.setElement(String name, Constant value) Deprecated.UseElement.setElement(Name, Constant)instead.abstract voidSet the value of this element to the specified value.abstract voidSet the value of this element to the specified value
Request.append(Name, Constant)instead.