Uses of Class
com.bloomberglp.blpapi.SchemaElementDefinition

Uses of SchemaElementDefinition in com.bloomberglp.blpapi
 

Methods in com.bloomberglp.blpapi that return SchemaElementDefinition
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(java.lang.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(java.lang.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.
 



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