- All Implemented Interfaces:
QtObjectInterface,Cloneable
- Enclosing class:
QScxmlExecutableContent
Represents a service invocation
Java wrapper for Qt's 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 booleanKotlin property getter.final intKotlin property getter.final intgetExpr()Kotlin property getter.final intKotlin property getter.final intgetId()Kotlin property getter.final intKotlin property getter.final intKotlin property getter.final 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
-
getAutoforward
Kotlin property getter. In Java use
autoforward()instead. -
autoforward
Whether events should automatically be forwarded to the invoked service
-
setContext
To interpret the location in
-
getContext
Kotlin property getter. In Java use
context()instead. -
context
To interpret the location in
-
setExpr
Expression representing the srcexpr of the invoke element
-
getExpr
Kotlin property getter. In Java use
expr()instead. -
expr
Expression representing the srcexpr of the invoke element
-
setFinalizeId
ID of the container of executable content to be run on finalizing the invocation
-
getFinalizeId
Kotlin property getter. In Java use
finalizeId()instead. -
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
-
getId
Kotlin property getter. In Java use
id()instead. -
id
ID specified by the id attribute in the <invoke> element
-
setLocation
Data model location to write the invocation ID to
-
getLocation
Kotlin property getter. In Java use
location()instead. -
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
-
getPrefix
Kotlin property getter. In Java use
prefix()instead. -
prefix
Unique prefix for this invocation in the context of the state from which it is called
-
clone
-