Class: Quark::DatawireMdkMd::MdkRuntimeFilesFileContents
Constant Summary
DatawireQuarkCore::Static::Unassigned
Instance Method Summary
collapse
_lazy_statics, static, unlazy_statics
Constructor Details
Returns a new instance of MdkRuntimeFilesFileContents.
32710
32711
32712
32713
32714
32715
32716
32717
32718
32719
32720
|
# File 'lib/datawire_mdk_md.rb', line 32710
def initialize()
super("mdk_runtime.files.FileContents")
(self).name = "mdk_runtime.files.FileContents"
(self).parameters = ::DatawireQuarkCore::List.new([])
(self).fields = ::DatawireQuarkCore::List.new([::Quark.quark.reflect.Field.new("quark.String", "path"), ::Quark.quark.reflect.Field.new("quark.String", "contents")])
(self).methods = ::DatawireQuarkCore::List.new([])
(self).parents = ::DatawireQuarkCore::List.new(["quark.Object"])
nil
end
|
Instance Method Details
#__init_fields__ ⇒ Object
32760
32761
32762
32763
32764
32765
|
# File 'lib/datawire_mdk_md.rb', line 32760
def __init_fields__()
super
nil
end
|
#_getClass ⇒ Object
32739
32740
32741
32742
32743
32744
|
# File 'lib/datawire_mdk_md.rb', line 32739
def _getClass()
return ::DatawireQuarkCore.cast(nil) { ::String }
nil
end
|
#_getField(name) ⇒ Object
32746
32747
32748
32749
32750
32751
|
# File 'lib/datawire_mdk_md.rb', line 32746
def _getField(name)
return nil
nil
end
|
#_setField(name, value) ⇒ Object
32753
32754
32755
32756
32757
32758
|
# File 'lib/datawire_mdk_md.rb', line 32753
def _setField(name, value)
nil
nil
end
|
#construct(args) ⇒ Object
#isAbstract ⇒ Object
32732
32733
32734
32735
32736
32737
|
# File 'lib/datawire_mdk_md.rb', line 32732
def isAbstract()
return false
nil
end
|