| Package | Description |
|---|---|
| com.bloomberglp.blpapi |
| Modifier and Type | Method and Description |
|---|---|
abstract Constant |
ConstantsList.constantAt(int index)
Return a read only
Constant from this ConstansList at the
specified index |
abstract 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
|
abstract Constant |
ConstantsList.getConstant(Name name)
Return a read only
Constant from this ConstantsList identified
by the specified name |
abstract Constant |
ConstantsList.getConstant(String name)
Return a read only
Constant from this ConstantsList identified
by the specified name |
abstract Constant |
Element.getValueAsEnumeration()
Returns the value of this element as a Enumeration constant
|
abstract Constant |
Element.getValueAsEnumeration(int index)
Returns the value of the element at the specified index as a Enumeration
constant
|
| Modifier and Type | Method and Description |
|---|---|
void |
Request.append(Name name,
Constant value)
Append the specified value to the named array element of this request
|
void |
Request.append(String name,
Constant value)
Append the specified value to the named array element of this request
|
abstract void |
Element.appendValue(Constant value)
Append the specified value to this array element
|
abstract boolean |
Element.isEqualTo(Constant constant) |
abstract boolean |
Element.isEqualTo(Constant constant,
int index)
Return true if the value at the specified index of this element is equal
to the specified constant
|
void |
Request.set(Name name,
Constant value)
Set the element of this request having the specified name to the
specified value.
|
void |
Request.set(String name,
Constant value)
Set the element of this request having the specified name to the
specified value.
|
abstract void |
Element.setElement(Name name,
Constant value)
Set the named sub-element to the specified value
|
abstract void |
Element.setElement(String name,
Constant value)
Set the named sub-element to the specified value
|
abstract void |
Element.setValue(Constant constant)
Set the value of this element to the specified value.
|
abstract void |
Element.setValue(Constant constant,
int index)
Set the value of this element to the specified value
|
Copyright © 2021 Bloomberg L.P.. All rights reserved.