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
27101
27102
27103
27104
27105
27106
|
# File 'lib/datawire_mdk_md.rb', line 27101
def __init_fields__()
super
nil
end
|
#_getClass ⇒ Object
27080
27081
27082
27083
27084
27085
|
# File 'lib/datawire_mdk_md.rb', line 27080
def _getClass()
return ::DatawireQuarkCore.cast(nil) { ::String }
nil
end
|
#_getField(name) ⇒ Object
27087
27088
27089
27090
27091
27092
|
# File 'lib/datawire_mdk_md.rb', line 27087
def _getField(name)
return nil
nil
end
|
#_setField(name, value) ⇒ Object
27094
27095
27096
27097
27098
27099
|
# File 'lib/datawire_mdk_md.rb', line 27094
def _setField(name, value)
nil
nil
end
|
#construct(args) ⇒ Object
27066
27067
27068
27069
27070
27071
|
# File 'lib/datawire_mdk_md.rb', line 27066
def construct(args)
return ::Quark.quark._Passthrough.new()
nil
end
|
#isAbstract ⇒ Object
27073
27074
27075
27076
27077
27078
|
# File 'lib/datawire_mdk_md.rb', line 27073
def isAbstract()
return false
nil
end
|