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.
28352 28353 28354 28355 28356 28357 28358 28359 28360 28361 28362 |
# File 'lib/datawire_mdk_md.rb', line 28352 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
28402 28403 28404 28405 28406 28407 |
# File 'lib/datawire_mdk_md.rb', line 28402 def __init_fields__() super nil end |
#_getClass ⇒ Object
28381 28382 28383 28384 28385 28386 |
# File 'lib/datawire_mdk_md.rb', line 28381 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
28388 28389 28390 28391 28392 28393 |
# File 'lib/datawire_mdk_md.rb', line 28388 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
28395 28396 28397 28398 28399 28400 |
# File 'lib/datawire_mdk_md.rb', line 28395 def _setField(name, value) nil nil end |
#construct(args) ⇒ Object
28367 28368 28369 28370 28371 28372 |
# File 'lib/datawire_mdk_md.rb', line 28367 def construct(args) return nil nil end |
#isAbstract ⇒ Object
28374 28375 28376 28377 28378 28379 |
# File 'lib/datawire_mdk_md.rb', line 28374 def isAbstract() return true nil end |