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.
54036
54037
54038
54039
54040
|
# File 'lib/datawire_mdk_md.rb', line 54036
def initialize()
self.__init_fields__
nil
end
|
Instance Method Details
#__init_fields__ ⇒ Object
54066
54067
54068
54069
54070
|
# File 'lib/datawire_mdk_md.rb', line 54066
def __init_fields__()
nil
end
|
#_getClass ⇒ Object
54045
54046
54047
54048
54049
54050
|
# File 'lib/datawire_mdk_md.rb', line 54045
def _getClass()
return ::DatawireQuarkCore.cast(nil) { ::String }
nil
end
|
#_getField(name) ⇒ Object
54052
54053
54054
54055
54056
54057
|
# File 'lib/datawire_mdk_md.rb', line 54052
def _getField(name)
return nil
nil
end
|
#_setField(name, value) ⇒ Object
54059
54060
54061
54062
54063
54064
|
# File 'lib/datawire_mdk_md.rb', line 54059
def _setField(name, value)
nil
nil
end
|