Class: Quark::DatawireMdkMd::QuarkListMdkRuntimeActorsQueuedMessage

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

#initializeQuarkListMdkRuntimeActorsQueuedMessage

Returns a new instance of QuarkListMdkRuntimeActorsQueuedMessage.



6276
6277
6278
6279
6280
6281
6282
6283
6284
6285
6286
# File 'lib/datawire_mdk_md.rb', line 6276

def initialize()
    
    super("quark.List<mdk_runtime.actors._QueuedMessage>")
    (self).name = "quark.List"
    (self).parameters = ::DatawireQuarkCore::List.new(["mdk_runtime.actors._QueuedMessage"])
    (self).fields = ::DatawireQuarkCore::List.new([])
    (self).methods = ::DatawireQuarkCore::List.new([])
    (self).parents = ::DatawireQuarkCore::List.new(["quark.Object"])

    nil
end

Instance Method Details

#__init_fields__Object



6326
6327
6328
6329
6330
6331
# File 'lib/datawire_mdk_md.rb', line 6326

def __init_fields__()
    
    super

    nil
end

#_getClassObject



6305
6306
6307
6308
6309
6310
# File 'lib/datawire_mdk_md.rb', line 6305

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

    nil
end

#_getField(name) ⇒ Object



6312
6313
6314
6315
6316
6317
# File 'lib/datawire_mdk_md.rb', line 6312

def _getField(name)
    
    return nil

    nil
end

#_setField(name, value) ⇒ Object



6319
6320
6321
6322
6323
6324
# File 'lib/datawire_mdk_md.rb', line 6319

def _setField(name, value)
    
    nil

    nil
end

#construct(args) ⇒ Object



6291
6292
6293
6294
6295
6296
# File 'lib/datawire_mdk_md.rb', line 6291

def construct(args)
    
    return ::DatawireQuarkCore::List.new()

    nil
end

#isAbstractObject



6298
6299
6300
6301
6302
6303
# File 'lib/datawire_mdk_md.rb', line 6298

def isAbstract()
    
    return false

    nil
end