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.
6690 6691 6692 6693 6694 6695 6696 6697 6698 6699 6700 |
# File 'lib/datawire_mdk_md.rb', line 6690 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
6740 6741 6742 6743 6744 6745 |
# File 'lib/datawire_mdk_md.rb', line 6740 def __init_fields__() super nil end |
#_getClass ⇒ Object
6719 6720 6721 6722 6723 6724 |
# File 'lib/datawire_mdk_md.rb', line 6719 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
6726 6727 6728 6729 6730 6731 |
# File 'lib/datawire_mdk_md.rb', line 6726 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
6733 6734 6735 6736 6737 6738 |
# File 'lib/datawire_mdk_md.rb', line 6733 def _setField(name, value) nil nil end |
#construct(args) ⇒ Object
6705 6706 6707 6708 6709 6710 |
# File 'lib/datawire_mdk_md.rb', line 6705 def construct(args) return ::DatawireQuarkCore::List.new() nil end |
#isAbstract ⇒ Object
6712 6713 6714 6715 6716 6717 |
# File 'lib/datawire_mdk_md.rb', line 6712 def isAbstract() return false nil end |