Class: Quark::DatawireMdkMd::QuarkListMdkMetricsInteractionEvent
Constant Summary
DatawireQuarkCore::Static::Unassigned
Instance Method Summary
collapse
_lazy_statics, static, unlazy_statics
Constructor Details
Returns a new instance of QuarkListMdkMetricsInteractionEvent.
5310
5311
5312
5313
5314
5315
5316
5317
5318
5319
5320
|
# File 'lib/datawire_mdk_md.rb', line 5310
def initialize()
super("quark.List<mdk_metrics.InteractionEvent>")
(self).name = "quark.List"
(self).parameters = ::DatawireQuarkCore::List.new(["mdk_metrics.InteractionEvent"])
(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
5360
5361
5362
5363
5364
5365
|
# File 'lib/datawire_mdk_md.rb', line 5360
def __init_fields__()
super
nil
end
|
#_getClass ⇒ Object
5339
5340
5341
5342
5343
5344
|
# File 'lib/datawire_mdk_md.rb', line 5339
def _getClass()
return ::DatawireQuarkCore.cast(nil) { ::String }
nil
end
|
#_getField(name) ⇒ Object
5346
5347
5348
5349
5350
5351
|
# File 'lib/datawire_mdk_md.rb', line 5346
def _getField(name)
return nil
nil
end
|
#_setField(name, value) ⇒ Object
5353
5354
5355
5356
5357
5358
|
# File 'lib/datawire_mdk_md.rb', line 5353
def _setField(name, value)
nil
nil
end
|
#construct(args) ⇒ Object
5325
5326
5327
5328
5329
5330
|
# File 'lib/datawire_mdk_md.rb', line 5325
def construct(args)
return ::DatawireQuarkCore::List.new()
nil
end
|
#isAbstract ⇒ Object
5332
5333
5334
5335
5336
5337
|
# File 'lib/datawire_mdk_md.rb', line 5332
def isAbstract()
return false
nil
end
|