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.
4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 |
# File 'lib/datawire_mdk_md.rb', line 4482 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
4532 4533 4534 4535 4536 4537 |
# File 'lib/datawire_mdk_md.rb', line 4532 def __init_fields__() super nil end |
#_getClass ⇒ Object
4511 4512 4513 4514 4515 4516 |
# File 'lib/datawire_mdk_md.rb', line 4511 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
4518 4519 4520 4521 4522 4523 |
# File 'lib/datawire_mdk_md.rb', line 4518 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
4525 4526 4527 4528 4529 4530 |
# File 'lib/datawire_mdk_md.rb', line 4525 def _setField(name, value) nil nil end |
#construct(args) ⇒ Object
4497 4498 4499 4500 4501 4502 |
# File 'lib/datawire_mdk_md.rb', line 4497 def construct(args) return nil nil end |
#isAbstract ⇒ Object
4504 4505 4506 4507 4508 4509 |
# File 'lib/datawire_mdk_md.rb', line 4504 def isAbstract() return true nil end |