Class: Quark::DatawireMdkMd::QuarkListQuarkLong
- Inherits:
-
Object
- Object
- Quark::DatawireMdkMd::QuarkListQuarkLong
- 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 ⇒ QuarkListQuarkLong
constructor
A new instance of QuarkListQuarkLong.
- #isAbstract ⇒ Object
Methods included from DatawireQuarkCore::Static
_lazy_statics, static, unlazy_statics
Constructor Details
#initialize ⇒ QuarkListQuarkLong
Returns a new instance of QuarkListQuarkLong.
6567 6568 6569 6570 6571 6572 6573 6574 6575 6576 6577 |
# File 'lib/datawire_mdk_md.rb', line 6567 def initialize() super("quark.List<quark.long>") (self).name = "quark.List" (self).parameters = ::DatawireQuarkCore::List.new(["quark.long"]) (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
6617 6618 6619 6620 6621 6622 |
# File 'lib/datawire_mdk_md.rb', line 6617 def __init_fields__() super nil end |
#_getClass ⇒ Object
6596 6597 6598 6599 6600 6601 |
# File 'lib/datawire_mdk_md.rb', line 6596 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
6603 6604 6605 6606 6607 6608 |
# File 'lib/datawire_mdk_md.rb', line 6603 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
6610 6611 6612 6613 6614 6615 |
# File 'lib/datawire_mdk_md.rb', line 6610 def _setField(name, value) nil nil end |
#construct(args) ⇒ Object
6582 6583 6584 6585 6586 6587 |
# File 'lib/datawire_mdk_md.rb', line 6582 def construct(args) return ::DatawireQuarkCore::List.new() nil end |
#isAbstract ⇒ Object
6589 6590 6591 6592 6593 6594 |
# File 'lib/datawire_mdk_md.rb', line 6589 def isAbstract() return false nil end |