Metadata definitions for LeftStateMessageArguments. More...
Public Member Functions | |
| LeftStateMessageArguments () | |
| Constructs a new messageArgumentsClassName instance. | |
| LeftStateMessageArguments (long nativeObject) | |
| Wraps a native instance. | |
| String | getLeftStateProperty () |
| Gets the value of LeftState. | |
| void | setLeftStateProperty (String value) |
| Sets the value of LeftState. | |
Public Member Functions inherited from StateManagerMetadata.StateManagerMessageArguments | |
| StateManagerMessageArguments () | |
| Constructs a new messageArgumentsClassName instance. | |
| StateManagerMessageArguments (long nativeObject) | |
| Wraps a native instance. | |
| String | getStateGroupProperty () |
| Gets the value of StateGroup. | |
| void | setStateGroupProperty (String value) |
| Sets the value of StateGroup. | |
Public Member Functions inherited from MessageArguments | |
| MessageArguments () | |
| Constructs a new MessageArguments object. | |
| TDataType | getArgument (PropertyType< TDataType > propertyType) |
| Returns the value of an argument. | |
| TDataType | getOptionalArgument (PropertyType< TDataType > propertyType) |
| Returns the value of an argument, but does not use the default value if there are no inputs to the argument value. | |
| TNodeType | getSource () |
| Returns the source node for a message. | |
| MessageArgumentsWrapper | getWrapper () |
| Gets a wrapper for this MessageArguments. | |
| boolean | isHandled () |
| Returns whether the message is handled. | |
| void | setArgument (PropertyType< Integer > propertyType, EnumType value) |
| Sets the value of an integer argument using a constant from an enumeration. | |
| void | setArgument (PropertyType< TDataType > propertyType, TDataType value) |
| Sets the value of an argument. | |
| void | setHandled (boolean handled) |
| Sets the handling status for a message. | |
Static Public Attributes | |
| static final DynamicPropertyType< String > | LeftStateProperty |
| State Manager State Left. | |
| static final AbstractMetaclass | metaclass |
| Metaclass for LeftStateMessageArguments. | |
Static Public Attributes inherited from StateManagerMetadata.StateManagerMessageArguments | |
| static final AbstractMetaclass | metaclass |
| Metaclass for StateManagerMessageArguments. | |
| static final DynamicPropertyType< String > | StateGroupProperty |
| The state group that contains the state to which you want to transition. | |
Additional Inherited Members | |
Static Public Member Functions inherited from MessageArguments | |
| static MessageArgumentsWrapper | getWrapper (MessageArguments messageArguments) |
| Gets a wrapper for a MessageArguments object. | |
Protected Member Functions inherited from MessageArguments | |
| MessageArguments (long nativeObject) | |
| Wraps a native message argument. | |
| MessageArguments (MessageArgumentsWrapper wrapper) | |
| Wraps a native message argument. | |
Metadata definitions for LeftStateMessageArguments.
| LeftStateMessageArguments | ( | long | nativeObject | ) |
Wraps a native instance.
| nativeObject | Reference to a native instance. |
|
static |
State Manager State Left.
|
static |
Metaclass for LeftStateMessageArguments.