| 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.
|
Copyright © 2019 Bloomberg L.P.. All rights reserved.