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
ConstructorsConstructorDescriptionSeeQScxmlExecutableContent::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 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()See
QScxmlExecutableContent::ParameterInfo::ParameterInfo() -
ParameterInfo
See
QScxmlExecutableContent::ParameterInfo::ParameterInfo(QScxmlExecutableContent::ParameterInfo) - Parameters:
other-
-
ParameterInfo
public ParameterInfo(int name, int expr, int location) See
QScxmlExecutableContent::ParameterInfo::ParameterInfo{qint32, qint32, qint32} - Parameters:
name-expr-location-
-
-
Method Details
-
setExpr
Expression to be evaluated
- Parameters:
expr-
-
expr
Expression to be evaluated
- Returns:
-
setLocation
Data model name of the item to be passed as a parameter
- Parameters:
location-
-
location
Data model name of the item to be passed as a parameter
- Returns:
-
setName
Of the parameter
- Parameters:
name-
-
name
Of the parameter
- Returns:
-
clone
Creates and returns a copy of this object.
See
QScxmlExecutableContent::ParameterInfo::ParameterInfo(QScxmlExecutableContent::ParameterInfo)
-