RTI Connext Java API  Version 6.1.1
PrintFormatKind Class Reference

Format kinds available when converting data samples to string representations. More...

Inheritance diagram for PrintFormatKind:
Enum Copyable

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...
 
- Protected Member Functions inherited from Enum
 Enum (String name, int ordinal)
 The constructor. More...
 
final Object clone () throws CloneNotSupportedException
 

Detailed Description

Format kinds available when converting data samples to string representations.

Member Data Documentation

◆ DEFAULT_PRINT_FORMAT

final PrintFormatKind DEFAULT_PRINT_FORMAT
static

Use a default format specific to RTI Connext to represent the data when converting to a string.

◆ XML_PRINT_FORMAT

final PrintFormatKind XML_PRINT_FORMAT
static

Use an XML format to represent the data when converting to a string.

◆ JSON_PRINT_FORMAT

final PrintFormatKind JSON_PRINT_FORMAT
static

Use a JSON format to represent the data when converting to a string.