Class: Quark::DatawireMdkMd::QuarkListQuarkString
- Inherits:
-
Object
- Object
- Quark::DatawireMdkMd::QuarkListQuarkString
- 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 ⇒ QuarkListQuarkString
constructor
A new instance of QuarkListQuarkString.
- #isAbstract ⇒ Object
Methods included from DatawireQuarkCore::Static
_lazy_statics, static, unlazy_statics
Constructor Details
#initialize ⇒ QuarkListQuarkString
Returns a new instance of QuarkListQuarkString.
5448 5449 5450 5451 5452 5453 5454 5455 5456 5457 5458 |
# File 'lib/datawire_mdk_md.rb', line 5448 def initialize() super("quark.List<quark.String>") (self).name = "quark.List" (self).parameters = ::DatawireQuarkCore::List.new(["quark.String"]) (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
5498 5499 5500 5501 5502 5503 |
# File 'lib/datawire_mdk_md.rb', line 5498 def __init_fields__() super nil end |
#_getClass ⇒ Object
5477 5478 5479 5480 5481 5482 |
# File 'lib/datawire_mdk_md.rb', line 5477 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
5484 5485 5486 5487 5488 5489 |
# File 'lib/datawire_mdk_md.rb', line 5484 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
5491 5492 5493 5494 5495 5496 |
# File 'lib/datawire_mdk_md.rb', line 5491 def _setField(name, value) nil nil end |
#construct(args) ⇒ Object
5463 5464 5465 5466 5467 5468 |
# File 'lib/datawire_mdk_md.rb', line 5463 def construct(args) return ::DatawireQuarkCore::List.new() nil end |
#isAbstract ⇒ Object
5470 5471 5472 5473 5474 5475 |
# File 'lib/datawire_mdk_md.rb', line 5470 def isAbstract() return false nil end |