Class: Quark::DatawireMdkMd::Root
Constant Summary
DatawireQuarkCore::Static::Unassigned
Instance Method Summary
collapse
_lazy_statics, static, unlazy_statics
#to_s
Constructor Details
#initialize ⇒ Root
Returns a new instance of Root.
54919
54920
54921
54922
54923
|
# File 'lib/datawire_mdk_md.rb', line 54919
def initialize()
self.__init_fields__
nil
end
|
Instance Method Details
#__init_fields__ ⇒ Object
54949
54950
54951
54952
54953
|
# File 'lib/datawire_mdk_md.rb', line 54949
def __init_fields__()
nil
end
|
#_getClass ⇒ Object
54928
54929
54930
54931
54932
54933
|
# File 'lib/datawire_mdk_md.rb', line 54928
def _getClass()
return ::DatawireQuarkCore.cast(nil) { ::String }
nil
end
|
#_getField(name) ⇒ Object
54935
54936
54937
54938
54939
54940
|
# File 'lib/datawire_mdk_md.rb', line 54935
def _getField(name)
return nil
nil
end
|
#_setField(name, value) ⇒ Object
54942
54943
54944
54945
54946
54947
|
# File 'lib/datawire_mdk_md.rb', line 54942
def _setField(name, value)
nil
nil
end
|