Class: Quark::DatawireMdkMd::QuarkListQuarkTask
- Inherits:
-
Object
- Object
- Quark::DatawireMdkMd::QuarkListQuarkTask
- 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 ⇒ QuarkListQuarkTask
constructor
A new instance of QuarkListQuarkTask.
- #isAbstract ⇒ Object
Methods included from DatawireQuarkCore::Static
_lazy_statics, static, unlazy_statics
Constructor Details
#initialize ⇒ QuarkListQuarkTask
Returns a new instance of QuarkListQuarkTask.
6276 6277 6278 6279 6280 6281 6282 6283 6284 6285 6286 |
# File 'lib/datawire_mdk_md.rb', line 6276 def initialize() super("quark.List<quark.Task>") (self).name = "quark.List" (self).parameters = ::DatawireQuarkCore::List.new(["quark.Task"]) (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
6326 6327 6328 6329 6330 6331 |
# File 'lib/datawire_mdk_md.rb', line 6326 def __init_fields__() super nil end |
#_getClass ⇒ Object
6305 6306 6307 6308 6309 6310 |
# File 'lib/datawire_mdk_md.rb', line 6305 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
6312 6313 6314 6315 6316 6317 |
# File 'lib/datawire_mdk_md.rb', line 6312 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
6319 6320 6321 6322 6323 6324 |
# File 'lib/datawire_mdk_md.rb', line 6319 def _setField(name, value) nil nil end |
#construct(args) ⇒ Object
6291 6292 6293 6294 6295 6296 |
# File 'lib/datawire_mdk_md.rb', line 6291 def construct(args) return ::DatawireQuarkCore::List.new() nil end |
#isAbstract ⇒ Object
6298 6299 6300 6301 6302 6303 |
# File 'lib/datawire_mdk_md.rb', line 6298 def isAbstract() return false nil end |