RTI Connext Java API Version 7.1.0
|
Format kinds available when converting data samples to string representations. More...
Static Public Attributes | |
static final PrintFormatKind | DEFAULT_PRINT_FORMAT |
Use a default format specific to RTI Connext to represent the data when converting to a string. More... | |
static final PrintFormatKind | XML_PRINT_FORMAT |
Use an XML format to represent the data when converting to a string. More... | |
static final PrintFormatKind | JSON_PRINT_FORMAT |
Use a JSON format to represent the data when converting to a string. More... | |
Additional Inherited Members | |
Public Member Functions inherited from Enum | |
final int | ordinal () |
The integral value of this enumerated constant. More... | |
Object | copy_from (Object src) |
final String | name () |
The name of this enum constant, as declared in the enum declaration. More... | |
final String | toString () |
The string value of this enum constant. More... | |
Object | copy_from (Object src) |
Copy value of a data type from source. More... | |
Protected Member Functions inherited from Enum | |
Enum (String name, int ordinal) | |
The constructor. More... | |
final Object | clone () throws CloneNotSupportedException |
Format kinds available when converting data samples to string representations.
|
static |
Use a default format specific to RTI Connext to represent the data when converting to a string.
|
static |
Use an XML format to represent the data when converting to a string.
|
static |
Use a JSON format to represent the data when converting to a string.