| Package | Description |
|---|---|
| com.bloomberglp.blpapi | |
| com.bloomberglp.blpapi.test |
| Modifier and Type | Method and Description |
|---|---|
abstract SchemaElementDefinition |
Element.elementDefinition()
Return a reference to the read-only element definition object that
defines the properties of this elements value.
|
abstract SchemaElementDefinition |
SchemaTypeDefinition.getElementDefinition(int index)
Return the ElementDefinition at the specified index in this
SchemaTypeDefinition
|
abstract SchemaElementDefinition |
SchemaTypeDefinition.getElementDefinition(Name name)
Return the ElementDefinition with the specified name in this
SchemaTypeDefinition
|
abstract SchemaElementDefinition |
SchemaTypeDefinition.getElementDefinition(String name)
Return the ElementDefinition with the specified name in this
SchemaTypeDefinition
|
abstract SchemaElementDefinition |
Service.getEventDefinition(int index)
Return the
SchemaElementDefinition of the event of this Service
at the specified index |
abstract SchemaElementDefinition |
Service.getEventDefinition(Name name)
Return the
SchemaElementDefinition of the event of this Service
with the specified name |
abstract SchemaElementDefinition |
Service.getEventDefinition(String name)
Return the
SchemaElementDefinition of the event of this Service
with the specified name |
abstract SchemaElementDefinition |
Operation.requestDefinition()
Returns a read-only SchemaElementDefinition which defines the schema for
this Operation
|
abstract SchemaElementDefinition |
Operation.responseDefinition(int index)
Returns a read-only SchemaElementDefinition which defines the schema of
the 'index'th possible response that this Operation delivers.
|
abstract SchemaElementDefinition |
Operation.responseDefinition(Name name)
Returns a read-only
SchemaElementDefinition which defines the
schema of a possible response with name that this
Operation delivers. |
| Modifier and Type | Method and Description |
|---|---|
static SchemaElementDefinition |
TestUtil.getAdminMessageDefinition(Name messageName)
Returns the definition for an admin message of the specified
messageName. |
| Modifier and Type | Method and Description |
|---|---|
static MessageFormatter |
TestUtil.appendMessage(Event event,
SchemaElementDefinition elementDef)
Creates a new message and appends it to the specified
Event with
default MessageProperties. |
static MessageFormatter |
TestUtil.appendMessage(Event event,
SchemaElementDefinition elementDef,
MessageProperties properties)
Creates a new message and appends it to the specified
Event. |
Copyright © 2021 Bloomberg L.P.. All rights reserved.