Class: Quark::Quark::Test::TestInitializer
Constant Summary
DatawireQuarkCore::Static::Unassigned
Instance Method Summary
collapse
_lazy_statics, static, unlazy_statics
#to_s
Constructor Details
Returns a new instance of TestInitializer.
22
23
24
25
26
|
# File 'lib/quark/test.rb', line 22
def initialize()
self.__init_fields__
nil
end
|
Instance Method Details
#__init_fields__ ⇒ Object
59
60
61
62
63
|
# File 'lib/quark/test.rb', line 59
def __init_fields__()
nil
end
|
#_getClass ⇒ Object
38
39
40
41
42
43
|
# File 'lib/quark/test.rb', line 38
def _getClass()
return "quark.test.TestInitializer"
nil
end
|
#_getField(name) ⇒ Object
45
46
47
48
49
50
|
# File 'lib/quark/test.rb', line 45
def _getField(name)
return nil
nil
end
|
#_setField(name, value) ⇒ Object
52
53
54
55
56
57
|
# File 'lib/quark/test.rb', line 52
def _setField(name, value)
nil
nil
end
|
#getValue ⇒ Object
31
32
33
34
35
36
|
# File 'lib/quark/test.rb', line 31
def getValue()
return ::DatawireQuarkCore.cast(nil) { ::Quark.quark.test.Test }
nil
end
|