java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.scxml.QScxmlExecutableContent.ParameterInfo
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Enclosing class:
QScxmlExecutableContent
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
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionclone()
final int
expr()
Expression to be evaluatedfinal int
location()
Data model name of the item to be passed as a parameterfinal int
name()
Of the parameterfinal void
setExpr
(int expr) Expression to be evaluatedfinal void
setLocation
(int location) Data model name of the item to be passed as a parameterfinal void
setName
(int name) Of the parameterMethods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
ParameterInfo
public ParameterInfo() -
ParameterInfo
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
setExpr
Expression to be evaluated
-
expr
Expression to be evaluated
-
setLocation
Data model name of the item to be passed as a parameter
-
location
Data model name of the item to be passed as a parameter
-
setName
Of the parameter
-
name
Of the parameter
-
clone
-