Class: Quark::DatawireMdkMd::QuarkBaseService

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

#initializeQuarkBaseService

Returns a new instance of QuarkBaseService.



9001
9002
9003
9004
9005
9006
9007
9008
9009
9010
9011
# File 'lib/datawire_mdk_md.rb', line 9001

def initialize()
    
    super("quark.BaseService")
    (self).name = "quark.BaseService"
    (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



9051
9052
9053
9054
9055
9056
# File 'lib/datawire_mdk_md.rb', line 9051

def __init_fields__()
    
    super

    nil
end

#_getClassObject



9030
9031
9032
9033
9034
9035
# File 'lib/datawire_mdk_md.rb', line 9030

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

    nil
end

#_getField(name) ⇒ Object



9037
9038
9039
9040
9041
9042
# File 'lib/datawire_mdk_md.rb', line 9037

def _getField(name)
    
    return nil

    nil
end

#_setField(name, value) ⇒ Object



9044
9045
9046
9047
9048
9049
# File 'lib/datawire_mdk_md.rb', line 9044

def _setField(name, value)
    
    nil

    nil
end

#construct(args) ⇒ Object



9016
9017
9018
9019
9020
9021
# File 'lib/datawire_mdk_md.rb', line 9016

def construct(args)
    
    return ::Quark.quark.BaseService.new()

    nil
end

#isAbstractObject



9023
9024
9025
9026
9027
9028
# File 'lib/datawire_mdk_md.rb', line 9023

def isAbstract()
    
    return false

    nil
end