java.lang.Object
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's 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
getExpr()
Kotlin property getter.final int
Kotlin property getter.final int
getName()
Kotlin property getter.final 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
-
getExpr
Kotlin property getter. In Java use
expr()
instead. -
expr
Expression to be evaluated
-
setLocation
Data model name of the item to be passed as a parameter
-
getLocation
Kotlin property getter. In Java use
location()
instead. -
location
Data model name of the item to be passed as a parameter
-
setName
Of the parameter
-
getName
Kotlin property getter. In Java use
name()
instead. -
name
Of the parameter
-
clone
-