Class: Quark::DatawireMdkMd::QuarkURL
Constant Summary
DatawireQuarkCore::Static::Unassigned
Instance Method Summary
collapse
_lazy_statics, static, unlazy_statics
Constructor Details
Returns a new instance of QuarkURL.
15443
15444
15445
15446
15447
15448
15449
15450
15451
15452
15453
|
# File 'lib/datawire_mdk_md.rb', line 15443
def initialize()
super("quark.URL")
(self).name = "quark.URL"
(self).parameters = ::DatawireQuarkCore::List.new([])
(self).fields = ::DatawireQuarkCore::List.new([::Quark.quark.reflect.Field.new("quark.String", "scheme"), ::Quark.quark.reflect.Field.new("quark.String", "host"), ::Quark.quark.reflect.Field.new("quark.String", "port"), ::Quark.quark.reflect.Field.new("quark.String", "path")])
(self).methods = ::DatawireQuarkCore::List.new([])
(self).parents = ::DatawireQuarkCore::List.new(["quark.Object"])
nil
end
|
Instance Method Details
#__init_fields__ ⇒ Object
15493
15494
15495
15496
15497
15498
|
# File 'lib/datawire_mdk_md.rb', line 15493
def __init_fields__()
super
nil
end
|
#_getClass ⇒ Object
15472
15473
15474
15475
15476
15477
|
# File 'lib/datawire_mdk_md.rb', line 15472
def _getClass()
return ::DatawireQuarkCore.cast(nil) { ::String }
nil
end
|
#_getField(name) ⇒ Object
15479
15480
15481
15482
15483
15484
|
# File 'lib/datawire_mdk_md.rb', line 15479
def _getField(name)
return nil
nil
end
|
#_setField(name, value) ⇒ Object
15486
15487
15488
15489
15490
15491
|
# File 'lib/datawire_mdk_md.rb', line 15486
def _setField(name, value)
nil
nil
end
|
#construct(args) ⇒ Object
15458
15459
15460
15461
15462
15463
|
# File 'lib/datawire_mdk_md.rb', line 15458
def construct(args)
return ::Quark.quark.URL.new()
nil
end
|
#isAbstract ⇒ Object
15465
15466
15467
15468
15469
15470
|
# File 'lib/datawire_mdk_md.rb', line 15465
def isAbstract()
return false
nil
end
|