Class: Quark::DatawireMdkMd::QuarkTask
- Inherits:
-
Object
- Object
- Quark::DatawireMdkMd::QuarkTask
- 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 ⇒ QuarkTask
constructor
A new instance of QuarkTask.
- #isAbstract ⇒ Object
Methods included from DatawireQuarkCore::Static
_lazy_statics, static, unlazy_statics
Constructor Details
#initialize ⇒ QuarkTask
Returns a new instance of QuarkTask.
4428 4429 4430 4431 4432 4433 4434 4435 4436 4437 4438 |
# File 'lib/datawire_mdk_md.rb', line 4428 def initialize() super("quark.Task") (self).name = "quark.Task" (self).parameters = ::DatawireQuarkCore::List.new([]) (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
4478 4479 4480 4481 4482 4483 |
# File 'lib/datawire_mdk_md.rb', line 4478 def __init_fields__() super nil end |
#_getClass ⇒ Object
4457 4458 4459 4460 4461 4462 |
# File 'lib/datawire_mdk_md.rb', line 4457 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
4464 4465 4466 4467 4468 4469 |
# File 'lib/datawire_mdk_md.rb', line 4464 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
4471 4472 4473 4474 4475 4476 |
# File 'lib/datawire_mdk_md.rb', line 4471 def _setField(name, value) nil nil end |
#construct(args) ⇒ Object
4443 4444 4445 4446 4447 4448 |
# File 'lib/datawire_mdk_md.rb', line 4443 def construct(args) return nil nil end |
#isAbstract ⇒ Object
4450 4451 4452 4453 4454 4455 |
# File 'lib/datawire_mdk_md.rb', line 4450 def isAbstract() return true nil end |