Uses of Class
com.bloomberglp.blpapi.Element

Uses of Element in com.bloomberglp.blpapi
 

Methods in com.bloomberglp.blpapi that return Element
abstract  Element Element.appendElement()
          If this Element is an array of Sequence or Choice Elements append a default initialized element to this element and return the appended element
abstract  Element Message.asElement()
          Returns the contents of this Message as a read-only Element.
 Element Request.asElement()
          Return the contents of this Request as an element.
 Element ResolutionList.attribute(Name attributeName, CorrelationID correlationId)
           
 Element ResolutionList.attributeAt(Name attributeName, int index)
           
abstract  Element Element.getChoice()
           
abstract  Element Element.getElement(int position)
          Return the element at the specified zero based position.
abstract  Element Message.getElement(Name name)
          Return the element of this message having the specified name.
 Element Request.getElement(Name name)
          Return the modifiable element of this request having the specified name creating it if doesn't exist already.
abstract  Element Element.getElement(Name name)
          Return the named sub-element, creating it if it doesn't exist if this element is modifiable
abstract  Element Message.getElement(java.lang.String name)
          Return the element of this message having the specified name.
 Element Request.getElement(java.lang.String name)
          Return the modifiable element of this request having the specified name creating it if doesn't exist already.
abstract  Element Element.getElement(java.lang.String name)
          Return the named sub-element, creating it if it doesn't exist if this element is modifiable
abstract  Element Element.getValueAsElement()
          Returns the value of this element as an Element
abstract  Element Element.getValueAsElement(int index)
          Returns the value at the specified index in this element as an Element
 Element ElementIterator.next()
          Return the next contained Element in this iteration
abstract  Element Element.setChoice(Name name)
          Set the named sub-element as the choice's selection
abstract  Element Element.setChoice(java.lang.String name)
          Set the named sub-element as the choice's selection
 

Methods in com.bloomberglp.blpapi with parameters of type Element
 boolean Identity.hasEntitlements(Element entitlements, Service service)
          Return true if the user has the specified entitlements for the specified Service
 boolean Identity.hasEntitlements(Element entitlements, Service service, java.util.List<java.lang.Integer> failedEntitlements)
          Return true if the user has the specified entitlements for the specified Service
 



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