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
-
Constructor Summary
ConstructorDescriptionSeeQScxmlExecutableContent::ParameterInfo::
ParameterInfo() ParameterInfo
(int name, int expr, int location) SeeQScxmlExecutableContent::ParameterInfo::
ParameterInfo{qint32, qint32, qint32} SeeQScxmlExecutableContent::ParameterInfo::
ParameterInfo(QScxmlExecutableContent::ParameterInfo) -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates and returns a copy of this object.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()See
QScxmlExecutableContent::ParameterInfo::
ParameterInfo() -
ParameterInfo
See
QScxmlExecutableContent::ParameterInfo::
ParameterInfo(QScxmlExecutableContent::ParameterInfo) -
ParameterInfo
public ParameterInfo(int name, int expr, int location) See
QScxmlExecutableContent::ParameterInfo::
ParameterInfo{qint32, qint32, qint32}
-
-
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.
See
QScxmlExecutableContent::ParameterInfo::
ParameterInfo(QScxmlExecutableContent::ParameterInfo)
-