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
ConstructorsModifierConstructorDescriptionprotectedConstructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionclone()final intexpr()Expression to be evaluatedfinal intgetExpr()Kotlin property getter.final intKotlin property getter.final intgetName()Kotlin property getter.final 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() -
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
-