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.
32764
32765
32766
32767
32768
32769
32770
32771
32772
32773
32774
|
# File 'lib/datawire_mdk_md.rb', line 32764
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
32814
32815
32816
32817
32818
32819
|
# File 'lib/datawire_mdk_md.rb', line 32814
def __init_fields__()
super
nil
end
|
#_getClass ⇒ Object
32793
32794
32795
32796
32797
32798
|
# File 'lib/datawire_mdk_md.rb', line 32793
def _getClass()
return ::DatawireQuarkCore.cast(nil) { ::String }
nil
end
|
#_getField(name) ⇒ Object
32800
32801
32802
32803
32804
32805
|
# File 'lib/datawire_mdk_md.rb', line 32800
def _getField(name)
return nil
nil
end
|
#_setField(name, value) ⇒ Object
32807
32808
32809
32810
32811
32812
|
# File 'lib/datawire_mdk_md.rb', line 32807
def _setField(name, value)
nil
nil
end
|
#construct(args) ⇒ Object
#isAbstract ⇒ Object
32786
32787
32788
32789
32790
32791
|
# File 'lib/datawire_mdk_md.rb', line 32786
def isAbstract()
return false
nil
end
|