java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.scxml.QScxmlExecutableContent.ParameterInfo
- All Implemented Interfaces:
io.qt.QtObjectInterface,Cloneable
- Enclosing class:
- QScxmlExecutableContent
public static class QScxmlExecutableContent.ParameterInfo
extends io.qt.QtObject
implements Cloneable
Represents a parameter to a service invocation
Java wrapper for Qt class QScxmlExecutableContent::ParameterInfo
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
io.qt.QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedParameterInfo(io.qt.QtObject.QPrivateConstructor p) Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionclone()final intexpr()Expression to be evaluatedfinal intlocation()Data model name of the item to be passed as a parameterfinal intname()Of the parameterfinal voidsetExpr(int expr) Expression to be evaluatedfinal voidsetLocation(int location) Data model name of the item to be passed as a parameterfinal voidsetName(int name) Of the parameterMethods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
ParameterInfo
public ParameterInfo() -
ParameterInfo
protected ParameterInfo(io.qt.QtObject.QPrivateConstructor p) Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
setExpr
@QtUninvokable public final void setExpr(int expr) Expression to be evaluated
-
expr
@QtUninvokable public final int expr()Expression to be evaluated
-
setLocation
@QtUninvokable public final void setLocation(int location) Data model name of the item to be passed as a parameter
-
location
@QtUninvokable public final int location()Data model name of the item to be passed as a parameter
-
setName
@QtUninvokable public final void setName(int name) Of the parameter
-
name
@QtUninvokable public final int name()Of the parameter
-
clone
-