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.



8947
8948
8949
8950
8951
8952
8953
8954
8955
8956
8957
# File 'lib/datawire_mdk_md.rb', line 8947

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



8997
8998
8999
9000
9001
9002
# File 'lib/datawire_mdk_md.rb', line 8997

def __init_fields__()
    
    super

    nil
end

#_getClassObject



8976
8977
8978
8979
8980
8981
# File 'lib/datawire_mdk_md.rb', line 8976

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

    nil
end

#_getField(name) ⇒ Object



8983
8984
8985
8986
8987
8988
# File 'lib/datawire_mdk_md.rb', line 8983

def _getField(name)
    
    return nil

    nil
end

#_setField(name, value) ⇒ Object



8990
8991
8992
8993
8994
8995
# File 'lib/datawire_mdk_md.rb', line 8990

def _setField(name, value)
    
    nil

    nil
end

#construct(args) ⇒ Object



8962
8963
8964
8965
8966
8967
# File 'lib/datawire_mdk_md.rb', line 8962

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

    nil
end

#isAbstractObject



8969
8970
8971
8972
8973
8974
# File 'lib/datawire_mdk_md.rb', line 8969

def isAbstract()
    
    return false

    nil
end