Package io.qt.scxml

Class QScxmlExecutableContent.InvokeInfo

java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.scxml.QScxmlExecutableContent.InvokeInfo
All Implemented Interfaces:
QtObjectInterface, Cloneable
Enclosing class:
QScxmlExecutableContent

public static class QScxmlExecutableContent.InvokeInfo
extends QtObject
implements Cloneable

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

    Constructors 
    Modifier Constructor Description
      InvokeInfo()  
    protected InvokeInfo​(QtObject.QPrivateConstructor p)
    Constructor for internal use only.
  • Method Summary

    Modifier and Type Method Description
    boolean autoforward()
    Whether events should automatically be forwarded to the invoked service
    QScxmlExecutableContent.InvokeInfo clone()  
    int context()
    To interpret the location in
    int expr()
    Expression representing the srcexpr of the invoke element
    int finalizeId()
    ID of the container of executable content to be run on finalizing the invocation
    int id()
    ID specified by the id attribute in the <invoke> element
    int location()
    Data model location to write the invocation ID to
    int prefix()
    Unique prefix for this invocation in the context of the state from which it is called
    void setAutoforward​(boolean autoforward)
    Whether events should automatically be forwarded to the invoked service
    void setContext​(int context)
    To interpret the location in
    void setExpr​(int expr)
    Expression representing the srcexpr of the invoke element
    void setFinalizeId​(int finalizeId)
    ID of the container of executable content to be run on finalizing the invocation
    void setId​(int id)
    ID specified by the id attribute in the <invoke> element
    void setLocation​(int location)
    Data model location to write the invocation ID to
    void setPrefix​(int prefix)
    Unique prefix for this invocation in the context of the state from which it is called

    Methods inherited from class io.qt.QtObject

    dispose, equals, isDisposed

    Methods inherited from class java.lang.Object

    finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait