public interface DataField
Modifier and Type | Method and Description |
---|---|
default boolean |
booleanValue(EncodedMessage message)
Get the value of the field as a boolean.
|
default double |
doubleValue(EncodedMessage message)
Get the value of the field as a double.
|
default int |
intValue(EncodedMessage message)
Get the value of the field as an integer.
|
default String |
stringValue(EncodedMessage message,
int n)
Get the value of the field as a String.
|
default boolean booleanValue(EncodedMessage message)
message
- message containing the datadefault int intValue(EncodedMessage message)
message
- message containing the datadefault double doubleValue(EncodedMessage message)
message
- message containing the datadefault String stringValue(EncodedMessage message, int n)
message
- message containing the datan
- number of UTF8 charactersCopyright © 2002-2022 CS GROUP. All rights reserved.