- All Implemented Interfaces:
QtObjectInterface,Cloneable
- Enclosing class:
- QScxmlExecutableContent
Represents a service invocation
Java wrapper for Qt class QScxmlExecutableContent::InvokeInfo
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanWhether events should automatically be forwarded to the invoked serviceclone()final intcontext()To interpret the location infinal intexpr()Expression representing the srcexpr of the invoke elementfinal intID of the container of executable content to be run on finalizing the invocationfinal intid()ID specified by the id attribute in the <invoke> elementfinal intlocation()Data model location to write the invocation ID tofinal intprefix()Unique prefix for this invocation in the context of the state from which it is calledfinal voidsetAutoforward(boolean autoforward) Whether events should automatically be forwarded to the invoked servicefinal voidsetContext(int context) To interpret the location infinal voidsetExpr(int expr) Expression representing the srcexpr of the invoke elementfinal voidsetFinalizeId(int finalizeId) ID of the container of executable content to be run on finalizing the invocationfinal voidsetId(int id) ID specified by the id attribute in the <invoke> elementfinal voidsetLocation(int location) Data model location to write the invocation ID tofinal voidsetPrefix(int prefix) Unique prefix for this invocation in the context of the state from which it is calledMethods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
InvokeInfo
public InvokeInfo() -
InvokeInfo
Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
setAutoforward
Whether events should automatically be forwarded to the invoked service
-
autoforward
Whether events should automatically be forwarded to the invoked service
-
setContext
To interpret the location in
-
context
To interpret the location in
-
setExpr
Expression representing the srcexpr of the invoke element
-
expr
Expression representing the srcexpr of the invoke element
-
setFinalizeId
ID of the container of executable content to be run on finalizing the invocation
-
finalizeId
ID of the container of executable content to be run on finalizing the invocation
-
setId
ID specified by the id attribute in the <invoke> element
-
id
ID specified by the id attribute in the <invoke> element
-
setLocation
Data model location to write the invocation ID to
-
location
Data model location to write the invocation ID to
-
setPrefix
Unique prefix for this invocation in the context of the state from which it is called
-
prefix
Unique prefix for this invocation in the context of the state from which it is called
-
clone
-