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.
31535
31536
31537
31538
31539
31540
31541
31542
31543
31544
31545
|
# File 'lib/datawire_mdk_md.rb', line 31535
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
31585
31586
31587
31588
31589
31590
|
# File 'lib/datawire_mdk_md.rb', line 31585
def __init_fields__()
super
nil
end
|
#_getClass ⇒ Object
31564
31565
31566
31567
31568
31569
|
# File 'lib/datawire_mdk_md.rb', line 31564
def _getClass()
return ::DatawireQuarkCore.cast(nil) { ::String }
nil
end
|
#_getField(name) ⇒ Object
31571
31572
31573
31574
31575
31576
|
# File 'lib/datawire_mdk_md.rb', line 31571
def _getField(name)
return nil
nil
end
|
#_setField(name, value) ⇒ Object
31578
31579
31580
31581
31582
31583
|
# File 'lib/datawire_mdk_md.rb', line 31578
def _setField(name, value)
nil
nil
end
|
#construct(args) ⇒ Object
31550
31551
31552
31553
31554
31555
|
# File 'lib/datawire_mdk_md.rb', line 31550
def construct(args)
return ::Quark.mdk_runtime.promise._Passthrough.new()
nil
end
|
#isAbstract ⇒ Object
31557
31558
31559
31560
31561
31562
|
# File 'lib/datawire_mdk_md.rb', line 31557
def isAbstract()
return false
nil
end
|