Class: Quark::DatawireMdkMd::QuarkPassthrough
Constant Summary
DatawireQuarkCore::Static::Unassigned
Instance Method Summary
collapse
_lazy_statics, static, unlazy_statics
Constructor Details
Returns a new instance of QuarkPassthrough.
Instance Method Details
#__init_fields__ ⇒ Object
27155
27156
27157
27158
27159
27160
|
# File 'lib/datawire_mdk_md.rb', line 27155
def __init_fields__()
super
nil
end
|
#_getClass ⇒ Object
27134
27135
27136
27137
27138
27139
|
# File 'lib/datawire_mdk_md.rb', line 27134
def _getClass()
return ::DatawireQuarkCore.cast(nil) { ::String }
nil
end
|
#_getField(name) ⇒ Object
27141
27142
27143
27144
27145
27146
|
# File 'lib/datawire_mdk_md.rb', line 27141
def _getField(name)
return nil
nil
end
|
#_setField(name, value) ⇒ Object
27148
27149
27150
27151
27152
27153
|
# File 'lib/datawire_mdk_md.rb', line 27148
def _setField(name, value)
nil
nil
end
|
#construct(args) ⇒ Object
27120
27121
27122
27123
27124
27125
|
# File 'lib/datawire_mdk_md.rb', line 27120
def construct(args)
return ::Quark.quark._Passthrough.new()
nil
end
|
#isAbstract ⇒ Object
27127
27128
27129
27130
27131
27132
|
# File 'lib/datawire_mdk_md.rb', line 27127
def isAbstract()
return false
nil
end
|