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.
15497
15498
15499
15500
15501
15502
15503
15504
15505
15506
15507
|
# File 'lib/datawire_mdk_md.rb', line 15497
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
15547
15548
15549
15550
15551
15552
|
# File 'lib/datawire_mdk_md.rb', line 15547
def __init_fields__()
super
nil
end
|
#_getClass ⇒ Object
15526
15527
15528
15529
15530
15531
|
# File 'lib/datawire_mdk_md.rb', line 15526
def _getClass()
return ::DatawireQuarkCore.cast(nil) { ::String }
nil
end
|
#_getField(name) ⇒ Object
15533
15534
15535
15536
15537
15538
|
# File 'lib/datawire_mdk_md.rb', line 15533
def _getField(name)
return nil
nil
end
|
#_setField(name, value) ⇒ Object
15540
15541
15542
15543
15544
15545
|
# File 'lib/datawire_mdk_md.rb', line 15540
def _setField(name, value)
nil
nil
end
|
#construct(args) ⇒ Object
15512
15513
15514
15515
15516
15517
|
# File 'lib/datawire_mdk_md.rb', line 15512
def construct(args)
return ::Quark.quark.URL.new()
nil
end
|
#isAbstract ⇒ Object
15519
15520
15521
15522
15523
15524
|
# File 'lib/datawire_mdk_md.rb', line 15519
def isAbstract()
return false
nil
end
|