|
RTI Connext Java API
Version 6.0.1
|
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. | |
| static final PrintFormatKind | XML_PRINT_FORMAT |
| Use an XML format to represent the data when converting to a string. | |
| static final PrintFormatKind | JSON_PRINT_FORMAT |
| Use a JSON format to represent the data when converting to a string. | |
Additional Inherited Members | |
Public Member Functions inherited from Enum | |
| final int | ordinal () |
| The integral value of this enumerated constant. | |
| Object | copy_from (Object src) |
| final String | name () |
| The name of this enum constant, as declared in the enum declaration. | |
| final String | toString () |
| The string value of this enum constant. | |
Protected Member Functions inherited from Enum | |
| Enum (String name, int ordinal) | |
| The constructor. | |
| 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.