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.



33643
33644
33645
33646
33647
33648
33649
33650
33651
33652
33653
# File 'lib/datawire_mdk_md.rb', line 33643

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



33693
33694
33695
33696
33697
33698
# File 'lib/datawire_mdk_md.rb', line 33693

def __init_fields__()
    
    super

    nil
end

#_getClassObject



33672
33673
33674
33675
33676
33677
# File 'lib/datawire_mdk_md.rb', line 33672

def _getClass()
    
    return ::DatawireQuarkCore.cast(nil) { ::String }

    nil
end

#_getField(name) ⇒ Object



33679
33680
33681
33682
33683
33684
# File 'lib/datawire_mdk_md.rb', line 33679

def _getField(name)
    
    return nil

    nil
end

#_setField(name, value) ⇒ Object



33686
33687
33688
33689
33690
33691
# File 'lib/datawire_mdk_md.rb', line 33686

def _setField(name, value)
    
    nil

    nil
end

#construct(args) ⇒ Object



33658
33659
33660
33661
33662
33663
# File 'lib/datawire_mdk_md.rb', line 33658

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

    nil
end

#isAbstractObject



33665
33666
33667
33668
33669
33670
# File 'lib/datawire_mdk_md.rb', line 33665

def isAbstract()
    
    return false

    nil
end