Uses of Class
io.qt.remoteobjects.QRemoteObjectReplica.ConstructorType
Package | Description |
---|---|
io.qt.remoteobjects |
-
Uses of QRemoteObjectReplica.ConstructorType in io.qt.remoteobjects
Methods in io.qt.remoteobjects that return QRemoteObjectReplica.ConstructorType Modifier and Type Method Description static QRemoteObjectReplica.ConstructorType
QRemoteObjectReplica.ConstructorType. resolve(int value)
Returns the corresponding enum entry for the given value.static QRemoteObjectReplica.ConstructorType
QRemoteObjectReplica.ConstructorType. valueOf(String name)
Returns the enum constant of this type with the specified name.static QRemoteObjectReplica.ConstructorType[]
QRemoteObjectReplica.ConstructorType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.qt.remoteobjects with parameters of type QRemoteObjectReplica.ConstructorType Constructor Description QRemoteObjectReplica(QRemoteObjectReplica.ConstructorType t)