Class: Quark::DatawireMdkMd::QuarkHTTPServlet

Inherits:
Object
  • Object
show all
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

Methods included from DatawireQuarkCore::Static

_lazy_statics, static, unlazy_statics

Constructor Details

#initializeQuarkHTTPServlet

Returns a new instance of QuarkHTTPServlet.



13731
13732
13733
13734
13735
13736
13737
13738
13739
13740
13741
# File 'lib/datawire_mdk_md.rb', line 13731

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



13781
13782
13783
13784
13785
13786
# File 'lib/datawire_mdk_md.rb', line 13781

def __init_fields__()
    
    super

    nil
end

#_getClassObject



13760
13761
13762
13763
13764
13765
# File 'lib/datawire_mdk_md.rb', line 13760

def _getClass()
    
    return ::DatawireQuarkCore.cast(nil) { ::String }

    nil
end

#_getField(name) ⇒ Object



13767
13768
13769
13770
13771
13772
# File 'lib/datawire_mdk_md.rb', line 13767

def _getField(name)
    
    return nil

    nil
end

#_setField(name, value) ⇒ Object



13774
13775
13776
13777
13778
13779
# File 'lib/datawire_mdk_md.rb', line 13774

def _setField(name, value)
    
    nil

    nil
end

#construct(args) ⇒ Object



13746
13747
13748
13749
13750
13751
# File 'lib/datawire_mdk_md.rb', line 13746

def construct(args)
    
    return nil

    nil
end

#isAbstractObject



13753
13754
13755
13756
13757
13758
# File 'lib/datawire_mdk_md.rb', line 13753

def isAbstract()
    
    return true

    nil
end