Class: Quark::DatawireMdkMd::QuarkListQuarkBool
Constant Summary
DatawireQuarkCore::Static::Unassigned
Instance Method Summary
collapse
_lazy_statics, static, unlazy_statics
Constructor Details
Returns a new instance of QuarkListQuarkBool.
6084
6085
6086
6087
6088
6089
6090
6091
6092
6093
6094
|
# File 'lib/datawire_mdk_md.rb', line 6084
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
6134
6135
6136
6137
6138
6139
|
# File 'lib/datawire_mdk_md.rb', line 6134
def __init_fields__()
super
nil
end
|
#_getClass ⇒ Object
6113
6114
6115
6116
6117
6118
|
# File 'lib/datawire_mdk_md.rb', line 6113
def _getClass()
return ::DatawireQuarkCore.cast(nil) { ::String }
nil
end
|
#_getField(name) ⇒ Object
6120
6121
6122
6123
6124
6125
|
# File 'lib/datawire_mdk_md.rb', line 6120
def _getField(name)
return nil
nil
end
|
#_setField(name, value) ⇒ Object
6127
6128
6129
6130
6131
6132
|
# File 'lib/datawire_mdk_md.rb', line 6127
def _setField(name, value)
nil
nil
end
|
#construct(args) ⇒ Object
6099
6100
6101
6102
6103
6104
|
# File 'lib/datawire_mdk_md.rb', line 6099
def construct(args)
return ::DatawireQuarkCore::List.new()
nil
end
|
#isAbstract ⇒ Object
6106
6107
6108
6109
6110
6111
|
# File 'lib/datawire_mdk_md.rb', line 6106
def isAbstract()
return false
nil
end
|