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.
8794 8795 8796 8797 8798 8799 8800 8801 8802 8803 8804 |
# File 'lib/datawire_mdk_md.rb', line 8794 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
8844 8845 8846 8847 8848 8849 |
# File 'lib/datawire_mdk_md.rb', line 8844 def __init_fields__() super nil end |
#_getClass ⇒ Object
8823 8824 8825 8826 8827 8828 |
# File 'lib/datawire_mdk_md.rb', line 8823 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
8830 8831 8832 8833 8834 8835 |
# File 'lib/datawire_mdk_md.rb', line 8830 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
8837 8838 8839 8840 8841 8842 |
# File 'lib/datawire_mdk_md.rb', line 8837 def _setField(name, value) nil nil end |
#construct(args) ⇒ Object
8809 8810 8811 8812 8813 8814 |
# File 'lib/datawire_mdk_md.rb', line 8809 def construct(args) return nil nil end |
#isAbstract ⇒ Object
8816 8817 8818 8819 8820 8821 |
# File 'lib/datawire_mdk_md.rb', line 8816 def isAbstract() return true nil end |