Class: Quark::DatawireMdkMd::MdkRuntimeFilesFileContents

Inherits:
Object
  • Object
show all
Extended by:
DatawireQuarkCore::Static
Defined in:
lib/datawire_mdk_md.rb

Constant Summary

Constants included from DatawireQuarkCore::Static

DatawireQuarkCore::Static::Unassigned

Instance Method Summary collapse

Methods included from DatawireQuarkCore::Static

_lazy_statics, static, unlazy_statics

Constructor Details

#initializeMdkRuntimeFilesFileContents

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

#_getClassObject



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



32779
32780
32781
32782
32783
32784
# File 'lib/datawire_mdk_md.rb', line 32779

def construct(args)
    
    return ::Quark.mdk_runtime.files.FileContents.new(::DatawireQuarkCore.cast((args)[0]) { ::String }, ::DatawireQuarkCore.cast((args)[1]) { ::String })

    nil
end

#isAbstractObject



32786
32787
32788
32789
32790
32791
# File 'lib/datawire_mdk_md.rb', line 32786

def isAbstract()
    
    return false

    nil
end