| Modifier and Type | Field and Description |
|---|---|
static Name |
Name.NullName |
| Modifier and Type | Method and Description |
|---|---|
abstract Name |
Constraint.constraintType() |
static Name |
Name.findName(String nameString)
Return a reference to a Name object for the specified nameString or
null if a Name does not exist.
|
abstract Name |
SchemaElementDefinition.getAlternateName(int index)
Return the alternate name for this item at the specified index
|
abstract Name |
Message.getElementAsName(Name name)
Return the value of the element having specified name as a Constant value
|
abstract Name |
Element.getElementAsName(Name name)
Returns the value of the named sub-element as the name of a constant.
|
abstract Name |
Message.getElementAsName(String name)
Return the value of the element having specified name as a Constant value
|
abstract Name |
Element.getElementAsName(String name)
Returns the value of the named sub-element as the name of a constant.
|
static Name |
Name.getName(String nameString)
Return a reference to a Name object for the specified nameString
creating it if it doesn't exist already
|
abstract Name |
Element.getValueAsName()
Returns the value of this element as a Enumeration constant
|
abstract Name |
Element.getValueAsName(int index)
Returns the value of the element at the specified index as a Enumeration
constant
|
abstract Name |
Message.messageType()
Return the Name constant representing the type of the message
|
abstract Name |
SchemaTypeDefinition.name()
Return the name of this SchemaTypeDefinition
|
abstract Name |
SchemaElementDefinition.name()
Return the name of this item
|
abstract Name |
Operation.name()
Return the name of this Operation
|
abstract Name |
Element.name()
Return the name of this Element
|
abstract Name |
ConstantsList.name()
Returns the symbolic name of this ConstantsList
|
abstract Name |
Constant.name()
Returns the symbolic name of the constant
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResolutionList.addAttribute(Name attribute) |
void |
Request.append(Name name,
boolean value)
Append the specified value to the named array element of this request
|
void |
Request.append(Name name,
byte[] value)
Append the specified value to the named array element of this request
|
void |
Request.append(Name name,
char value)
Append the specified value to the named array element of this request
|
void |
Request.append(Name name,
Constant value)
Append the specified value to the named array element of this request
|
void |
Request.append(Name name,
Datetime value)
Append the specified value to the named array element of this request
|
void |
Request.append(Name name,
double value)
Append the specified value to the named array element of this request
|
void |
Request.append(Name name,
float value)
Append the specified value to the named array element of this request
|
void |
Request.append(Name name,
int value)
Append the specified value to the named array element of this request
|
void |
Request.append(Name name,
long value)
Append the specified value to the named array element of this request
|
void |
Request.append(Name name,
Name value)
Append the specified value to the named array element of this request
|
void |
Request.append(Name name,
String value)
Append the specified value to the named array element of this request
|
void |
Request.append(String name,
Name value)
Append the specified value to the named array element of this request
|
void |
EventFormatter.appendMessage(Name messageType,
Topic topic)
Appends a (empty) message of the specified 'messageType' that will be
published under the specified 'topic' to the event referenced by this
EventFormatter. |
void |
EventFormatter.appendMessage(Name messageType,
Topic topic,
Integer sequenceNumber)
Appends a (empty) message of the specified 'messageType' that will be
published under the specified 'topic' with the specified
'sequenceNumber' to the event referenced by this
EventFormatter. |
void |
EventFormatter.appendResponse(Name name)
Append a (empty) response message of the specified 'name' that will be
sent in response to previously received operation request.
|
void |
EventFormatter.appendValue(Name value)
Append the specified 'value' to the element which represents an array of
Name type. |
abstract void |
Element.appendValue(Name value)
Append the specified Constant value to this array element
|
Element |
ResolutionList.attribute(Name attributeName,
CorrelationID correlationId) |
Element |
ResolutionList.attributeAt(Name attributeName,
int index) |
abstract Constraint |
ConstraintsList.constraint(Name type) |
int |
NameEnumerationTable.get(Name name)
Deprecated.
|
abstract Constant |
ConstantsList.getConstant(Name name)
Return a read only
Constant from this ConstantsList identified
by the specified name |
Element |
Request.getElement(Name name)
Return the modifiable element of this request having the specified name
creating it if doesn't exist already.
|
abstract Element |
Message.getElement(Name name)
Return the element of this message having the specified name.
|
abstract Element |
Element.getElement(Name name)
Return the named sub-element, creating it if it doesn't exist if this
element is modifiable
|
abstract boolean |
Message.getElementAsBool(Name name)
Return the value of the element having specified name as a boolean value
|
abstract boolean |
Element.getElementAsBool(Name name)
Returns the value of the named sub-element as a boolean
|
abstract byte[] |
Message.getElementAsBytes(Name name)
Return the value of the element having specified name as a byte array
|
abstract byte[] |
Element.getElementAsBytes(Name name)
Returns the value of the named sub-element as a byte array
|
abstract char |
Message.getElementAsChar(Name name)
Return the value of the element having specified name as a char value
|
abstract char |
Element.getElementAsChar(Name name)
Returns the value of the named sub-element as a char
|
abstract Datetime |
Message.getElementAsDate(Name name)
Return the value of the element having specified name as a Date value
|
abstract Datetime |
Element.getElementAsDate(Name name)
Returns the value of the named sub-element as a Date
|
abstract Datetime |
Message.getElementAsDatetime(Name name)
Return the value of the element having specified name as a Datetime
value
|
abstract Datetime |
Element.getElementAsDatetime(Name name)
Returns the value of the named sub-element as a Datetime
|
abstract float |
Message.getElementAsFloat32(Name name)
Return the value of the element having specified name as a float value
|
abstract float |
Element.getElementAsFloat32(Name name)
Returns the value of the named sub-element as a float
|
abstract double |
Message.getElementAsFloat64(Name name)
Return the value of the element having specified name as a double value
|
abstract double |
Element.getElementAsFloat64(Name name)
Returns the value of the named sub-element as a double
|
abstract int |
Message.getElementAsInt32(Name name)
Return the value of the element having specified name as a int value
|
abstract int |
Element.getElementAsInt32(Name name)
Returns the value of the named sub-element as a int
|
abstract long |
Message.getElementAsInt64(Name name)
Return the value of the element having specified name as a long value
|
abstract long |
Element.getElementAsInt64(Name name)
Returns the value of the named sub-element as a long
|
abstract Name |
Message.getElementAsName(Name name)
Return the value of the element having specified name as a Constant value
|
abstract Name |
Element.getElementAsName(Name name)
Returns the value of the named sub-element as the name of a constant.
|
abstract String |
Message.getElementAsString(Name name)
Return the value of the element having specified name as a String value
|
abstract String |
Element.getElementAsString(Name name)
Returns the value of the named sub-element as a String
|
abstract Datetime |
Message.getElementAsTime(Name name)
Return the value of the element having specified name as a Time value
|
abstract Datetime |
Element.getElementAsTime(Name name)
Returns the value of the named sub-element as a Time
|
abstract SchemaElementDefinition |
SchemaTypeDefinition.getElementDefinition(Name name)
Return the ElementDefinition with the specified name in this
SchemaTypeDefinition
|
abstract SchemaElementDefinition |
Service.getEventDefinition(Name name)
Return the
SchemaElementDefinition of the event of this Service
with the specified name |
abstract Operation |
Service.getOperation(Name name)
Return the
Operation of this service having the specified name |
abstract boolean |
ConstantsList.hasConstant(Name name)
Return true if this ConstantsList contains a
Constant object
with the specified name |
abstract boolean |
ConstraintsList.hasConstraint(Name type) |
boolean |
Request.hasElement(Name name)
Return true if this request contains the element having the specified
name false otherwise
|
abstract boolean |
Message.hasElement(Name name)
Return true if this message has the element having the specified name
false otherwise
|
abstract boolean |
Element.hasElement(Name name)
Returns true if this element contains an element with the specified name
Same as calling
hasElement(name, false) |
abstract boolean |
Message.hasElement(Name name,
boolean excludeNullElements)
Return true if this message has the element having the specified name
false otherwise
|
abstract boolean |
Element.hasElement(Name name,
boolean excludeNullElements)
Returns true if this element contains an element with the specified name
|
abstract boolean |
SchemaTypeDefinition.hasElementDefinition(Name name)
Return true if this SchemaTypeDefinition contains an ElementDefinition
with the specified name.
|
void |
EventFormatter.pushElement(Name name)
Changes the level at which this
EventFormatter is operating to
the specified element 'name'. |
void |
Request.set(Name name,
boolean value)
Set the element of this request having the specified name to the
specified value.
|
void |
Request.set(Name name,
byte[] value)
Set the element of this request having the specified name to the
specified value.
|
void |
Request.set(Name name,
char value)
Set the element of this request having the specified name to the
specified value.
|
void |
Request.set(Name name,
Constant value)
Set the element of this request having the specified name to the
specified value.
|
void |
Request.set(Name name,
Datetime value)
Set the element of this request having the specified name to the
specified value.
|
void |
Request.set(Name name,
double value)
Set the element of this request having the specified name to the
specified value.
|
void |
Request.set(Name name,
float value)
Set the element of this request having the specified name to the
specified value.
|
void |
Request.set(Name name,
int value)
Set the element of this request having the specified name to the
specified value.
|
void |
Request.set(Name name,
long value)
Set the element of this request having the specified name to the
specified value.
|
void |
Request.set(Name name,
Name value)
Set the element of this request having the specified name to the
specified value.
|
void |
Request.set(Name name,
String value)
Set the element of this request having the specified name to the
specified value.
|
void |
Request.set(String name,
Name value)
Set the element of this request having the specified name to the
specified value.
|
abstract Element |
Element.setChoice(Name name)
Set the named sub-element as the choice's selection
|
void |
EventFormatter.setElement(Name name,
boolean value)
Sets the element with the specified
name within the current
element to the specified value. |
abstract void |
Element.setElement(Name name,
boolean value)
Set the named sub-element to the specified value
|
abstract void |
Element.setElement(Name name,
byte[] value)
Set the named sub-element to the specified value
|
void |
EventFormatter.setElement(Name name,
char value)
Sets the element with the specified
name within the current
element to the specified value. |
abstract void |
Element.setElement(Name name,
char value)
Set the named sub-element to the specified value
|
abstract void |
Element.setElement(Name name,
Constant value)
Set the named sub-element to the specified value
|
void |
EventFormatter.setElement(Name name,
Datetime value)
Sets the element with the specified
name within the current
element to the specified value. |
abstract void |
Element.setElement(Name name,
Datetime value)
Set the named sub-element to the specified value
|
void |
EventFormatter.setElement(Name name,
double value)
Sets the element with the specified
name within the current
element to the specified value. |
abstract void |
Element.setElement(Name name,
double value)
Set the named sub-element to the specified value
|
void |
EventFormatter.setElement(Name name,
float value)
Sets the element with the specified
name within the current
element to the specified value. |
abstract void |
Element.setElement(Name name,
float value)
Set the named sub-element to the specified value
|
void |
EventFormatter.setElement(Name name,
int value)
Sets the element with the specified
name within the current
element to the specified value. |
abstract void |
Element.setElement(Name name,
int value)
Set the named sub-element to the specified value
|
void |
EventFormatter.setElement(Name name,
long value)
Sets the element with the specified
name within the current
element to the specified value. |
abstract void |
Element.setElement(Name name,
long value)
Set the named sub-element to the specified value
|
void |
EventFormatter.setElement(Name name,
Name value)
Sets the element with the specified
name within the current
element to the specified value. |
abstract void |
Element.setElement(Name name,
Name value)
Set the named sub-element to the specified value
|
void |
EventFormatter.setElement(Name name,
String value)
Sets the element with the specified
name within the current
element to the specified value. |
abstract void |
Element.setElement(Name name,
String value)
Set the named sub-element to the specified value
|
void |
EventFormatter.setElement(String name,
Name value)
Sets the element with the specified
name within the current
element to the specified value. |
abstract void |
Element.setElement(String name,
Name value)
Set the named sub-element to the specified value
|
void |
EventFormatter.setElementNull(Name name)
Creates a null element with the specified 'name'.
|
abstract void |
Element.setValue(Name constant)
Set the value of this element to the specified value.
|
abstract void |
Element.setValue(Name constant,
int index)
Set the value of this element to the specified constant value
|
Copyright © 2019 Bloomberg L.P.. All rights reserved.