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.
16342 16343 16344 16345 16346 16347 |
# File 'lib/datawire_mdk_md.rb', line 16342 def initialize() super("quark.Runtime", "makeRuntime", ::DatawireQuarkCore::List.new([])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
16381 16382 16383 16384 16385 16386 |
# File 'lib/datawire_mdk_md.rb', line 16381 def __init_fields__() super nil end |
#_getClass ⇒ Object
16360 16361 16362 16363 16364 16365 |
# File 'lib/datawire_mdk_md.rb', line 16360 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
16367 16368 16369 16370 16371 16372 |
# File 'lib/datawire_mdk_md.rb', line 16367 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
16374 16375 16376 16377 16378 16379 |
# File 'lib/datawire_mdk_md.rb', line 16374 def _setField(name, value) nil nil end |
#invoke(object, args) ⇒ Object
16352 16353 16354 16355 16356 16357 16358 |
# File 'lib/datawire_mdk_md.rb', line 16352 def invoke(object, args) obj = ::DatawireQuarkCore.cast(object) { ::Quark.quark.spi.RuntimeFactory } return obj.makeRuntime() nil end |