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.



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

#_getClassObject



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



32725
32726
32727
32728
32729
32730
# File 'lib/datawire_mdk_md.rb', line 32725

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

    nil
end

#isAbstractObject



32732
32733
32734
32735
32736
32737
# File 'lib/datawire_mdk_md.rb', line 32732

def isAbstract()
    
    return false

    nil
end