Class: Quark::DatawireMdkMd::QuarkServlet
- Inherits:
-
Object
- Object
- Quark::DatawireMdkMd::QuarkServlet
- 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 ⇒ QuarkServlet
constructor
A new instance of QuarkServlet.
- #isAbstract ⇒ Object
Methods included from DatawireQuarkCore::Static
_lazy_statics, static, unlazy_statics
Constructor Details
#initialize ⇒ QuarkServlet
Returns a new instance of QuarkServlet.
8671 8672 8673 8674 8675 8676 8677 8678 8679 8680 8681 |
# File 'lib/datawire_mdk_md.rb', line 8671 def initialize() super("quark.Servlet") (self).name = "quark.Servlet" (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
8721 8722 8723 8724 8725 8726 |
# File 'lib/datawire_mdk_md.rb', line 8721 def __init_fields__() super nil end |
#_getClass ⇒ Object
8700 8701 8702 8703 8704 8705 |
# File 'lib/datawire_mdk_md.rb', line 8700 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
8707 8708 8709 8710 8711 8712 |
# File 'lib/datawire_mdk_md.rb', line 8707 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
8714 8715 8716 8717 8718 8719 |
# File 'lib/datawire_mdk_md.rb', line 8714 def _setField(name, value) nil nil end |
#construct(args) ⇒ Object
8686 8687 8688 8689 8690 8691 |
# File 'lib/datawire_mdk_md.rb', line 8686 def construct(args) return nil nil end |
#isAbstract ⇒ Object
8693 8694 8695 8696 8697 8698 |
# File 'lib/datawire_mdk_md.rb', line 8693 def isAbstract() return true nil end |