Uses of Class
com.bloomberglp.blpapi.ConstantsList
Packages that use ConstantsList
-
Uses of ConstantsList in com.bloomberglp.blpapi
Methods in com.bloomberglp.blpapi that return ConstantsListModifier and TypeMethodDescriptionabstract ConstantsList
SchemaTypeDefinition.enumeration()
Return aConstantsList
of all the enumerators for this SchemaTypeDefinition if this type is an Enumeration type.abstract ConstantsList
Constraint.values()
Methods in com.bloomberglp.blpapi with parameters of type ConstantsListModifier and TypeMethodDescriptionabstract 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 index