Class: Quark::DatawireMdkMd::QuarkListQuarkInt
- Inherits:
-
Object
- Object
- Quark::DatawireMdkMd::QuarkListQuarkInt
- 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 ⇒ QuarkListQuarkInt
constructor
A new instance of QuarkListQuarkInt.
- #isAbstract ⇒ Object
Methods included from DatawireQuarkCore::Static
_lazy_statics, static, unlazy_statics
Constructor Details
#initialize ⇒ QuarkListQuarkInt
Returns a new instance of QuarkListQuarkInt.
5103 5104 5105 5106 5107 5108 5109 5110 5111 5112 5113 |
# File 'lib/datawire_mdk_md.rb', line 5103 def initialize() super("quark.List<quark.int>") (self).name = "quark.List" (self).parameters = ::DatawireQuarkCore::List.new(["quark.int"]) (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
5153 5154 5155 5156 5157 5158 |
# File 'lib/datawire_mdk_md.rb', line 5153 def __init_fields__() super nil end |
#_getClass ⇒ Object
5132 5133 5134 5135 5136 5137 |
# File 'lib/datawire_mdk_md.rb', line 5132 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
5139 5140 5141 5142 5143 5144 |
# File 'lib/datawire_mdk_md.rb', line 5139 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
5146 5147 5148 5149 5150 5151 |
# File 'lib/datawire_mdk_md.rb', line 5146 def _setField(name, value) nil nil end |
#construct(args) ⇒ Object
5118 5119 5120 5121 5122 5123 |
# File 'lib/datawire_mdk_md.rb', line 5118 def construct(args) return ::DatawireQuarkCore::List.new() nil end |
#isAbstract ⇒ Object
5125 5126 5127 5128 5129 5130 |
# File 'lib/datawire_mdk_md.rb', line 5125 def isAbstract() return false nil end |