Class: Quark::DatawireMdkMd::MdkRuntimePromisePassthrough
Constant Summary
DatawireQuarkCore::Static::Unassigned
Instance Method Summary
collapse
_lazy_statics, static, unlazy_statics
Constructor Details
Returns a new instance of MdkRuntimePromisePassthrough.
32468
32469
32470
32471
32472
32473
32474
32475
32476
32477
32478
|
# File 'lib/datawire_mdk_md.rb', line 32468
def initialize()
super("mdk_runtime.promise._Passthrough")
(self).name = "mdk_runtime.promise._Passthrough"
(self).parameters = ::DatawireQuarkCore::List.new([])
(self).fields = ::DatawireQuarkCore::List.new([])
(self).methods = ::DatawireQuarkCore::List.new([::Quark.datawire_mdk_md.mdk_runtime_promise__Passthrough_call_Method.new()])
(self).parents = ::DatawireQuarkCore::List.new(["quark.Object"])
nil
end
|
Instance Method Details
#__init_fields__ ⇒ Object
32518
32519
32520
32521
32522
32523
|
# File 'lib/datawire_mdk_md.rb', line 32518
def __init_fields__()
super
nil
end
|
#_getClass ⇒ Object
32497
32498
32499
32500
32501
32502
|
# File 'lib/datawire_mdk_md.rb', line 32497
def _getClass()
return ::DatawireQuarkCore.cast(nil) { ::String }
nil
end
|
#_getField(name) ⇒ Object
32504
32505
32506
32507
32508
32509
|
# File 'lib/datawire_mdk_md.rb', line 32504
def _getField(name)
return nil
nil
end
|
#_setField(name, value) ⇒ Object
32511
32512
32513
32514
32515
32516
|
# File 'lib/datawire_mdk_md.rb', line 32511
def _setField(name, value)
nil
nil
end
|
#construct(args) ⇒ Object
32483
32484
32485
32486
32487
32488
|
# File 'lib/datawire_mdk_md.rb', line 32483
def construct(args)
return ::Quark.mdk_runtime.promise._Passthrough.new()
nil
end
|
#isAbstract ⇒ Object
32490
32491
32492
32493
32494
32495
|
# File 'lib/datawire_mdk_md.rb', line 32490
def isAbstract()
return false
nil
end
|