Class: Quark::DatawireMdkMd::Root
Constant Summary
DatawireQuarkCore::Static::Unassigned
Instance Method Summary
collapse
_lazy_statics, static, unlazy_statics
#to_s
Constructor Details
#initialize ⇒ Root
53982
53983
53984
53985
53986
|
# File 'lib/datawire_mdk_md.rb', line 53982
def initialize()
self.__init_fields__
nil
end
|
Instance Method Details
#__init_fields__ ⇒ Object
54012
54013
54014
54015
54016
|
# File 'lib/datawire_mdk_md.rb', line 54012
def __init_fields__()
nil
end
|
#_getClass ⇒ Object
53991
53992
53993
53994
53995
53996
|
# File 'lib/datawire_mdk_md.rb', line 53991
def _getClass()
return ::DatawireQuarkCore.cast(nil) { ::String }
nil
end
|
#_getField(name) ⇒ Object
53998
53999
54000
54001
54002
54003
|
# File 'lib/datawire_mdk_md.rb', line 53998
def _getField(name)
return nil
nil
end
|
#_setField(name, value) ⇒ Object
54005
54006
54007
54008
54009
54010
|
# File 'lib/datawire_mdk_md.rb', line 54005
def _setField(name, value)
nil
nil
end
|