Class: Quark::DatawireMdkMd::QuarkHTTPServlet
Constant Summary
DatawireQuarkCore::Static::Unassigned
Instance Method Summary
collapse
_lazy_statics, static, unlazy_statics
Constructor Details
Returns a new instance of QuarkHTTPServlet.
13608
13609
13610
13611
13612
13613
13614
13615
13616
13617
13618
|
# File 'lib/datawire_mdk_md.rb', line 13608
def initialize()
super("quark.HTTPServlet")
(self).name = "quark.HTTPServlet"
(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
13658
13659
13660
13661
13662
13663
|
# File 'lib/datawire_mdk_md.rb', line 13658
def __init_fields__()
super
nil
end
|
#_getClass ⇒ Object
13637
13638
13639
13640
13641
13642
|
# File 'lib/datawire_mdk_md.rb', line 13637
def _getClass()
return ::DatawireQuarkCore.cast(nil) { ::String }
nil
end
|
#_getField(name) ⇒ Object
13644
13645
13646
13647
13648
13649
|
# File 'lib/datawire_mdk_md.rb', line 13644
def _getField(name)
return nil
nil
end
|
#_setField(name, value) ⇒ Object
13651
13652
13653
13654
13655
13656
|
# File 'lib/datawire_mdk_md.rb', line 13651
def _setField(name, value)
nil
nil
end
|
#construct(args) ⇒ Object
13623
13624
13625
13626
13627
13628
|
# File 'lib/datawire_mdk_md.rb', line 13623
def construct(args)
return nil
nil
end
|
#isAbstract ⇒ Object
13630
13631
13632
13633
13634
13635
|
# File 'lib/datawire_mdk_md.rb', line 13630
def isAbstract()
return true
nil
end
|