Class: Quark::DatawireMdkMd::MdkRuntimeTime
- Inherits:
-
Object
- Object
- Quark::DatawireMdkMd::MdkRuntimeTime
- 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
- #__init_fields__ ⇒ Object
- #_getClass ⇒ Object
- #_getField(name) ⇒ Object
- #_setField(name, value) ⇒ Object
- #construct(args) ⇒ Object
-
#initialize ⇒ MdkRuntimeTime
constructor
A new instance of MdkRuntimeTime.
- #isAbstract ⇒ Object
Methods included from DatawireQuarkCore::Static
_lazy_statics, static, unlazy_statics
Constructor Details
#initialize ⇒ MdkRuntimeTime
Returns a new instance of MdkRuntimeTime.
28406 28407 28408 28409 28410 28411 28412 28413 28414 28415 28416 |
# File 'lib/datawire_mdk_md.rb', line 28406 def initialize() super("mdk_runtime.Time") (self).name = "mdk_runtime.Time" (self).parameters = ::DatawireQuarkCore::List.new([]) (self).fields = ::DatawireQuarkCore::List.new([]) (self).methods = ::DatawireQuarkCore::List.new([::Quark.datawire_mdk_md.mdk_runtime_Time_time_Method.new()]) (self).parents = ::DatawireQuarkCore::List.new(["quark.Object"]) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
28456 28457 28458 28459 28460 28461 |
# File 'lib/datawire_mdk_md.rb', line 28456 def __init_fields__() super nil end |
#_getClass ⇒ Object
28435 28436 28437 28438 28439 28440 |
# File 'lib/datawire_mdk_md.rb', line 28435 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
28442 28443 28444 28445 28446 28447 |
# File 'lib/datawire_mdk_md.rb', line 28442 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
28449 28450 28451 28452 28453 28454 |
# File 'lib/datawire_mdk_md.rb', line 28449 def _setField(name, value) nil nil end |
#construct(args) ⇒ Object
28421 28422 28423 28424 28425 28426 |
# File 'lib/datawire_mdk_md.rb', line 28421 def construct(args) return nil nil end |
#isAbstract ⇒ Object
28428 28429 28430 28431 28432 28433 |
# File 'lib/datawire_mdk_md.rb', line 28428 def isAbstract() return true nil end |