java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.scxml.QScxmlExecutableContent.ParameterInfo
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Enclosing class:
- QScxmlExecutableContent
public static class QScxmlExecutableContent.ParameterInfo extends QtObject implements Cloneable
Represents a parameter to a service invocation
Java wrapper for Qt class QScxmlExecutableContent::ParameterInfo
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description ParameterInfo()
protected
ParameterInfo(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description QScxmlExecutableContent.ParameterInfo
clone()
int
expr()
Expression to be evaluatedint
location()
Data model name of the item to be passed as a parameterint
name()
Of the parametervoid
setExpr(int expr)
Expression to be evaluatedvoid
setLocation(int location)
Data model name of the item to be passed as a parametervoid
setName(int name)
Of the parameter
-
Constructor Details
-
ParameterInfo
public ParameterInfo() -
ParameterInfo
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details