Class: Quark::DatawireMdkMd::QuarkMapQuarkLongMdkRuntimeFakeTimeRequest
- Inherits:
-
Object
- Object
- Quark::DatawireMdkMd::QuarkMapQuarkLongMdkRuntimeFakeTimeRequest
show all
- Extended by:
- DatawireQuarkCore::Static
- Defined in:
- lib/datawire_mdk_md.rb
Constant Summary
DatawireQuarkCore::Static::Unassigned
Instance Method Summary
collapse
_lazy_statics, static, unlazy_statics
Constructor Details
Returns a new instance of QuarkMapQuarkLongMdkRuntimeFakeTimeRequest.
7449
7450
7451
7452
7453
7454
7455
7456
7457
7458
7459
|
# File 'lib/datawire_mdk_md.rb', line 7449
def initialize()
super("quark.Map<quark.long,mdk_runtime._FakeTimeRequest>")
(self).name = "quark.Map"
(self).parameters = ::DatawireQuarkCore::List.new(["quark.long", "mdk_runtime._FakeTimeRequest"])
(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
7499
7500
7501
7502
7503
7504
|
# File 'lib/datawire_mdk_md.rb', line 7499
def __init_fields__()
super
nil
end
|
#_getClass ⇒ Object
7478
7479
7480
7481
7482
7483
|
# File 'lib/datawire_mdk_md.rb', line 7478
def _getClass()
return ::DatawireQuarkCore.cast(nil) { ::String }
nil
end
|
#_getField(name) ⇒ Object
7485
7486
7487
7488
7489
7490
|
# File 'lib/datawire_mdk_md.rb', line 7485
def _getField(name)
return nil
nil
end
|
#_setField(name, value) ⇒ Object
7492
7493
7494
7495
7496
7497
|
# File 'lib/datawire_mdk_md.rb', line 7492
def _setField(name, value)
nil
nil
end
|
#construct(args) ⇒ Object
7464
7465
7466
7467
7468
7469
|
# File 'lib/datawire_mdk_md.rb', line 7464
def construct(args)
return ::Hash.new()
nil
end
|
#isAbstract ⇒ Object
7471
7472
7473
7474
7475
7476
|
# File 'lib/datawire_mdk_md.rb', line 7471
def isAbstract()
return false
nil
end
|