Class: Quark::DatawireMdkMd::QuarkPassthrough

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

#initializeQuarkPassthrough

Returns a new instance of QuarkPassthrough.



27105
27106
27107
27108
27109
27110
27111
27112
27113
27114
27115
# File 'lib/datawire_mdk_md.rb', line 27105

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



27155
27156
27157
27158
27159
27160
# File 'lib/datawire_mdk_md.rb', line 27155

def __init_fields__()
    
    super

    nil
end

#_getClassObject



27134
27135
27136
27137
27138
27139
# File 'lib/datawire_mdk_md.rb', line 27134

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

    nil
end

#_getField(name) ⇒ Object



27141
27142
27143
27144
27145
27146
# File 'lib/datawire_mdk_md.rb', line 27141

def _getField(name)
    
    return nil

    nil
end

#_setField(name, value) ⇒ Object



27148
27149
27150
27151
27152
27153
# File 'lib/datawire_mdk_md.rb', line 27148

def _setField(name, value)
    
    nil

    nil
end

#construct(args) ⇒ Object



27120
27121
27122
27123
27124
27125
# File 'lib/datawire_mdk_md.rb', line 27120

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

    nil
end

#isAbstractObject



27127
27128
27129
27130
27131
27132
# File 'lib/datawire_mdk_md.rb', line 27127

def isAbstract()
    
    return false

    nil
end