Class: Quark::DatawireMdkMd::MdkProtocolPump
- Inherits:
-
Object
- Object
- Quark::DatawireMdkMd::MdkProtocolPump
- 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 ⇒ MdkProtocolPump
constructor
A new instance of MdkProtocolPump.
- #isAbstract ⇒ Object
Methods included from DatawireQuarkCore::Static
_lazy_statics, static, unlazy_statics
Constructor Details
#initialize ⇒ MdkProtocolPump
Returns a new instance of MdkProtocolPump.
46127 46128 46129 46130 46131 46132 46133 46134 46135 46136 46137 |
# File 'lib/datawire_mdk_md.rb', line 46127 def initialize() super("mdk_protocol.Pump") (self).name = "mdk_protocol.Pump" (self).parameters = ::DatawireQuarkCore::List.new([]) (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
46177 46178 46179 46180 46181 46182 |
# File 'lib/datawire_mdk_md.rb', line 46177 def __init_fields__() super nil end |
#_getClass ⇒ Object
46156 46157 46158 46159 46160 46161 |
# File 'lib/datawire_mdk_md.rb', line 46156 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
46163 46164 46165 46166 46167 46168 |
# File 'lib/datawire_mdk_md.rb', line 46163 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
46170 46171 46172 46173 46174 46175 |
# File 'lib/datawire_mdk_md.rb', line 46170 def _setField(name, value) nil nil end |
#construct(args) ⇒ Object
46142 46143 46144 46145 46146 46147 |
# File 'lib/datawire_mdk_md.rb', line 46142 def construct(args) return ::Quark.mdk_protocol.Pump.new() nil end |
#isAbstract ⇒ Object
46149 46150 46151 46152 46153 46154 |
# File 'lib/datawire_mdk_md.rb', line 46149 def isAbstract() return false nil end |