public interface MessageProperty
Modifier and Type | Interface and Description |
---|---|
static interface |
MessageProperty.BinaryProperty
Represents message property which value has type BINARY.
|
static interface |
MessageProperty.BoolProperty
Represents a boolean message property.
|
static interface |
MessageProperty.ByteProperty
Represents one byte message property.
|
static interface |
MessageProperty.Int32Property
Represents message property which value has type INT32.
|
static interface |
MessageProperty.Int64Property
Represents message property which value has type INT64.
|
static interface |
MessageProperty.ShortProperty
Represents message property which value has type SHORT.
|
static interface |
MessageProperty.StringProperty
Represents message property which value has type STRING.
|
static class |
MessageProperty.Type
Enum for supported data types for a message property.
|
Modifier and Type | Method and Description |
---|---|
String |
name()
Returns this property name.
|
MessageProperty.Type |
type()
Returns this property type.
|
Object |
value()
Returns this property value.
|
MessageProperty.Type type()
String name()
Object value()
Copyright © 2023 Bloomberg L.P.. All rights reserved.