Uses of Class
com.bloomberglp.blpapi.SchemaElementDefinition
-
Uses of SchemaElementDefinition in com.bloomberglp.blpapi
Modifier and TypeMethodDescriptionabstract 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 SchemaTypeDefinitionabstract SchemaElementDefinition
SchemaTypeDefinition.getElementDefinition
(Name name) Return the ElementDefinition with the specified name in this SchemaTypeDefinitionabstract SchemaElementDefinition
SchemaTypeDefinition.getElementDefinition
(String name) Return the ElementDefinition with the specified name in this SchemaTypeDefinitionabstract SchemaElementDefinition
Service.getEventDefinition
(int index) Return theSchemaElementDefinition
of the event of this Service at the specified indexabstract SchemaElementDefinition
Service.getEventDefinition
(Name name) Return theSchemaElementDefinition
of the event of this Service with the specified nameabstract SchemaElementDefinition
Service.getEventDefinition
(String name) Return theSchemaElementDefinition
of the event of this Service with the specified nameabstract SchemaElementDefinition
Operation.requestDefinition()
Returns a read-only SchemaElementDefinition which defines the schema for this Operationabstract 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-onlySchemaElementDefinition
which defines the schema of a possible response withname
that thisOperation
delivers. -
Uses of SchemaElementDefinition in com.bloomberglp.blpapi.test
Modifier and TypeMethodDescriptionstatic SchemaElementDefinition
TestUtil.getAdminMessageDefinition
(Name messageName) Returns the definition for an admin message of the specifiedmessageName
.Modifier and TypeMethodDescriptionstatic MessageFormatter
TestUtil.appendMessage
(Event event, SchemaElementDefinition elementDef) Creates a new message and appends it to the specifiedEvent
with defaultMessageProperties
.static MessageFormatter
TestUtil.appendMessage
(Event event, SchemaElementDefinition elementDef, MessageProperties properties) Creates a new message and appends it to the specifiedEvent
.