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.
6621 6622 6623 6624 6625 6626 6627 6628 6629 6630 6631 |
# File 'lib/datawire_mdk_md.rb', line 6621 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
6671 6672 6673 6674 6675 6676 |
# File 'lib/datawire_mdk_md.rb', line 6671 def __init_fields__() super nil end |
#_getClass ⇒ Object
6650 6651 6652 6653 6654 6655 |
# File 'lib/datawire_mdk_md.rb', line 6650 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
6657 6658 6659 6660 6661 6662 |
# File 'lib/datawire_mdk_md.rb', line 6657 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
6664 6665 6666 6667 6668 6669 |
# File 'lib/datawire_mdk_md.rb', line 6664 def _setField(name, value) nil nil end |
#construct(args) ⇒ Object
6636 6637 6638 6639 6640 6641 |
# File 'lib/datawire_mdk_md.rb', line 6636 def construct(args) return ::DatawireQuarkCore::List.new() nil end |
#isAbstract ⇒ Object
6643 6644 6645 6646 6647 6648 |
# File 'lib/datawire_mdk_md.rb', line 6643 def isAbstract() return false nil end |