Uses of Class
com.bloomberglp.blpapi.SchemaElementDefinition
Packages that use SchemaElementDefinition
-
Uses of SchemaElementDefinition in com.bloomberglp.blpapi
Methods in com.bloomberglp.blpapi that return SchemaElementDefinitionModifier and TypeMethodDescriptionabstract SchemaElementDefinitionElement.elementDefinition()Return a reference to the read-only element definition object that defines the properties of this elements value.abstract SchemaElementDefinitionSchemaTypeDefinition.getElementDefinition(int index) Return the ElementDefinition at the specified index in this SchemaTypeDefinitionabstract SchemaElementDefinitionSchemaTypeDefinition.getElementDefinition(Name name) Return the ElementDefinition with the specified name in this SchemaTypeDefinitionabstract SchemaElementDefinitionSchemaTypeDefinition.getElementDefinition(String name) Return the ElementDefinition with the specified name in this SchemaTypeDefinitionabstract SchemaElementDefinitionService.getEventDefinition(int index) Return theSchemaElementDefinitionof the event of this Service at the specified indexabstract SchemaElementDefinitionService.getEventDefinition(Name name) Return theSchemaElementDefinitionof the event of this Service with the specified nameabstract SchemaElementDefinitionService.getEventDefinition(String name) Return theSchemaElementDefinitionof the event of this Service with the specified nameabstract SchemaElementDefinitionOperation.requestDefinition()Returns a read-only SchemaElementDefinition which defines the schema for this Operationabstract SchemaElementDefinitionOperation.responseDefinition(int index) Returns a read-only SchemaElementDefinition which defines the schema of the 'index'th possible response that this Operation delivers.abstract SchemaElementDefinitionOperation.responseDefinition(Name name) Returns a read-onlySchemaElementDefinitionwhich defines the schema of a possible response withnamethat thisOperationdelivers. -
Uses of SchemaElementDefinition in com.bloomberglp.blpapi.test
Methods in com.bloomberglp.blpapi.test that return SchemaElementDefinitionModifier and TypeMethodDescriptionstatic SchemaElementDefinitionTestUtil.getAdminMessageDefinition(Name messageName) Returns the definition for an admin message of the specifiedmessageName.Methods in com.bloomberglp.blpapi.test with parameters of type SchemaElementDefinitionModifier and TypeMethodDescriptionstatic MessageFormatterTestUtil.appendMessage(Event event, SchemaElementDefinition elementDef) Creates a new message and appends it to the specifiedEventwith defaultMessageProperties.static MessageFormatterTestUtil.appendMessage(Event event, SchemaElementDefinition elementDef, MessageProperties properties) Creates a new message and appends it to the specifiedEvent.