Class: Quark::DatawireMdkMd::QuarkSpiRuntimeFactoryMakeRuntimeMethod
- Inherits:
-
Object
- Object
- Quark::DatawireMdkMd::QuarkSpiRuntimeFactoryMakeRuntimeMethod
- Defined in:
- lib/datawire_mdk_md.rb
Instance Method Summary collapse
- #__init_fields__ ⇒ Object
- #_getClass ⇒ Object
- #_getField(name) ⇒ Object
- #_setField(name, value) ⇒ Object
-
#initialize ⇒ QuarkSpiRuntimeFactoryMakeRuntimeMethod
constructor
A new instance of QuarkSpiRuntimeFactoryMakeRuntimeMethod.
- #invoke(object, args) ⇒ Object
Constructor Details
#initialize ⇒ QuarkSpiRuntimeFactoryMakeRuntimeMethod
Returns a new instance of QuarkSpiRuntimeFactoryMakeRuntimeMethod.
16411 16412 16413 16414 16415 16416 |
# File 'lib/datawire_mdk_md.rb', line 16411 def initialize() super("quark.Runtime", "makeRuntime", ::DatawireQuarkCore::List.new([])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
16450 16451 16452 16453 16454 16455 |
# File 'lib/datawire_mdk_md.rb', line 16450 def __init_fields__() super nil end |
#_getClass ⇒ Object
16429 16430 16431 16432 16433 16434 |
# File 'lib/datawire_mdk_md.rb', line 16429 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
16436 16437 16438 16439 16440 16441 |
# File 'lib/datawire_mdk_md.rb', line 16436 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
16443 16444 16445 16446 16447 16448 |
# File 'lib/datawire_mdk_md.rb', line 16443 def _setField(name, value) nil nil end |
#invoke(object, args) ⇒ Object
16421 16422 16423 16424 16425 16426 16427 |
# File 'lib/datawire_mdk_md.rb', line 16421 def invoke(object, args) obj = ::DatawireQuarkCore.cast(object) { ::Quark.quark.spi.RuntimeFactory } return obj.makeRuntime() nil end |