Uses of Class
com.bloomberglp.blpapi.Element
Packages that use Element
-
Uses of Element in com.bloomberglp.blpapi
Methods in com.bloomberglp.blpapi that return ElementModifier and TypeMethodDescriptionabstract ElementElement.appendElement()If this Element is an array of Sequence or Choice Elements append a default initialized element to this element and return the appended elementabstract ElementMessage.asElement()Returns the contents of this Message as a read-onlyElement.Request.asElement()Return the contents of this Request as an element.ResolutionList.attribute(Name attributeName, CorrelationID correlationId) Deprecated.Attributes are no longer supported.ResolutionList.attributeAt(Name attributeName, int index) Deprecated.Attributes are no longer supported.abstract ElementElement.getChoice()abstract ElementElement.getElement(int position) Return the element at the specified zero based position.abstract ElementElement.getElement(Name name) Return the named sub-element, creating it if it doesn't exist if this element is modifiableabstract ElementElement.getElement(String name) Deprecated.UsegetElement(Name)instead.abstract ElementMessage.getElement(Name name) Return the element of this message having the specified name.abstract ElementMessage.getElement(String name) Deprecated.Use {Message.getElement(Name)instead.Request.getElement(Name name) Return the modifiable element of this request having the specified name creating it if doesn't exist already.Request.getElement(String name) Deprecated.UseRequest.getElement(Name)instead.abstract ElementElement.getValueAsElement()Returns the value of this element as an Elementabstract ElementElement.getValueAsElement(int index) Returns the value at the specified index in this element as an ElementElementIterator.next()Return the next contained Element in this iterationabstract ElementSet the named sub-element as the choice's selectionabstract ElementDeprecated.UsesetChoice(Name)instead.Methods in com.bloomberglp.blpapi with parameters of type ElementModifier and TypeMethodDescriptionbooleanIdentity.hasEntitlements(Element entitlements, Service service) Return true if the user has the specified entitlements for the specified ServicebooleanIdentity.hasEntitlements(Element entitlements, Service service, List<Integer> failedEntitlements) Return true if the user has the specified entitlements for the specified Service