![]() |
Habari STOMP Client for ActiveMQ 9.4
Object Pascal STOMP client library for Apache ActiveMQ
|
This object contains key-value pairs, associating a string key with a Boolean, Integer or string value. More...
Public Member Functions | |
ClearProperties () | |
Boolean | ContainsKey (const string Key) |
PMStrings | GetPropertyNames () |
Boolean | GetBooleanProperty (const string Key) |
SetBooleanProperty (const string Key, const Boolean Value) | |
Integer | GetIntProperty (const string Key) |
SetIntProperty (const string Key, const Integer Value) | |
string | GetStringProperty (const string Key) |
SetStringProperty (const string Key, const string Value) |
This object contains key-value pairs, associating a string key with a Boolean, Integer or string value.
IPrimitiveMap::ClearProperties | ( | ) |
Boolean IPrimitiveMap::ContainsKey | ( | const string | Key | ) |
Boolean IPrimitiveMap::GetBooleanProperty | ( | const string | Key | ) |
Integer IPrimitiveMap::GetIntProperty | ( | const string | Key | ) |
PMStrings IPrimitiveMap::GetPropertyNames | ( | ) |
string IPrimitiveMap::GetStringProperty | ( | const string | Key | ) |
IPrimitiveMap::SetBooleanProperty | ( | const string | Key, |
const Boolean | Value ) |
IPrimitiveMap::SetIntProperty | ( | const string | Key, |
const Integer | Value ) |
IPrimitiveMap::SetStringProperty | ( | const string | Key, |
const string | Value ) |