Class: Quark::DatawireMdkMd::QuarkIO
Constant Summary
DatawireQuarkCore::Static::Unassigned
Instance Method Summary
collapse
_lazy_statics, static, unlazy_statics
Constructor Details
Returns a new instance of QuarkIO.
Instance Method Details
#__init_fields__ ⇒ Object
27776
27777
27778
27779
27780
27781
|
# File 'lib/datawire_mdk_md.rb', line 27776
def __init_fields__()
super
nil
end
|
#_getClass ⇒ Object
27755
27756
27757
27758
27759
27760
|
# File 'lib/datawire_mdk_md.rb', line 27755
def _getClass()
return ::DatawireQuarkCore.cast(nil) { ::String }
nil
end
|
#_getField(name) ⇒ Object
27762
27763
27764
27765
27766
27767
|
# File 'lib/datawire_mdk_md.rb', line 27762
def _getField(name)
return nil
nil
end
|
#_setField(name, value) ⇒ Object
27769
27770
27771
27772
27773
27774
|
# File 'lib/datawire_mdk_md.rb', line 27769
def _setField(name, value)
nil
nil
end
|
#construct(args) ⇒ Object
27741
27742
27743
27744
27745
27746
|
# File 'lib/datawire_mdk_md.rb', line 27741
def construct(args)
return ::Quark.quark.IO.new()
nil
end
|
#isAbstract ⇒ Object
27748
27749
27750
27751
27752
27753
|
# File 'lib/datawire_mdk_md.rb', line 27748
def isAbstract()
return false
nil
end
|