Habari STOMP Client for RabbitMQ 9.4
Object Pascal STOMP client library for RabbitMQ
Loading...
Searching...
No Matches
IPrimitiveMap Interface Reference

This object contains key-value pairs, associating a string key with a Boolean, Integer or string value. More...

Inheritance diagram for IPrimitiveMap:

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)

Detailed Description

This object contains key-value pairs, associating a string key with a Boolean, Integer or string value.

Member Function Documentation

◆ ClearProperties()

IPrimitiveMap::ClearProperties ( )

◆ ContainsKey()

Boolean IPrimitiveMap::ContainsKey ( const string Key)

◆ GetBooleanProperty()

Boolean IPrimitiveMap::GetBooleanProperty ( const string Key)

◆ GetIntProperty()

Integer IPrimitiveMap::GetIntProperty ( const string Key)

◆ GetPropertyNames()

PMStrings IPrimitiveMap::GetPropertyNames ( )

◆ GetStringProperty()

string IPrimitiveMap::GetStringProperty ( const string Key)

◆ SetBooleanProperty()

IPrimitiveMap::SetBooleanProperty ( const string Key,
const Boolean Value )

◆ SetIntProperty()

IPrimitiveMap::SetIntProperty ( const string Key,
const Integer Value )

◆ SetStringProperty()

IPrimitiveMap::SetStringProperty ( const string Key,
const string Value )