RTI Connext Java API
Version 5.1.0
|
Keyed string built-in type. More...
Public Member Functions | |
KeyedString () | |
Default Constructor. | |
KeyedString (String key, String value) | |
KeyedString (KeyedString src) | |
Copy constructor. | |
Public Member Functions inherited from Copyable | |
Object | copy_from (Object src) |
Copy value of a data type from source. | |
Public Attributes | |
String | key |
Instance key associated with the specified value. | |
String | value |
String value. | |
Keyed string built-in type.
KeyedString | ( | ) |
Default Constructor.
The default constructor initializes the newly created object with empty key and value.
KeyedString | ( | String | key, |
String | value | ||
) |
Creates a KeyedString with a key and a value
KeyedString | ( | KeyedString | src | ) |
Copy constructor.
src | <<in>> Object to copy from. |
NullPointerException | if src is null. |
String key |
Instance key associated with the specified value.
String value |
String value.