All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
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...
 
KzuMessageRouting getRoutingMode () const
 Gets the value of RoutingModeProperty. More...
 
void setRoutingMode (KzuMessageRouting 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
< KzuMessageRouting
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()
KzuMessageRouting getRoutingMode ( ) const

Gets the value of RoutingModeProperty.

See also
setRoutingMode()
void setRoutingMode ( KzuMessageRouting  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<KzuMessageRouting> RoutingModeProperty
static

RoutingMode property.

The default value is KZU_MESSAGE_ROUTING_BUBBLING.

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

MessageSource property.

The default value is "".

See also
setMessageSource(), getMessageSource()