Class: Quark::DatawireMdkMd::QuarkListQuarkBool
- Inherits:
-
Object
- Object
- Quark::DatawireMdkMd::QuarkListQuarkBool
- 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 ⇒ QuarkListQuarkBool
constructor
A new instance of QuarkListQuarkBool.
- #isAbstract ⇒ Object
Methods included from DatawireQuarkCore::Static
_lazy_statics, static, unlazy_statics
Constructor Details
#initialize ⇒ QuarkListQuarkBool
Returns a new instance of QuarkListQuarkBool.
6138 6139 6140 6141 6142 6143 6144 6145 6146 6147 6148 |
# File 'lib/datawire_mdk_md.rb', line 6138 def initialize() super("quark.List<quark.bool>") (self).name = "quark.List" (self).parameters = ::DatawireQuarkCore::List.new(["quark.bool"]) (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
6188 6189 6190 6191 6192 6193 |
# File 'lib/datawire_mdk_md.rb', line 6188 def __init_fields__() super nil end |
#_getClass ⇒ Object
6167 6168 6169 6170 6171 6172 |
# File 'lib/datawire_mdk_md.rb', line 6167 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
6174 6175 6176 6177 6178 6179 |
# File 'lib/datawire_mdk_md.rb', line 6174 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
6181 6182 6183 6184 6185 6186 |
# File 'lib/datawire_mdk_md.rb', line 6181 def _setField(name, value) nil nil end |
#construct(args) ⇒ Object
6153 6154 6155 6156 6157 6158 |
# File 'lib/datawire_mdk_md.rb', line 6153 def construct(args) return ::DatawireQuarkCore::List.new() nil end |
#isAbstract ⇒ Object
6160 6161 6162 6163 6164 6165 |
# File 'lib/datawire_mdk_md.rb', line 6160 def isAbstract() return false nil end |