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
27707
27708
27709
27710
27711
27712
|
# File 'lib/datawire_mdk_md.rb', line 27707
def __init_fields__()
super
nil
end
|
#_getClass ⇒ Object
27686
27687
27688
27689
27690
27691
|
# File 'lib/datawire_mdk_md.rb', line 27686
def _getClass()
return ::DatawireQuarkCore.cast(nil) { ::String }
nil
end
|
#_getField(name) ⇒ Object
27693
27694
27695
27696
27697
27698
|
# File 'lib/datawire_mdk_md.rb', line 27693
def _getField(name)
return nil
nil
end
|
#_setField(name, value) ⇒ Object
27700
27701
27702
27703
27704
27705
|
# File 'lib/datawire_mdk_md.rb', line 27700
def _setField(name, value)
nil
nil
end
|
#construct(args) ⇒ Object
27672
27673
27674
27675
27676
27677
|
# File 'lib/datawire_mdk_md.rb', line 27672
def construct(args)
return ::Quark.quark.IO.new()
nil
end
|
#isAbstract ⇒ Object
27679
27680
27681
27682
27683
27684
|
# File 'lib/datawire_mdk_md.rb', line 27679
def isAbstract()
return false
nil
end
|