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.



27051
27052
27053
27054
27055
27056
27057
27058
27059
27060
27061
# File 'lib/datawire_mdk_md.rb', line 27051

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



27101
27102
27103
27104
27105
27106
# File 'lib/datawire_mdk_md.rb', line 27101

def __init_fields__()
    
    super

    nil
end

#_getClassObject



27080
27081
27082
27083
27084
27085
# File 'lib/datawire_mdk_md.rb', line 27080

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

    nil
end

#_getField(name) ⇒ Object



27087
27088
27089
27090
27091
27092
# File 'lib/datawire_mdk_md.rb', line 27087

def _getField(name)
    
    return nil

    nil
end

#_setField(name, value) ⇒ Object



27094
27095
27096
27097
27098
27099
# File 'lib/datawire_mdk_md.rb', line 27094

def _setField(name, value)
    
    nil

    nil
end

#construct(args) ⇒ Object



27066
27067
27068
27069
27070
27071
# File 'lib/datawire_mdk_md.rb', line 27066

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

    nil
end

#isAbstractObject



27073
27074
27075
27076
27077
27078
# File 'lib/datawire_mdk_md.rb', line 27073

def isAbstract()
    
    return false

    nil
end