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.



6222
6223
6224
6225
6226
6227
6228
6229
6230
6231
6232
# File 'lib/datawire_mdk_md.rb', line 6222

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



6272
6273
6274
6275
6276
6277
# File 'lib/datawire_mdk_md.rb', line 6272

def __init_fields__()
    
    super

    nil
end

#_getClassObject



6251
6252
6253
6254
6255
6256
# File 'lib/datawire_mdk_md.rb', line 6251

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

    nil
end

#_getField(name) ⇒ Object



6258
6259
6260
6261
6262
6263
# File 'lib/datawire_mdk_md.rb', line 6258

def _getField(name)
    
    return nil

    nil
end

#_setField(name, value) ⇒ Object



6265
6266
6267
6268
6269
6270
# File 'lib/datawire_mdk_md.rb', line 6265

def _setField(name, value)
    
    nil

    nil
end

#construct(args) ⇒ Object



6237
6238
6239
6240
6241
6242
# File 'lib/datawire_mdk_md.rb', line 6237

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

    nil
end

#isAbstractObject



6244
6245
6246
6247
6248
6249
# File 'lib/datawire_mdk_md.rb', line 6244

def isAbstract()
    
    return false

    nil
end