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.
5256
5257
5258
5259
5260
5261
5262
5263
5264
5265
5266
|
# File 'lib/datawire_mdk_md.rb', line 5256
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
5306
5307
5308
5309
5310
5311
|
# File 'lib/datawire_mdk_md.rb', line 5306
def __init_fields__()
super
nil
end
|
#_getClass ⇒ Object
5285
5286
5287
5288
5289
5290
|
# File 'lib/datawire_mdk_md.rb', line 5285
def _getClass()
return ::DatawireQuarkCore.cast(nil) { ::String }
nil
end
|
#_getField(name) ⇒ Object
5292
5293
5294
5295
5296
5297
|
# File 'lib/datawire_mdk_md.rb', line 5292
def _getField(name)
return nil
nil
end
|
#_setField(name, value) ⇒ Object
5299
5300
5301
5302
5303
5304
|
# File 'lib/datawire_mdk_md.rb', line 5299
def _setField(name, value)
nil
nil
end
|
#construct(args) ⇒ Object
5271
5272
5273
5274
5275
5276
|
# File 'lib/datawire_mdk_md.rb', line 5271
def construct(args)
return ::DatawireQuarkCore::List.new()
nil
end
|
#isAbstract ⇒ Object
5278
5279
5280
5281
5282
5283
|
# File 'lib/datawire_mdk_md.rb', line 5278
def isAbstract()
return false
nil
end
|