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.
5394 5395 5396 5397 5398 5399 5400 5401 5402 5403 5404 |
# File 'lib/datawire_mdk_md.rb', line 5394 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
5444 5445 5446 5447 5448 5449 |
# File 'lib/datawire_mdk_md.rb', line 5444 def __init_fields__() super nil end |
#_getClass ⇒ Object
5423 5424 5425 5426 5427 5428 |
# File 'lib/datawire_mdk_md.rb', line 5423 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
5430 5431 5432 5433 5434 5435 |
# File 'lib/datawire_mdk_md.rb', line 5430 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
5437 5438 5439 5440 5441 5442 |
# File 'lib/datawire_mdk_md.rb', line 5437 def _setField(name, value) nil nil end |
#construct(args) ⇒ Object
5409 5410 5411 5412 5413 5414 |
# File 'lib/datawire_mdk_md.rb', line 5409 def construct(args) return ::DatawireQuarkCore::List.new() nil end |
#isAbstract ⇒ Object
5416 5417 5418 5419 5420 5421 |
# File 'lib/datawire_mdk_md.rb', line 5416 def isAbstract() return false nil end |