message_trigger_properties.h File Reference

Functions

string getMessageType () const
 Gets the value of MessageTypeProperty. More...
 
void setMessageType (string value)
 Sets the value of MessageTypeProperty. More...
 
bool isSetHandled () const
 Gets the value of SetHandledProperty. More...
 
void setSetHandled (bool value)
 Sets the value of SetHandledProperty. More...
 
MessageRouting getRoutingMode () const
 Gets the value of RoutingModeProperty. More...
 
void setRoutingMode (MessageRouting value)
 Sets the value of RoutingModeProperty. More...
 
string getMessageSource () const
 Gets the value of MessageSourceProperty. More...
 
void setMessageSource (string value)
 Sets the value of MessageSourceProperty. More...
 

Variables

static PropertyType< string > MessageTypeProperty
 MessageType property. More...
 
static PropertyType< bool > SetHandledProperty
 SetHandled property. More...
 
static PropertyType< MessageRouting > RoutingModeProperty
 RoutingMode property. More...
 
static PropertyType< string > MessageSourceProperty
 MessageSource property. More...
 

Function Documentation

string getMessageType ( ) const

Gets the value of MessageTypeProperty.

See also
setMessageType()
void setMessageType ( string  value)

Sets the value of MessageTypeProperty.

See also
getMessageType()
bool isSetHandled ( ) const

Gets the value of SetHandledProperty.

See also
setSetHandled()
void setSetHandled ( bool  value)

Sets the value of SetHandledProperty.

See also
isSetHandled()
MessageRouting getRoutingMode ( ) const

Gets the value of RoutingModeProperty.

See also
setRoutingMode()
void setRoutingMode ( MessageRouting  value)

Sets the value of RoutingModeProperty.

See also
getRoutingMode()
string getMessageSource ( ) const

Gets the value of MessageSourceProperty.

See also
setMessageSource()
void setMessageSource ( string  value)

Sets the value of MessageSourceProperty.

See also
getMessageSource()

Variable Documentation

PropertyType<string> MessageTypeProperty
static

MessageType property.

The default value is "".

See also
setMessageType(), getMessageType()
PropertyType<bool> SetHandledProperty
static

SetHandled property.

The default value is true.

See also
setSetHandled(), isSetHandled()
PropertyType<MessageRouting> RoutingModeProperty
static

RoutingMode property.

The default value is MessageRoutingBubbling.

See also
setRoutingMode(), getRoutingMode()
PropertyType<string> MessageSourceProperty
static

MessageSource property.

The default value is ".".

See also
setMessageSource(), getMessageSource()