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.
47006 47007 47008 47009 47010 47011 47012 47013 47014 47015 47016 |
# File 'lib/datawire_mdk_md.rb', line 47006 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
47056 47057 47058 47059 47060 47061 |
# File 'lib/datawire_mdk_md.rb', line 47056 def __init_fields__() super nil end |
#_getClass ⇒ Object
47035 47036 47037 47038 47039 47040 |
# File 'lib/datawire_mdk_md.rb', line 47035 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
47042 47043 47044 47045 47046 47047 |
# File 'lib/datawire_mdk_md.rb', line 47042 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
47049 47050 47051 47052 47053 47054 |
# File 'lib/datawire_mdk_md.rb', line 47049 def _setField(name, value) nil nil end |
#construct(args) ⇒ Object
47021 47022 47023 47024 47025 47026 |
# File 'lib/datawire_mdk_md.rb', line 47021 def construct(args) return ::Quark.mdk_protocol.Pump.new() nil end |
#isAbstract ⇒ Object
47028 47029 47030 47031 47032 47033 |
# File 'lib/datawire_mdk_md.rb', line 47028 def isAbstract() return false nil end |