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 class QScxmlExecutableContent::ParameterInfo
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates and returns a copy of this object.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()See
QScxmlExecutableContent::ParameterInfo::
ParameterInfo()
-
-
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
Creates and returns a copy of this object.
-
getExpr
Kotlin property getter. In Java use
expr()
instead. -
getLocation
Kotlin property getter. In Java use
location()
instead. -
getName
Kotlin property getter. In Java use
name()
instead.
-